From a3c0c652695ad180caa2f17f781753bef9bae330 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 8 Jun 2020 18:42:53 -0300 Subject: [PATCH] Devise no longer supports Rails 3.2 since version 4 [ci skip] And this `initialize_on_precompile` option is obsolete. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index e6df03cb..a632d973 100644 --- a/README.md +++ b/README.md @@ -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: