Skip to content

Instantly share code, notes, and snippets.

@hecbuma
Created June 20, 2011 17:06
Show Gist options
  • Save hecbuma/1036023 to your computer and use it in GitHub Desktop.
Save hecbuma/1036023 to your computer and use it in GitHub Desktop.
hecbuma@hecbuma-lap:~/proyectos/fanvsfan$ rake db:bootstrap --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:bootstrap (first_time)
** Invoke environment (first_time)
** Invoke gems:build (first_time)
** Execute gems:build
** Execute environment
** Execute db:bootstrap
>> Started executing bootstrap for development
>> Started executing bootstrap for static_content
rake aborted!
uninitialized constant Bootstrapper::Fixtures
/home/hecbuma/.rvm/gems/ruby-1.8.7-p334@fan/gems/activesupport-2.3.11/lib/active_support/dependencies.rb:131:in `const_missing'
/home/hecbuma/proyectos/fanvsfan/vendor/plugins/bootstrapper/lib/bootstrapper.rb:22:in `fixtures'
/home/hecbuma/proyectos/fanvsfan/db/bootstrap.rb:23
/home/hecbuma/proyectos/fanvsfan/vendor/plugins/bootstrapper/lib/bootstrapper.rb:11:in `call'
/home/hecbuma/proyectos/fanvsfan/vendor/plugins/bootstrapper/lib/bootstrapper.rb:11:in `run'
/home/hecbuma/proyectos/fanvsfan/db/bootstrap.rb:2
/home/hecbuma/proyectos/fanvsfan/vendor/plugins/bootstrapper/lib/bootstrapper.rb:11:in `call'
/home/hecbuma/proyectos/fanvsfan/vendor/plugins/bootstrapper/lib/bootstrapper.rb:11:in `run'
/home/hecbuma/proyectos/fanvsfan/vendor/plugins/bootstrapper/tasks/bootstrap.rake:5
/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: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