lib/generators/templates/README in devise-2.1.4 vs lib/generators/templates/README in devise-2.2.0.rc

- old
+ new

@@ -19,13 +19,17 @@ For example: <p class="notice"><%= notice %></p> <p class="alert"><%= alert %></p> - 4. If you are deploying Rails 3.1 on Heroku, you may want to set: + 4. If you are deploying Rails 3.1+ on Heroku, you may want to set: config.assets.initialize_on_precompile = false On config/application.rb forcing your application to not access the DB or load models when precompiling your assets. + + 5. You can copy Devise views (for customization) to your app by running: + + rails g devise:views ===============================================================================