Skip to content

Instantly share code, notes, and snippets.

@borisd
Last active January 2, 2016 20:29
Show Gist options
  • Save borisd/8357355 to your computer and use it in GitHub Desktop.
Save borisd/8357355 to your computer and use it in GitHub Desktop.

Download & Install

Rails Installer

  • Do next->next->next on everything
  • When asks for name and email for git, enter those

Using it

  • You start it by running "Command prompt with Ruby on Rails"
  • cd c:\Sites
  • This is where your projects will live (c:\Sites)

To create a new rails app

  • rails _3.2.16_ new catz
  • If it didn't work run and then try the above again: gem install rails -v="3.2.16" --no-ri --no-rdoc
  • cd catz

Test everything

  • rails server

  • (It might ask if to allow port access, tell it "allow")

  • In your browser open: http://127.0.0.1:3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment