views:

20

answers:

1

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 ?

+4  A: 
# Gemfile
gem 'rails',
    :git => 'http://github.com/rails/rails.git'
Justice