Skip to content

Commit

Permalink
Add gem 'arel' from git commented out as an example of how to Bundle …
Browse files Browse the repository at this point in the history
…egde Rails with Arel edge

[#5723 state:committed]
  • Loading branch information
spastorino committed Sep 29, 2010
1 parent f640af5 commit 9ddda10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/lib/rails/generators/rails/app/templates/Gemfile
Expand Up @@ -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] -%>
Expand Down

3 comments on commit 9ddda10

@josevalim
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this commit on master but I disagree with this one here. Now that ARel 2.0.0 is ready to be release, can't we rely on that for 3-0-stable?

@spastorino
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i did that until arel 2.0 be released then we can change it ;)

@spastorino
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW the change will be remove this and make AR.gemspec depend on Arel 2.0

Please sign in to comment.