This project is archived and is in readonly mode.
update Gemfile (current source at github arel is breaking many tests)
Reported by Subba | July 21st, 2010 @ 03:39 PM
Gemfile in rails3 is getting arel from github which is
arel-862067c
but this version arel is lot of tests and warnings. please update
Gemfile to point to 0.4.0
-gem "arel", :git => "git://github.com/rails/arel.git"
+gem "arel", "=0.4.0"
Comments and changes to this ticket
-
Subba July 21st, 2010 @ 03:39 PM
- Assigned user set to José Valim
-
Subba July 21st, 2010 @ 05:15 PM
rails arel fork 2edbb4b96f5d8ed52357e23ad02c64b8e7a68106
commit is working.
there some changes to arel after this.
currently activerecord tests are with rails arel fork. -
José Valim July 21st, 2010 @ 09:05 PM
- State changed from new to invalid
- Importance changed from to Low
Great, thanks.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>