Ruby Rails help

Associate
Joined
19 Jul 2006
Posts
1,847
Hi,
Ths should be simple but its not.
Im trying to get ruby on rails to work. Im on a windows base, so downloaded instant rails 2.0
which works fine. but when i try to get an editor like Radrails or komodo to work with it i get all sorts of errors.
I know you can do a lot of it in the command line but id like an editor to work with.
Anyone know much about this. Who can walk me through either installing ruby and rails individually with out the instant rails or know how to get the editor to work?
 
not sure what the prob is here, I've used this methof many times:

go here: http://www.rubyonrails.com/down

get the windows installer. run it.
get rubygems. run it.
then use ruby gems to install rails like this: gem install rails --include-dependencies

This should include Scite as well - that's your editor.
 
thanks whitecrook. I have installed the windows on and ruby gems, left it running gem install rail at work see what happens in the morning.
Then will i have to do the gem install rails --include-dependencies?

Once i have done that is that everything will appatchy and mysql be installed?
 
Back
Top Bottom