Update of Rake broke Vlad
This finally fixed it:
sudo gem uninstall rake -v 0.9.0
Thank you, http://rubygems.org/gems/rake/versions/0.8.7
...but presumably chiliproject won't work?
Dunno, the new rake seems to break everything for everybody, so getting rid of it is good...
Was following these directions to install Chiliproject on Ubuntu and indeed they assume 0.8.7, so the line gem install rake
should be replaced with gem install rake -v=0.8.7
(or, if you already have it installed like i did, you can just skip that line!)
The Travails of Fixing...
If you have a Gemfile, "in the root directory of your rails app", it's easy it seems to say what version should be run.
Or generally, if you have a ruby app, it seems there are ways to deal with this:
When your problem is typing "rake" directly and the wrong things happening, i have no idea what your supposed to do, except banish the breaking version forever.
Comments
Post new comment