Skip to content

Instantly share code, notes, and snippets.

@nwmcsween
Created July 10, 2011 03:09
Show Gist options
  • Select an option

  • Save nwmcsween/1074213 to your computer and use it in GitHub Desktop.

Select an option

Save nwmcsween/1074213 to your computer and use it in GitHub Desktop.
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
rvm install ruby-1.9.2
rvm default ruby-1.9.2
gem install rails
rails new project_name -m http://datamapper.org/templates/rails.rb
cd project_name
bundle install
rails g scaffold user name:string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment