1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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] -%>