Hi Rails group… (new to Rails/ruby, so please excuse if this is dumb
question…)
I have installed Rails, and done some small testing. Had the server up
and running, and I did get the ‘default’ page.
Then I installed the 'Aptana Studio RadRails (version RadRails
1.0.1.200803281641NGT). when I launched the Aptana->Rails perspective, a
lots of ruby/rails stuff got installed.
When I create a Rails project (inside Aptana), and try to start the
server (both Webrick and the Mongrel), I get this message:
Cannot find gem for Rails ~>1.2.4.0:
Install the missing gem with ‘gem install -v=1.2.4 rails’, or
change environment.rb to define RAILS_GEM_VERSION with your desired
version.
“1758357710”
If I run the server in the terminal (go to the project, run
script/server) I got the same message. But after a lot of trying,
running this command ‘gem install -v=1.2.4 rails’ it installed a lot of
stuff, and it now works from the terminal. But I get the same error from
the Aptana tool. I have tried to reboot. I’m running Ubuntu 7.10. Have
tried to build new project, after the install, same result.
If I run the gem install again, it just says 'Successfully installed
rails-1.2.4
', so this version should be installed…
What should I do ??
Regards Jørn