Recent Episodes
-
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
-
235
OmniAuth Part 1 Other translations:
OmniAuth is an easy way to add many different authentication services to your app. In this episode we start integrating it with Devise.
Tags: authentications plugins
-
234
Simple Form Other translations:
Simple Form is a convenient way to generate forms with many options to customize the generated markup.
-
233
Engage With Devise Other translations:
Janrain Engage (aka RPX) makes it easy to support many authentication solutions through one service.
Tags: authentication plugins