diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-09-29 00:14:15 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-09-29 00:14:48 -0300 |
commit | 006cef7107b648882cfc09f56904c601454cfc77 (patch) | |
tree | 882ac0e2e3a6d181c0fcab09b72fcf09b2a2c109 /railties/lib/rails/generators | |
parent | dec3a759d189c3acb812bef3aebcc5a2e061c28a (diff) | |
download | rails-006cef7107b648882cfc09f56904c601454cfc77.tar.gz rails-006cef7107b648882cfc09f56904c601454cfc77.tar.bz2 rails-006cef7107b648882cfc09f56904c601454cfc77.zip |
Add gem 'arel' from git commented out as an example of how to Bundle egde Rails with Arel edge
[#5723 state:committed]
Diffstat (limited to 'railties/lib/rails/generators')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
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] -%> |