homeASCIIcasts

Recent Episodes

  1. 245

    New Gem with Bundler Other translations: Es Ja

    Creating new gems is easy with the `bundle gem` command. In this episode we'll walk you through how this works.

    Tags: tools

  2. 244

    Gravatar Other translations: Pt Ru Es Fr

    Gravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode.

    Tags: tools

  3. 243

    Beanstalkd and Stalker Other translations: Pt Es

    Beanstalk is a fast and easy way to queue background tasks. Stalker provides a nice wrapper interface for creating these jobs.

    Tags: plugins background-jobs

  4. 242

    Thor Other translations: Ru Es

    Thor is an alternative to Rake. It has better support for command line arguments and provides a way to add global scripts.

    Tags: tools

  5. 241

    Simple OmniAuth Other translations: Es Ja

    OmniAuth makes it easy to add authentication if you don't need username/password or multiple authentications per user.

    Tags: authentication plugins

  6. 240

    Search, Sort, Paginate with AJAX Other translations: Es

    Many administration pages have search, sorting, and pagination on the index page. See how to add all of this including AJAX.

    Tags: rails-30 administration ajax

  7. 239

    ActiveRecord::Relation Walkthrough Other translations: Es

    The new Active Record query methods in Rails 3 might seem like magic at first. In this episode we unravel how it works by browsing the Rails 3 source code.

    Tags: rails-30 active-record

  8. 238

    Mongoid Other translations: Es Pt

    Mongoid is a polished, high-level Ruby gem for accessing MongoDB. Here we cover installation, adding fields, validations, associations, and keys.

    Tags: models plugins

  9. 237

    Dynamic attr_accessible Other translations: Pt Es

    It is important to use attr_accessible for security with mass assignment, but what if you need it to be dynamic based on user permissions? See how in this episode.

    Tags: security rails-30 models

  10. 236

    OmniAuth Part 2 Other translations: Es

    In this episode we continue our look at integrating OmniAuth with devise.This time we show how to set up new users with validations.

    Tags: authentications plugins