Skip to content

Ruby on Rails "Beta 3" with Windows

smidig edited this page Sep 14, 2010 · 5 revisions
  • Download rubyInstaller 1.9.1 from http://rubyinstaller.org
    • Install it!
  • Add “c:\ruby191\bin” to your “PATH” environment variable.
  • Check that ruby runs:
    • ruby —version
  • Update gem, run:
    • gem update —system
  • Add dependencies and rails:
    • gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n —no-ri —no-rdoc
    • gem install rails —pre —no-ri —no-rdoc

Of course, we’re using git! http://github.com/guides/using-git-and-github-for-the-windows-for-newbies

Clone this wiki locally