1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Devise no longer supports Rails 3.2 since version 4 [ci skip]

And this `initialize_on_precompile` option is obsolete.
This commit is contained in:
Carlos Antonio da Silva 2020-06-08 18:42:53 -03:00
parent 2c1b5fb240
commit a3c0c65269

View file

@ -727,16 +727,6 @@ Additionally be mindful that without views supported, some email-based flows fro
## Additional information
### Heroku
Using Devise on Heroku with Ruby on Rails 3.2 requires setting:
```ruby
config.assets.initialize_on_precompile = false
```
Read more about the potential issues at http://guides.rubyonrails.org/asset_pipeline.html
### Warden
Devise is based on Warden, which is a general Rack authentication framework created by Daniel Neighman. We encourage you to read more about Warden here: