Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 30th, 2012  |  syntax: None  |  size: 0.15 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Upgrade Rails App From 1.2.3 to 3.1.0?
  2. gem install rails #=> will install the latest stable release from rubygems
  3. gem install bundler
  4. rails new myapp