Created
June 2, 2014 17:20
-
-
Save pjanik/62cc8eb745ac63c235c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
piotrs-mbp:xproject piotr$ RAILS_ENV=development rake app:setup:create_default_data | |
Problem processing key 'host' in config/mailer.yml | |
undefined method `host=' for ActionMailer::Base:Class | |
Generating default data from default data ymls | |
Updated default project | |
++++ | |
Skipping role 'member' as it already exists | |
Skipping role 'guest' as it already exists | |
Generated 0 and updated 4 roles | |
Updated 'default district' district | |
+ | |
Generated 0 and updated 1 portal grades | |
+ | |
Generated 0 and updated 1 portal grade levels | |
+ | |
Generated/updated 2 portal semesters for school 'Fake School' | |
+ | |
Generated/updated 2 portal semesters for school 'VJTI' | |
Generated 0 and updated 2 portal schools | |
++ | |
Generated 0 and updated 2 portal courses | |
rake aborted! | |
Validation failed: Password can't be blank, Password confirmation can't be blank | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/activerecord-3.2.11/lib/active_record/validations.rb:56:in `save!' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/activerecord-3.2.11/lib/active_record/attribute_methods/dirty.rb:33:in `save!' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/activerecord-3.2.11/lib/active_record/transactions.rb:264:in `block in save!' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/activerecord-3.2.11/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/activerecord-3.2.11/lib/active_record/transactions.rb:208:in `transaction' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/activerecord-3.2.11/lib/active_record/transactions.rb:311:in `with_transaction_returning_status' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/activerecord-3.2.11/lib/active_record/transactions.rb:264:in `save!' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/factory_girl-2.0.5/lib/factory_girl/proxy/create.rb:9:in `result' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/factory_girl-2.0.5/lib/factory_girl/factory.rb:93:in `run' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/factory_girl-2.0.5/lib/factory_girl/syntax/methods.rb:54:in `create' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/factory_girl-2.0.5/lib/factory_girl/syntax/vintage.rb:53:in `default_strategy' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/gems/factory_girl-2.0.5/lib/factory_girl/syntax/vintage.rb:146:in `Factory' | |
/Users/piotr/Concord/xproject/lib/mock_data/create_default_data.rb:1324:in `add_default_user' | |
/Users/piotr/Concord/xproject/lib/mock_data/create_default_data.rb:290:in `block in create_default_users' | |
/Users/piotr/Concord/xproject/lib/mock_data/create_default_data.rb:288:in `each' | |
/Users/piotr/Concord/xproject/lib/mock_data/create_default_data.rb:288:in `create_default_users' | |
/Users/piotr/Concord/xproject/lib/tasks/default_users_roles_and_portal_resources.rake:47:in `block (3 levels) in <top (required)>' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/bin/ruby_executable_hooks:15:in `eval' | |
/Users/piotr/.rvm/gems/ruby-1.9.3-p125@xproject/bin/ruby_executable_hooks:15:in `<main>' | |
Tasks: TOP => app:setup:create_default_data => app:setup:create_default_learners_and_learner_attempts => app:setup:create_default_assignments_for_class => app:setup:create_default_study_materials => app:setup:create_default_classes => app:setup:create_default_users | |
(See full trace by running task with --trace) | |
piotrs-mbp:xproject piotr$ rake db:dump | |
Problem processing key 'host' in config/mailer.yml | |
undefined method `host=' for ActionMailer::Base:Class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment