Latest Screencasts (page 6)
RailsCasts #246 AJAX History State
Railscasts - 2010-12-27 - free
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.
Watch this screencastRailsCasts #245 New Gem with Bundler
Railscasts - 2010-12-20 - free
Creating new gems is easy with the `bundle gem` command. In this episode I will walk you through how this works.
Watch this screencastRailsCasts #244 Gravatar
Railscasts - 2010-12-13 - freeGravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode.
Watch this screencastRailsCasts #243 Beanstalkd and Stalker
Railscasts - 2010-12-06 - free
Beanstalk is a fast and easy way to queue background tasks. Stalker provides a nice wrapper interface for creating these jobs.
Watch this screencastRailsCasts #242 Thor
Railscasts - 2010-11-29 - free
Thor is an alternative to Rake. It has better support for command line arguments and provides a way to add global scripts.
Watch this screencastRailsCasts #241 Simple OmniAuth
Railscasts - 2010-11-22 - free
Authentication is incredibly simple to add with just OmniAuth if you don't need username/password or multiple authentications per user.
Watch this screencastRailsCasts #240 Search, Sort, Paginate with AJAX
Railscasts - 2010-11-15 - free
Many administration pages have search, sorting, and pagination on the index page. See how to add all of this including AJAX.
Watch this screencastRailsCasts #238 Mongoid
Railscasts - 2010-11-01 - free
Mongoid is a polished, high-level Ruby gem for accessing MongoDB. Here I cover installation, adding fields, validations, associations, and keys.
Watch this screencastRailsCasts #237 Dynamic attr_accessible
Railscasts - 2010-10-25 - free
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.
Watch this screencastRailsCasts #236 OmniAuth Part 2
Railscasts - 2010-10-13 - free
In this episode we continue our look at integrating OmniAuth with devise. Here I show how to set up new users with validations.
Watch this screencast