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 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:
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):
|
|||
|
|