Skip to content

Instantly share code, notes, and snippets.

@hecbuma
Created June 17, 2011 17:24
Show Gist options
  • Save hecbuma/1031838 to your computer and use it in GitHub Desktop.
Save hecbuma/1031838 to your computer and use it in GitHub Desktop.
hecbuma@hecbuma-lap:~/proyectos/fanvsfan$ rake db:migrate --trace
(in /home/hecbuma/proyectos/fanvsfan)
DEPRECATION WARNING: Rake tasks in vendor/plugins/annotate_models/tasks, vendor/plugins/bootstrapper/tasks, vendor/plugins/can_flag/tasks, vendor/plugins/delayed_job/tasks, vendor/plugins/factory_girl_attachment/tasks, vendor/plugins/fitter_happier/tasks, vendor/plugins/flashplayrhelpr/tasks, vendor/plugins/high_voltage/tasks, vendor/plugins/jrails/tasks, vendor/plugins/nulldb/tasks, vendor/plugins/query_reviewer/tasks, vendor/plugins/recaptcha/tasks, vendor/plugins/redbox/tasks, vendor/plugins/simpleconfig/tasks, and vendor/plugins/sitemap_generator-plugin/tasks are deprecated. Use lib/tasks instead. (called from /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/tasks/rails.rb:10)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Invoke gems:build (first_time)
** Execute gems:build
** Execute environment
rake aborted!
Mysql::Error: Table 'fanvsfan_development.adify_publishers' doesn't exist: SHOW FIELDS FROM `adify_publishers`
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/connection_adapters/abstract_adapter.rb:227:in `log'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/connection_adapters/mysql_adapter.rb:324:in `execute'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/connection_adapters/mysql_adapter.rb:471:in `columns'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/base.rb:1305:in `columns'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/base.rb:1318:in `column_names'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/searchlogic-2.5.5/lib/searchlogic/named_scopes/ordering.rb:33:in `ordering_condition_details'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/searchlogic-2.5.5/lib/searchlogic/named_scopes/ordering.rb:25:in `create_condition'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/searchlogic-2.5.5/lib/searchlogic/named_scopes/or_conditions.rb:28:in `create_condition'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/searchlogic-2.5.5/lib/searchlogic/named_scopes/column_conditions.rb:63:in `respond_to?'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/will_paginate-2.3.15/lib/will_paginate/finder.rb:158:in `respond_to?'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/base.rb:1515:in `respond_to?'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:183:in `flatten'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:183:in `observed_classes'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:166:in `initialize'
/home/hecbuma/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/singleton.rb:94:in `new'
/home/hecbuma/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/singleton.rb:94:in `instance'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:38:in `instantiate_observers'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:36:in `each'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activerecord-2.3.11/lib/active_record/observer.rb:36:in `instantiate_observers'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/actionpack-2.3.11/lib/action_controller/dispatcher.rb:15:in `define_dispatcher_callbacks'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:182:in `call'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:182:in `evaluate_method'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:166:in `call'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `run'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `each'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `send'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `run'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:276:in `run_callbacks'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/actionpack-2.3.11/lib/action_controller/dispatcher.rb:51:in `send'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/actionpack-2.3.11/lib/action_controller/dispatcher.rb:51:in `run_prepare_callbacks'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/initializer.rb:631:in `prepare_dispatcher'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/initializer.rb:185:in `process'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/initializer.rb:113:in `send'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/initializer.rb:113:in `run'
/home/hecbuma/proyectos/fanvsfan/config/environment.rb:10
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:547:in `new_constants_in'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:182:in `require'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/rails-2.3.11/lib/tasks/misc.rake:4
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:636:in `call'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:631:in `each'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'
/home/hecbuma/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
/home/hecbuma/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/bin/rake:31
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/bin/rake:19:in `load'
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@global/bin/rake:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment