I have RoR on win7, and I cant remember any issues installing it.
Download and install Ruby, download and install RubyGems, run "gem 
install rails" from the command line, and its done. You'll probably want 
a database too, like mysql.
Download and install mysql. Im still on version 5.0, last I checked, 3 
months ago, there was an issue with mysql 5.1, win7 x64 and the latest 
version of the rails adapter.
Then run "gem install mysql" from the command line to get the adapter.

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

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to