Add gem 'arel' from git commented out as an example of how to Bundle egde Rails with Arel edge

[#5723 state:committed]
This commit is contained in:
Santiago Pastorino 2010-09-29 00:14:15 -03:00
parent dec3a759d1
commit 006cef7107
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ gem 'rails', '<%= Rails::VERSION::STRING %>'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# gem 'arel', :git => 'git://github.com/rails/arel.git'
<%- end -%>
<% unless options[:skip_active_record] -%>