homeASCIIcasts

Recent Episodes

  1. 255

    Undo With PaperTrail Other translations: Ja Es

    Undo and redo behavior is easy to add with a versioning gem such as Paper Trail. Learn how to add an undo link to any model's flash message.

    Tags: plugins

  2. 254

    Pagination with Kaminari Other translations: Ja Es

    If you need pagination in Rails 3 try out Kaminari. It is a clean, flexible solution which uses scopes to flow nicely with Active Record queries.

    Tags: plugins rails-30

  3. 253

    CarrierWave File Uploads Other translations: Ja Es

    CarrierWave makes it easy and clean to add file uploads to your application. It supports a variety of ORMs, frameworks and image processors.

    Tags: plugins

  4. 252

    Metrics Metrics Metrics Other translations: Ja Es Fr

    Metric Fu, Metrical, SimpleCov, Rails Best Practices, and more are covered in this episode on metrics.

    Tags: tools rails-30

  5. 251

    MetaWhere & MetaSearch Other translations: Ja Es

    MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options.

    Tags: rails-3.0 plugins active-record forms search

  6. 250

    Authentication from Scratch Other translations: Ja Es

    Password authentication is not too complicated to make from scratch, it will also help to get a better understanding of how it works.

    Tags: authentication

  7. 249

    Notifications in Rails 3 Other translations: Es Ja

    Rails 3 comes with instrument support through the ActiveSupport::Notifications class. Call "subscribe" to listen to notifications, and "instrument" to send them.

    Tags: rails-30

  8. 248

    Offline Apps Part 2 Other translations: Es

    Learn how to make a site usable offline with HTML 5 localStorage. This last part of the series covers jquery-tmpl and jquery-offline.

    Tags: plugins ajax

  9. 247

    Offline Apps Part 1 Other translations: Es

    Learn how to make a site usable offline through an HTML 5 cache manifest. This first part of the series covers rack-offline and problems you may run into.

    Tags: plugins

  10. 246

    AJAX History State Other translations: Cn Es

    The new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added.

    Tags: ajax