Broken Console

Jeremy Woertink wrote:

Anyone else out there have any ideas?

OOOO, the frustration!!!

ok, so I got my buddy to finally try out rails. I walked him through installing Ruby and Rails and MySQL on his computer. Walked him through

a quick tutorial. Then on a whim I had him go into console, and whuddaya know it worked. FREAKIN AMAZING! Does it work on mine… No.

Ok, so I decided to uninstall Rails and reinstall it, and it won’t

install any of the dependencies now…

C:\rails_apps>gem install rails Successfully installed rails-1.2.3

C:\rails_apps>gem install rails --include-dependencies Successfully installed rails-1.2.3

C:\rails_apps>

??? Help please!

~Jeremy

Posted via http://www.ruby-forum.com/.

One thing you can try: rake rails:freeze:edge. If this works, and you can run the console just fine, then it proves your Gems install is borked. If you can’t do this, your Gems install is probably borked anyway, just blow everything away and start over (with the One-Click installer, of course).

Jason