User login

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.

Searched words: 
uninitialized constant Rake::DSL Gemfile ubuntu what the hell is a gemfile vlad rake 0.8.7

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.