I have latest clone for rails source code.
I want to create apps with the help of rails latest commit. I am not going to use those apps in production. Just for experimentation.
How do I do it ?
I put up a gist on Github for how to create a Rails app using EdgeRails (currently what is to become the Rails 4 release). The gist of it (no pun intended) is that you do this:
git clone https://github.com/rails/rails.git
rails/railties/bin/rails new myapp --edge
This will create a new app skeleton based on current EdgeRails and it will point the Gemfile to Rails on Github. If you would like to point the Gemfile to your local checkout instead, use the --dev option (for example to experiment with changes to Rails):
rails/railties/bin/rails new myapp --dev
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With