Skip to content

Instantly share code, notes, and snippets.

@madis
Created July 20, 2013 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madis/6045738 to your computer and use it in GitHub Desktop.
Save madis/6045738 to your computer and use it in GitHub Desktop.
Creating new rails app from rails/rails master
# Some info
# http://www.drurly.com/blog/2012/09/08/create-a-rails-4-project/
# http://stackoverflow.com/questions/12333726/how-to-create-a-rails-project-using-rails-master-beta-4-0-0
git clone https://github.com/rails/rails.git
ruby rails/railties/bin/rails new fooapp --dev
rails -v # => Rails 4.0.0.beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment