You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error running heroku_san with rake 0.8.7. As recommended in several stack overflow results, I have set rake to 0.8.7 explicitly and tried adding require 'rake/dsl_definition' to the top of my Rakefile but I still get the same error.
Please see the trace below:
/Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in require': no such file to load -- rake/dsl_definition (LoadError) from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:inblock in require'
from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in block in load_dependency' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:596:innew_constants_in'
from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in load_dependency' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:inrequire'
from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/bundler/gems/heroku_san-08fcd7c9dc27/lib/git.rb:2:in <top (required)>' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:inrequire'
from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in block in require' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:inblock in load_dependency'
from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:596:in new_constants_in' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:inload_dependency'
from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in require' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/bundler/gems/heroku_san-08fcd7c9dc27/lib/heroku_san.rb:2:in<top (required)>'
from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/bundler-1.0.10/lib/bundler/runtime.rb:68:in `require'
Any suggestions to fix this would be greatly appreciated.
Thanks,
Hemang
The text was updated successfully, but these errors were encountered:
Hi,
I am getting the following error running heroku_san with rake 0.8.7. As recommended in several stack overflow results, I have set rake to 0.8.7 explicitly and tried adding require 'rake/dsl_definition' to the top of my Rakefile but I still get the same error.
Please see the trace below:
/Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in
require': no such file to load -- rake/dsl_definition (LoadError) from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in
block in require'from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in
block in load_dependency' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:596:in
new_constants_in'from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in
load_dependency' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in
require'from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/bundler/gems/heroku_san-08fcd7c9dc27/lib/git.rb:2:in
<top (required)>' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in
require'from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in
block in require' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in
block in load_dependency'from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:596:in
new_constants_in' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:225:in
load_dependency'from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in
require' from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/bundler/gems/heroku_san-08fcd7c9dc27/lib/heroku_san.rb:2:in
<top (required)>'from /Users/hpatel/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/bundler-1.0.10/lib/bundler/runtime.rb:68:in `require'
Any suggestions to fix this would be greatly appreciated.
Thanks,
Hemang
The text was updated successfully, but these errors were encountered: