[Rails] Re: rake dependency error

2010-01-04 Thread William Van hevelingen
I fixed the problem by going into /usr/bin/rake and changing line 17 to just gem instead of require_gem 1 #!/usr/bin/ruby 2 # 3 # This file was generated by RubyGems. 4 # 5 # The application 'rake' is installed as part of a gem, and 6 # this file is here to faci

[Rails] Re: rake dependency error

2010-01-04 Thread William Van hevelingen
Your solution didn't work for me. Even after uninstalling all versions of rake and reinstalling. rake -v still doesn't run. > > "sudo gem uninstall rake -v 0.8.3" > > "sudo gem update rake". > > rake -v runs again, at least. > > Still wondering if there's any good way to 'downgrade' the RubyG