0

im installing ruby on rails and i have ruby 1.9.2 installed as well as rubygems. im using rvm for ruby installation. anyways, when trying to install rails by typing "sudo gem install rails" I get:

"Successfully installed rails-3.2.3 1 gem installed Installing ri documentation for rails-3.2.3... Installing RDoc documentation for rails-3.2.3..."

but typing in "rails -v" gets:

"Rails is not currently installed on this system. To get the latest version, simply type: $ sudo gem install rails You can then rerun your "rails" command"

what can I do? everything else is up to date and working. thanks for any help.

1 Answers1

0

Give this a try: http://railsoneclick.com/

bobbypage
  • 2,157
  • 2
  • 21
  • 21
  • i tried it but the application crashes immediately upon opening even after redownloading. – James Bellow May 20 '12 at 03:15
  • huh, works fine on my end, something is probably screwed up with your installation. Maybe try uninstalling all the gem's on your system (http://stackoverflow.com/questions/8095209/uninstall-all-installed-gems-in-osx) and try again... – bobbypage May 20 '12 at 03:19