Posts Tagged ‘Rails’

How to install Ruby on Rails in Windows

var fbShare = {url: ‘http://sree.cc/ruby-on-rails/how-to-install-ruby-on-rails-in-windows’,size:’large’} Quick notes on how to install Ruby on Rails under Windows

Open http://rubyforge.iasi.roedu.net/files/rubyinstaller/ruby186-26.exe or any later version if applicable
Install to c:ruby
Windows -> Start -> Run -> cmd to get the dos prompt
Type PATH to ensure that it has c:rubybin; if not fix this manually via Windows control panel settings.
Download http://rubyforge.rubyuser.de/rubygems/rubygems-1.1.1.zip
Unzip [...]