Skip to content

Instantly share code, notes, and snippets.

@levous
Created January 3, 2012 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save levous/1553494 to your computer and use it in GitHub Desktop.
Save levous/1553494 to your computer and use it in GitHub Desktop.
rake db:setup --trace
rake aborted!
no such file to load -- active_record/railtie
/Volumes/MacintoshMedia/Users/rustyzarse/dev/CompanyName/the_app_name/config/application.rb:3:in `require'
/Volumes/MacintoshMedia/Users/rustyzarse/dev/CompanyName/the_app_name/config/application.rb:3:in `<top (required)>'
/Users/rustyzarse/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/rustyzarse/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Volumes/MacintoshMedia/Users/rustyzarse/dev/SearchDiscovery/the_app_name/Rakefile:5:in `<top (required)>'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load_rakefile'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/application.rb:501:in `raw_load_rakefile'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `block in load_rakefile'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/application.rb:81:in `load_rakefile'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/application.rb:65:in `block in run'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/bin/rake:19:in `load'
/Users/rustyzarse/.rvm/gems/ruby-1.9.2-p180@the_app_name/bin/rake:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment