This project is archived and is in readonly mode.
ORIG_ARGV constant is not used in Railties but Activesupport
Reported by calavera | June 21st, 2010 @ 06:05 PM
The constant ORIG_ARGV is used by the activesupport tests but it's placed in railties. This causes a bunch of test failing when the activesupport tests are running out of the full suite.
I include a patch to move the constant to activesupport.
Comments and changes to this ticket
-
Repository June 22nd, 2010 @ 03:32 PM
- State changed from new to resolved
(from [256a33d0fb78cb4fb337938c82a52d042dd4fa2a]) defines ORIG_ARGV in Active Support's abstract_unit.rb (used in isolation.rb) [#4922 state:resolved]
Signed-off-by: Xavier Noria fxn@hashref.com
http://github.com/rails/rails/commit/256a33d0fb78cb4fb337938c82a52d...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 4922 ORIG_ARGV constant is not used in Railties but Activesupport (from [256a33d0fb78cb4fb337938c82a52d042dd4fa2a]) defines...