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 ?
# Gemfile
gem 'rails',
:git => 'http://github.com/rails/rails.git'