lib/generators/templates/README in loyal_devise-2.1.2 vs lib/generators/templates/README in loyal_devise-2.1.3
- old
+ new
@@ -19,10 +19,10 @@
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 on Heroku with Rails 3.2 only, 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.