Skip to content

Instantly share code, notes, and snippets.

@erikpukinskis
Created September 27, 2010 17:14
Show Gist options
  • Save erikpukinskis/599400 to your computer and use it in GitHub Desktop.
Save erikpukinskis/599400 to your computer and use it in GitHub Desktop.
$ rake --trace
(in /Users/erik/projects/spro/code/sproutrobot)
rake aborted!
no such file to load -- initializer
/Users/erik/projects/spro/code/sproutrobot/config/boot.rb:55:in `require'
/Users/erik/projects/spro/code/sproutrobot/config/boot.rb:55:in `load_initializer'
/Users/erik/projects/spro/code/sproutrobot/config/boot.rb:111:in `run'
/Users/erik/projects/spro/code/sproutrobot/config/boot.rb:11:in `boot!'
/Users/erik/projects/spro/code/sproutrobot/config/boot.rb:124
/Users/erik/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/Users/erik/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/Users/erik/projects/spro/code/sproutrobot/config/application.rb:1
/Users/erik/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/Users/erik/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/Users/erik/projects/spro/code/sproutrobot/rakefile:4
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/lib/rake.rb:2383:in `load'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/lib/rake.rb:2000:in `run'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/gems/rake-0.8.7/bin/rake:31
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/bin/rake:19:in `load'
/Users/erik/.rvm/gems/ruby-1.8.7-p302@sproutrobot/bin/rake:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment