This project is archived and is in readonly mode.
Comments and changes to this ticket
-
calavera June 30th, 2009 @ 04:10 PM
- Tag changed from 2.x test patch, active_support, inflector to 2.x, active_support, inflector, patch, test
-
calavera June 30th, 2009 @ 04:39 PM
Actually it breaks with every object that doesn't implement the method "first". This code also breaks:
class MyClass; def to_s "my class" end end ActiveSupport::Inflector.camelize(MyClass.new, false)
-
calavera July 1st, 2009 @ 01:46 PM
- Title changed from Ensure ActiveSupport::Inflector.camelize works with symbols to ActiveSupport::Inflector.camelize fails when you pass any object that's not a string
-
Repository July 1st, 2009 @ 08:24 PM
- State changed from new to resolved
(from [882dd4e6054470ee56c46ab1432861952c81b633]) ensure Inflector.camelize works with symbols [#2856 state:resolved]
Signed-off-by: Yehuda Katz + Carl Lerche ykatz+clerche@engineyard.com
http://github.com/rails/rails/commit/882dd4e6054470ee56c46ab1432861...
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
- 2856 ActiveSupport::Inflector.camelize fails when you pass any object that's not a string (from [882dd4e6054470ee56c46ab1432861952c81b633]) ensure ...