This project is archived and is in readonly mode.
NameError in uri.rb with ruby19
Reported by paceline | March 28th, 2009 @ 11:10 PM | in 2.x
There seems to be a naming issue in active_support/core_ext/uri.rb. In line 8 it references the ruby module URI::Parser. At least with my ruby install it should be called URI::Escape instead.
I attached the updated uri.rb file.
I'm running ruby 1.9.0 (2008-06-20 revision 17482) [x86_64-linux] and Rails 2.3.2
Comments and changes to this ticket
-
CancelProfileIsBroken March 28th, 2009 @ 11:32 PM
- State changed from new to invalid
Rails isn't tested/supported on 1.9.0 - the earliest stable release is 1.9.1. Currently core tests are all green on 1.9.1. If you can reproduce after upgrading your ruby, please attach a patch with tests.
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>