Skip to content

Commit

Permalink
Update README with troubleshooting for heroku
Browse files Browse the repository at this point in the history
Re: issue https://github.com/plataformatec/devise/
commit/96f55a7ac7a61effd03a7f43dbbdfb6af8894579
  • Loading branch information
avocade committed Oct 10, 2011
1 parent 96f55a7 commit 52282a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rdoc
Expand Up @@ -329,6 +329,16 @@ Devise supports ActiveRecord (default) and Mongoid. To choose other ORM, you jus

Devise implements encryption strategies for Clearance, Authlogic and Restful-Authentication. To make use of these strategies, you need set the desired encryptor in the encryptor initializer config option and add :encryptable to your model. You might also need to rename your encrypted password and salt columns to match Devise's fields (encrypted_password and password_salt).

== Troubleshooting

=== Heroku

Using devise on Heroku with Ruby on Rails 3.1 requires setting:

config.assets.initialize_on_precompile = false

Read more about the potential issues at http://guides.rubyonrails.org/asset_pipeline.html

== Additional information

=== Warden
Expand Down

0 comments on commit 52282a5

Please sign in to comment.