Latest Screencasts (page 3)
RailsCasts #178 7 Security Tips
Railscasts - 2009-09-07 - free
Security is important! Here I show seven different security flaws which are common to Rails applications ranging from mass assignment to CSRF protection.
Watch this screencastRailsCasts #174 Pagination with AJAX
Railscasts - 2009-08-10 - free
Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery.
Watch this screencastRailsCasts #165 Edit Multiple
Railscasts - 2009-06-08 - free
Use checkboxes to select multiple records and edit them all in one form as shown in this episode. With virtual attributes you can even edit values relatively!
Watch this screencastRailsCasts #140 Rails 2.2 Extras
Railscasts - 2008-12-15 - free
This episode finishes up the Rails 2.2 series by showing a few miscellaneous additions that I find useful.
Watch this screencastRailsCasts #138 I18n
Railscasts - 2008-12-01 - free
Internationalization is one of the biggest additions in Rails 2.2. See how the basics work in this episode.
Watch this screencastRailsCasts #136 jQuery
Railscasts - 2008-11-17 - free
How do you use jQuery with Rails? In this episode I redo episode #43 using jQuery instead of Prototype/RJS.
Watch this screencastRailsCasts #132 Helpers Outside Views
Railscasts - 2008-10-20 - free
Have you ever wanted to access helper methods outside of the view layer? In this episode I show you a couple ways to do just that.
Watch this screencastRailsCasts #125 Dynamic Layouts
Railscasts - 2008-09-01 - free
Discover how to dynamically change the layout using content in the database. Check out this episode for details.
Watch this screencastRailsCasts #118 Liquid
Railscasts - 2008-07-14 - free
Liquid is a safe way to provide a powerful template language to the site's users. See how in this episode.
Watch this screencastRailsCasts #103 Site Wide Announcements
Railscasts - 2008-04-28 - free
Sometimes you need to display an administrative announcement to every page on the site and give the users the ability to hide the announcement. See how in this episode.
Watch this screencast