From d524215ed60c3203c36559916f93a4bae2c65fce Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 22 May 2012 10:42:00 -1000 Subject: [PATCH] Remove deprecated Devise methods --- config/initializers/devise.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index 2f473fd..d0a1c1c 100644 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -9,9 +9,6 @@ Devise.setup do |config| # Configure the class responsible to send e-mails. # config.mailer = "Devise::Mailer" - # Automatically apply schema changes in tableless databases - config.apply_schema = false - # ==> ORM configuration # Load and configure the ORM. Supports :active_record (default) and # :mongoid (bson_ext recommended) by default. Other ORMs may be @@ -111,10 +108,6 @@ Devise.setup do |config| # If true, extends the user's remember period when remembered via cookie. config.extend_remember_period = true - # If true, uses the password salt as remember token. This should be turned - # to false if you are not using database authenticatable. - config.use_salt_as_remember_token = true - # Options to be passed to the created cookie. For instance, you can set # :secure => true in order to force SSL only cookies. # config.cookie_options = {}