homeASCIIcasts

Recent Episodes

  1. 199

    Mobile Devices

    In this episode we change the look and behavior of a Rails app on mobile devices and use jQTouch to build a native-looking interface.

    Tags: views controllers plugins

  2. 198

    Edit Multiple Individually Other translations: Es

    se checkboxes to edit multiple records in one form, where each one has an individual set of form fields.

    Tags: views forms

  3. 197

    Nested Model Form Part 2 Other translations: Es It

    Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery.

    Tags: forms views

  4. 196

    Nested Model Form Part 1 Other translations: Es It Fr

    The accepts_nested_attributes_for method, introduced in Rails 2.3, makes handling multiple models in a form much easier. Find out how to use it in this episode.

    Tags: forms views active-record

  5. 195

    Favourite Web Apps in 2009 Other translations: Es

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

    Tags: tools

  6. 194

    MongoDB and MongoMapper Other translations: Pt Es

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

    Tags: models plugins

  7. 193

    Tableless Model Other translations: Es

    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

  8. 192

    Authorization with CanCan Other translations: Es

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

    Tags: authorization plugins

  9. 191

    Mechanize Other translations: Es

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

    Tags: tools

  10. 190

    Screen Scraping With Nokogiri Other translations: Es

    Using Nokogiri and SelectorGadget together makes screen-scraping easy.

    Tags: tools