RailsCasts Pro episodes are now free!

Learn more or hide this

Applied Filters: model xRails 3.1 x
Authentication in Rails 3.1
Episode #270Jun 13, 2011138 comments

Authentication in Rails 3.1

Here I show off three new features in Rails 3.1 that will help with authentication: easier HTTP Basic, SecurePassword in the database, and forcing SSL. (7 minutes)
Mountable Engines
Episode #277Aug 01, 201182 comments

Mountable Engines

Engines are receiving a major update in Rails 3.1. You can mount them at any path, embed assets, run generators and more. See how in this episode. (13 minutes)