Created
October 16, 2012 23:05
-
-
Save ArionHardison/3902633 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Tasks: TOP => saas:bootstrap | |
(See full trace by running task with --trace) | |
Arions-MacBook-Air:dietmanager hustlezen$ rake db:migrate --trace | |
** Invoke db:migrate (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
Unable to read configuration file: undefined method `[]' for false:FalseClass | |
** Invoke db:load_config (first_time) | |
** Execute db:load_config | |
** Execute db:migrate | |
** Invoke db:_dump (first_time) | |
** Execute db:_dump | |
** Invoke db:schema:dump (first_time) | |
** Invoke environment | |
** Invoke db:load_config | |
** Execute db:schema:dump | |
Arions-MacBook-Air:dietmanager hustlezen$ rake saas:bootstrap --trace | |
** Invoke saas:bootstrap (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
Unable to read configuration file: undefined method `[]' for false:FalseClass | |
** Execute saas:bootstrap | |
rake aborted! | |
undefined method `trial_interval' for #<SubscriptionPlan:0x007fd7cc7c80c0> | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.2.8/lib/active_model/attribute_methods.rb:407:in `method_missing' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/attribute_methods.rb:149:in `method_missing' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.2.8/lib/active_model/validator.rb:151:in `block in validate' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.2.8/lib/active_model/validator.rb:150:in `each' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.2.8/lib/active_model/validator.rb:150:in `validate' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_before_618' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:440:in `_run__3732249409586085141__validate__3293175644563326162__callbacks' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_validate_callbacks' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.2.8/lib/active_model/validations.rb:227:in `run_validations!' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.2.8/lib/active_model/validations/callbacks.rb:53:in `block in run_validations!' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__3732249409586085141__validation__3293175644563326162__callbacks' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_validation_callbacks' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.2.8/lib/active_model/validations/callbacks.rb:53:in `run_validations!' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.2.8/lib/active_model/validations.rb:194:in `valid?' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/validations.rb:69:in `valid?' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/validations.rb:77:in `perform_validations' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/validations.rb:50:in `save' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/attribute_methods/dirty.rb:22:in `save' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/transactions.rb:241:in `block (2 levels) in save' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/transactions.rb:208:in `transaction' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/newrelic_rpm-3.5.0/lib/new_relic/agent/method_tracer.rb:493:in `block in transaction_with_trace_ActiveRecord_self_name_transaction' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/newrelic_rpm-3.5.0/lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/newrelic_rpm-3.5.0/lib/new_relic/agent/method_tracer.rb:488:in `transaction_with_trace_ActiveRecord_self_name_transaction' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/transactions.rb:293:in `with_transaction_returning_status' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/transactions.rb:241:in `block in save' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/transactions.rb:252:in `rollback_active_record_state!' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/transactions.rb:240:in `save' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.2.8/lib/active_record/persistence.rb:45:in `create' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/saas-kit-2.5.3/lib/tasks/bootstrap.rake:12:in `block (3 levels) in <top (required)>' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/saas-kit-2.5.3/lib/tasks/bootstrap.rake:8:in `collect' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/saas-kit-2.5.3/lib/tasks/bootstrap.rake:8:in `block (2 levels) in <top (required)>' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain' | |
/Users/hustlezen/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/bin/rake:19:in `load' | |
/Users/hustlezen/.rvm/gems/ruby-1.9.3-p0/bin/rake:19:in `<main>' | |
Tasks: TOP => saas:bootstrap | |
Arions-MacBook-Air:dietmanager hustlezen$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment