RailsCasts Pro episodes are now free!

Learn more or hide this

UP4B LLC's Profile

GitHub User: spaquet

Site: http://up4b.com

Comments by UP4B LLC

Avatar

rails g devise:views has to be used instead of rails generate devise_views which is not deprecated in current versions of Rails and Devise.

Avatar

rails g devise:install when using rails 3.0.x

When using rails generate devise_install it now leads to an error in the following steps.