homeASCIIcasts

Episodes tagged with “rails-30”

  1. 215

    Rails 3 中的高级查询 Other translations: En Es It

    Learn some advanced techniques regarding named scopes and get an introduction to Arel in this episode.

    Tags: rails-30 active-record

  2. 210

    Customzing Devise Other translations: En Es It

    In this episode we continue looking at devise with a focus on customizing its views, routing and validations.

    Tags: rails-30 plugins authentication

  3. 209

    Introducing Devise Other translations: En Es It

    Devise is a full-featured authentication solution which handles all of the controller logic and form views for you. Learn how to set it up in this episode.

    Tags: authentication plugins rails-30

  4. 206

    ActionMailer in Rails 3 Other translations: En Es It

    Action Mailer has been rewritten for Rails 3 providing a much cleaner API with its use of the Mail gem.

    Tags: rails-30 mailing

  5. 205

    Unobtrusive JavaScript Other translations: En Es De It

    Rails 3 makes great use of unobtrusive JavaScript, helping keep content and behaviour separate.

    Tags: rails-30 views ajax

  6. 204

    XSS Protection in Rails 3 Other translations: En Es It

    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-30 views security

  7. 203

    Routing in Rails 3 Other translations: En Es It

    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

  8. 202

    Rails 3中的Active Record的查询变化 Other translations: En De Es It

    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

  9. 201

    Bundler Other translations: En Es De It

    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