homeASCIIcasts

Recent Episodes

  1. 215

    Advanced Queries in Rails 3 Other translations: Es It Cn

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

    Tags: rails-30 active-record

  2. 214

    A/B Testing with A/Bingo Other translations: Es It

    A/B Testing (or Split Testing) is a way to experiment with variations in an application to see the most effective option.

    Tags: plugins views

  3. 213

    Calendars Other translations: Es It

    If dates play an important role in your application, consider adding a date picker or calendar view as shown in this episode.

    Tags: plugins views forms

  4. 212

    Refactoring & Dynamic Delegator Other translations: Es It

    Learn how to refactor a set of conditional Active Record queries using a Dynamic Delegator.

    Tags: refactoring active-record rails-30

  5. 211

    Validations in Rails 3 Other translations: Es It

    Rails 3 offers several new additions to validations. Here learn how to make a custom error_messages partial, reflect on validations, and clean up complex validations in a model.

    Tags: rails-30 forms active-record views

  6. 210

    Customizing Devise Other translations: Es It Cn Ja

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

    Tags: rails-30 plugins authentication

  7. 209

    Introducing Devise Other translations: Es It Cn Ja

    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

  8. 208

    ERB Blocks in Rails 3 Other translations: Es It

    Rails 3.0 beta 2 is out and it handles blocks in erb templates differently. Find out how in this episode.

    Tags: rails-30 views

  9. 207

    Syntax Highighting Other translations: Cn Es It

    Three popular choices for syntax highlighting in Rails applications are discussed in this episode: CodeRay, Ultraviolets and Pygments.

    Tags: views plugins

  10. 206

    Action Mailer in Rails 3 Other translations: Cn 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