Recent Episodes
-
245
New Gem with Bundler Other translations:
Creating new gems is easy with the `bundle gem` command. In this episode we'll walk you through how this works.
Tags: tools
-
244
Gravatar Other translations:
Gravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode.
Tags: tools
-
243
Beanstalkd and Stalker Other translations:
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
-
242
Thor Other translations:
Thor is an alternative to Rake. It has better support for command line arguments and provides a way to add global scripts.
Tags: tools
-
241
Simple OmniAuth Other translations:
OmniAuth makes it easy to add authentication if you don't need username/password or multiple authentications per user.
Tags: authentication plugins
-
240
Search, Sort, Paginate with AJAX Other translations:
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
-
239
ActiveRecord::Relation Walkthrough Other translations:
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
-
238
Mongoid Other translations:
Mongoid is a polished, high-level Ruby gem for accessing MongoDB. Here we cover installation, adding fields, validations, associations, and keys.
-
237
Dynamic attr_accessible Other translations:
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.
-
236
OmniAuth Part 2 Other translations:
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
