From 006cef7107b648882cfc09f56904c601454cfc77 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 29 Sep 2010 00:14:15 -0300 Subject: Add gem 'arel' from git commented out as an example of how to Bundle egde Rails with Arel edge [#5723 state:committed] --- railties/lib/rails/generators/rails/app/templates/Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/lib') diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index d553c09484..1dbf27d978 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -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] -%> -- cgit v1.2.3