homeASCIIcasts

Recent Episodes

  1. 195

    Favourite Web Apps in 2009 Other translations: Es It

    In this episode we show you some of the best web applications o 2009 for Ruby developers.

    Tags: tools

  2. 194

    MongoDB and MongoMapper Other translations: Pt Es Cn It

    MongoDB is a document-based database engine. Learn how to use it in Rails application with Mongomapper in this episode.

    Tags: models plugins

  3. 193

    Tableless Model Other translations: Es Cn It

    If you want to create a model without an associated database table all you need to do is define a couple methods in the model.

    Tags: active-record

  4. 192

    Authorization with CanCan Other translations: Es It Pt

    CanCan is a simple authorization plugin that offers a lot of flexibility. Find out how to use it in this episode.

    Tags: authorization plugins

  5. 191

    Mechanize Other translations: Es Cn It

    Mechanize extends Nokogiri, allowing you to interact with websites, filling in forms and clicking links.

    Tags: tools

  6. 190

    Screen Scraping With Nokogiri Other translations: Es Cn It

    Using Nokogiri and SelectorGadget together makes screen-scraping easy.

    Tags: tools

  7. 189

    Embedded Association Other translations: Cn It

    In this episode we show you how to embed a one-to-many or many-to-many association in a single integer field.

    Tags: active-record views

  8. 188

    Declarative Authorization Other translations: Cn Es

    Declarative authorization provides an advanced and powerful solution for role-based authorization

    Tags: administration authorization plugins

  9. 187

    Testing Exceptions Other translations: Cn

    Even well tested code can sometimes raise exceptions. In this episode we show you how to be notified about this and how to resolve these errors by making use of integration tests.

    Tags: testing debugging

  10. 186

    Pickle With Cucumber

    Pickle adds a number of convenient Cucumber steps for generating models. Learn how to use Cucumber's table diffs as well.

    Tags: testing plugins