forked from heartcombo/devise
-
Notifications
You must be signed in to change notification settings - Fork 0
How to: upgrade to devise 2.1
developerby edited this page Jul 4, 2012
·
11 revisions
How to: upgrade to devise 2.1New Page Edit Page Page History We're supposing that you are currently using Devise 2.0, if not, before doing any of the tips below, upgrade your app to Devise 2.0
If you run your application with Devise 2.0 and have removed all the deprecation warnings, you're good to go with Devise 2.1.
If you're using encryptable on your models, you will now have to include devise-encryptable on your gemfile.
Now the sign_out through JSON or XML returns a contentless response instead of a response with an empty body.
Last edited by rodrigoflores, a month ago