Skip to content

Instantly share code, notes, and snippets.

@joliss
Created January 10, 2011 16:17
Show Gist options
  • Save joliss/772968 to your computer and use it in GitHub Desktop.
Save joliss/772968 to your computer and use it in GitHub Desktop.
[devise] output of "rake"
(in /home/jo/src/devise)
(in /home/jo/src/devise)
/usr/bin/ruby1.9.1 -I"lib:lib:test" "/var/lib/gems/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/models_test.rb" "test/routes_test.rb" "test/devise_test.rb" "test/generators/install_generator_test.rb" "test/generators/views_generator_test.rb" "test/generators/mongoid_generator_test.rb" "test/generators/active_record_generator_test.rb" "test/mailers/confirmation_instructions_test.rb" "test/mailers/unlock_instructions_test.rb" "test/mailers/reset_password_instructions_test.rb" "test/failure_app_test.rb" "test/omniauth/url_helpers_test.rb" "test/models/validatable_test.rb" "test/models/rememberable_test.rb" "test/models/confirmable_test.rb" "test/models/lockable_test.rb" "test/models/database_authenticatable_test.rb" "test/models/recoverable_test.rb" "test/models/encryptable_test.rb" "test/models/trackable_test.rb" "test/models/timeoutable_test.rb" "test/models/token_authenticatable_test.rb" "test/encryptors_test.rb" "test/test_helpers_test.rb" "test/integration/authenticatable_test.rb" "test/integration/rememberable_test.rb" "test/integration/confirmable_test.rb" "test/integration/registerable_test.rb" "test/integration/lockable_test.rb" "test/integration/database_authenticatable_test.rb" "test/integration/recoverable_test.rb" "test/integration/http_authenticatable_test.rb" "test/integration/trackable_test.rb" "test/integration/omniauthable_test.rb" "test/integration/timeoutable_test.rb" "test/integration/token_authenticatable_test.rb" "test/mapping_test.rb" "test/controllers/url_helpers_test.rb" "test/controllers/internal_helpers_test.rb" "test/controllers/helpers_test.rb"
==> Devise.orm = :active_record
[DEVISE] You are using sha512 as encryptor. From version 1.2, you need to explicitly add `devise :encryptable, :encryptor => :sha512` to your models and comment the current value in the config/initializers/devise.rb. You must also add t.encryptable to your existing migrations.
Loaded suite /var/lib/gems/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 43.629055 seconds.
493 tests, 1196 assertions, 0 failures, 0 errors, 0 skips
Test run options: --seed 21861
(in /home/jo/src/devise)
/usr/bin/ruby1.9.1 -I"lib:lib:test" "/var/lib/gems/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/models_test.rb" "test/routes_test.rb" "test/devise_test.rb" "test/generators/install_generator_test.rb" "test/generators/views_generator_test.rb" "test/generators/mongoid_generator_test.rb" "test/generators/active_record_generator_test.rb" "test/mailers/confirmation_instructions_test.rb" "test/mailers/unlock_instructions_test.rb" "test/mailers/reset_password_instructions_test.rb" "test/failure_app_test.rb" "test/omniauth/url_helpers_test.rb" "test/models/validatable_test.rb" "test/models/rememberable_test.rb" "test/models/confirmable_test.rb" "test/models/lockable_test.rb" "test/models/database_authenticatable_test.rb" "test/models/recoverable_test.rb" "test/models/encryptable_test.rb" "test/models/trackable_test.rb" "test/models/timeoutable_test.rb" "test/models/token_authenticatable_test.rb" "test/encryptors_test.rb" "test/test_helpers_test.rb" "test/integration/authenticatable_test.rb" "test/integration/rememberable_test.rb" "test/integration/confirmable_test.rb" "test/integration/registerable_test.rb" "test/integration/lockable_test.rb" "test/integration/database_authenticatable_test.rb" "test/integration/recoverable_test.rb" "test/integration/http_authenticatable_test.rb" "test/integration/trackable_test.rb" "test/integration/omniauthable_test.rb" "test/integration/timeoutable_test.rb" "test/integration/token_authenticatable_test.rb" "test/mapping_test.rb" "test/controllers/url_helpers_test.rb" "test/controllers/internal_helpers_test.rb" "test/controllers/helpers_test.rb"
==> Devise.orm = :mongoid
[DEVISE] You are using sha512 as encryptor. From version 1.2, you need to explicitly add `devise :encryptable, :encryptor => :sha512` to your models and comment the current value in the config/initializers/devise.rb. You must also add t.encryptable to your existing migrations.
Mongoid config not found. Create a config file at: config/mongoid.yml
to generate one run: rails generate mongoid:config
/var/lib/gems/1.9.1/gems/mongo-1.1.2/lib/mongo/connection.rb:495:in `connect': failed to connect to any given host:port (Mongo::ConnectionFailure)
from /var/lib/gems/1.9.1/gems/mongo-1.1.2/lib/mongo/connection.rb:152:in `initialize'
from /home/jo/src/devise/test/orm/mongoid.rb:2:in `new'
from /home/jo/src/devise/test/orm/mongoid.rb:2:in `block in <top (required)>'
from /var/lib/gems/1.9.1/gems/mongoid-2.0.0.beta.20/lib/mongoid.rb:121:in `configure'
from /home/jo/src/devise/test/orm/mongoid.rb:1:in `<top (required)>'
from /var/lib/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
from /var/lib/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `block in require'
from /var/lib/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:227:in `load_dependency'
from /var/lib/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
from /home/jo/src/devise/test/test_helper.rb:9:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from test/models_test.rb:1:in `<top (required)>'
from /var/lib/gems/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load'
from /var/lib/gems/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `block in <main>'
from /var/lib/gems/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each'
from /var/lib/gems/1.9.1/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `<main>'
rake aborted!
Command failed with status (1): [/usr/bin/ruby1.9.1 -I"lib:lib:test" "/var/...]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment