Latest Screencasts
RailsCasts #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 #188 Declarative Authorization
Railscasts - 2009-11-16 - free
Declarative authorization provides an advanced and powerful solution for role based authorization.
Watch this screencastRailsCasts #169 Dynamic Page Caching
Railscasts - 2009-07-06 - free
Use JavaScript to allow dynamic content in a page cache. In this episode I show you how to insert the user-specific content into a page through JavaScript.
Watch this screencastRailsCasts #82 HTTP Basic Authentication
Railscasts - 2007-12-02 - free
Rails 2.0 offers an extremely easy way to do HTTP basic authentication. See how in this episode.
Watch this screencastRailsCasts #68 OpenID Authentication
Railscasts - 2007-08-27 - free
Ever wonder how to implement OpenID authentication in your Rails app? This episode will show you how to add it to a site with an existing authentication system.
Watch this screencastRailsCasts #67 restful_authentication
Railscasts - 2007-08-20 - free
Need multiple user authentication? If so, the restful_authentication plugin is a great way to go. It will generate some basic authentication code for you which is good starting point to your authentication system. Watch this episode for details.
Watch this screencastRailsCasts #21 Super Simple Authentication
Railscasts - 2007-04-20 - free
The final piece of the administration puzzle: authentication. There are many different approaches which is why I saved this step for last. This episode will cover a few techniques including the simple solution used for this site.
Watch this screencastRailsCasts #20 Restricting Access
Railscasts - 2007-04-18 - free
In this second part of the series on administration, you will learn how to lock down the site to keep the public from accessing the administration features.
Watch this screencastRailsCasts #19 Where Administration Goes
Railscasts - 2007-04-16 - free
This is the first part of a three part series on building an administration system. Many developers choose to separate it completely from the public side of the site by placing it into an admin subdirectory. This episode will show you an alternative and often better solution.
Watch this screencast