This project is archived and is in readonly mode.
Ruby 1.9 compat: script/plugin throws NoMethodError in Ruby 1.9
Reported by Akira Matsuda | September 9th, 2008 @ 10:09 AM
script/plugin list causes NoMethodError in Ruby 1.9 because Kernel.to_a is removed in Ruby 1.9.
http://eigenclass.org/hiki.rb?Ch...
Added a patch, tested on Ruby 1.9 and 1.8.7.
Comments and changes to this ticket
-
Repository September 9th, 2008 @ 06:39 PM
- State changed from new to resolved
(from [8e68ec4dcceb606853a50d41076c7d5e118089b7]) Ruby 1.9 compat: use String#lines instead of to_a in Ruby 1.9
[#1001 state:resolved]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net http://github.com/rails/rails/co...
-
Jeremy Kemper September 9th, 2008 @ 07:03 PM
- Milestone cleared.
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
Referenced by
- 1001 Ruby 1.9 compat: script/plugin throws NoMethodError in Ruby 1.9 [#1001 state:resolved]