homeASCIIcasts

Recent Episodes

  1. 204

    XSS Protection in Rails 3

    In previous versions of Rails it was easy for your application to be vulnerable to cross-site scripting attacks. Rails 3 solves this problem but automatically escaping output.

    Tags: rails-3.0 views security

  2. 203

    Routing in Rails 3 Other translations: Cn Es

    Rails 3 has a new routing interface. In this episode we show how to translate the old interface into the new one and show some of the new features.

    Tags: rails-30 routing

  3. 202

    Active Record Queries in Rails 3 Other translations: Cn De Es

    Rails 3 introduces a new query interface for performing finds in Active Record. See how it works along with the changes in named scopes.

    Tags: rails-30 active-record

  4. 201

    Bundler Other translations: Es Cn

    Bundler is the way to manage gem dependencies in Rails 3.0. Learn how to install gems and lock them down in this episode.

    Tags: rails-30 plugins

  5. 200

    Rails 3 Beta and RVM Other translations: Es De

    Get started with the first Rails 3.0 beta and install Ruby 1.9.1 using the Ruby Version Manager, RVM. Also a challenge on giving back to Open Source.

    Tags: rails-30

  6. 199

    Mobile Devices Other translations: Es Fr

    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

  7. 198

    Edit Multiple Individually Other translations: Es It

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

    Tags: views forms

  8. 197

    Nested Model Form Part 2 Other translations: Es It Fr

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

    Tags: forms views

  9. 196

    Nested Model Form Part 1 Other translations: Es It Fr Cn

    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

  10. 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