Latest Screencasts (page 5)
RailsCasts #192 Authorization with CanCan
Railscasts - 2009-12-14 - free
CanCan is a simple authorization plugin that offers a lot of flexibility. See how to use it in this episode.
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 screencastStyleize your Rails App with Themes
Teach Me To Code - 2009-11-04 - free
Don’t want to take the time to create a layout for your new Ruby on Rails application? Don’t worry. Use the Themes plugin! In this screencast, I show you how to easily add a layout with built-in menus to your existing Rails application using only 1 line of code.
Watch this screencastRailsCasts #186 Pickle with Cucumber
Railscasts - 2009-11-02 - free
Pickle adds many convenient Cucumber steps for generating models. Also learn about table diffs in this episode.
Watch this screencastRailsCasts #185 Formtastic Part 2
Railscasts - 2009-10-26 - free
Learn about some of the more advanced functionality of Formtastic including handling many-to-many associations, required fields, and styling.
Watch this screencastRailsCasts #184 Formtastic Part 1
Railscasts - 2009-10-19 - free
Formtastic is a concise way to generate form views. In this episode (part 1 of 2) I show how to generate both a simple form and a more complex one which is customized with options.
Watch this screencastRailsCasts #182 Cropping Images
Railscasts - 2009-10-05 - free
Present a slick user interface for cropping image attachments using Jcrop and Paperclip.
Watch this screencastRailsCasts #180 Finding Unused CSS
Railscasts - 2009-09-21 - free
Over time a CSS file can become large and filled with unused selectors. In this episode I show how to use the Deadweight gem to determine which CSS selects you can remove.
Watch this screencastRailsCasts #177 Model Versioning
Railscasts - 2009-08-31 - free
If you need to keep track of a model's history of changes and switch between versions, consider using the vestal_versions gem like I show in this episode.
Watch this screencastRailsCasts #176 Searchlogic
Railscasts - 2009-08-24 - free
Searchlogic makes searching models easier than ever with its assortment of named scopes. In this episode I show you how to create simple and advanced searches.
Watch this screencast