Guest User

Untitled

a guest
Jan 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. [DEVISE] You are configuring Devise to use more than one authentication key. In previous versions, we automatically added [:email] as scope to your e-mail validation, but this was changed now. If you were relying in such behavior, you should remove :validatable from your models and add the validations manually. To get rid of this warning, you can comment config.authentication_keys in your initializer and pass the current values as key to the devise call in your model.
  2. [DEVISE] You are configuring Devise to use more than one authentication key. In previous versions, we automatically added [:email] as scope to your e-mail validation, but this was changed now. If you were relying in such behavior, you should remove :validatable from your models and add the validations manually. To get rid of this warning, you can comment config.authentication_keys in your initializer and pass the current values as key to the devise call in your model.
  3. E, [2011-09-21T15:23:26.029218 #44571] ERROR -- : can't convert Hash into Integer (TypeError)
  4. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:108:in `block (2 levels) in each_inheriting_from'
  5. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:107:in `each'
  6. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:107:in `block in each_inheriting_from'
  7. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:106:in `each'
  8. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:106:in `each_inheriting_from'
  9. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:68:in `each_dependent_on'
  10. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:309:in `remove_dependent_modules'
  11. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:235:in `handle_connected_constants'
  12. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:215:in `unprotected_remove_constant'
  13. /Users/Apple/.rvm/gems/ruby-1.9.2-p180@shopqi-pre/bundler/gems/rails-dev-boost-216de40f33fe/lib/rails_development_boost/dependencies_patch.rb:185:in `block in remove_constant_with_handling_of_connections'
Add Comment
Please, Sign In to add comment