Skip to content

Instantly share code, notes, and snippets.

@tylerjohnst
Created April 29, 2010 22:40
Show Gist options
  • Save tylerjohnst/384388 to your computer and use it in GitHub Desktop.
Save tylerjohnst/384388 to your computer and use it in GitHub Desktop.

Installing Rails on Windows

Download RubyInstaller 1.9.1 and Development Kit

http://rubyinstaller.org/download.html

Update and Install Gems

gem update --system
gem install sqlite3-ruby
gem install win32console

Install Rails 3.0 Beta

gem install rails --pre --no-ri --no-rdoc
gem install bundler

Install Rails 2.3.5

gem install rails -v 2.3.5
gem install rspec -v 1.3.0
gem install rspec-rails -v 1.3.2
gem install test-unit -v 1.2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment