Skip to content

Instantly share code, notes, and snippets.

@rafmagana
Created May 29, 2012 03:27
Show Gist options
  • Save rafmagana/2822356 to your computer and use it in GitHub Desktop.
Save rafmagana/2822356 to your computer and use it in GitHub Desktop.
Installing Rails Edge
# Steps to install Rails 4.0.0.beta
rvm use 1.9.3@rails400beta --create
git clone git://github.com/rails/rails.git
gem install thor
ruby ./rails/railties/bin/rails new WAZA --dev
cd WAZA
# Specify a javascript runtime in Gemfile
bundle install
bundle exec rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment