This project is archived and is in readonly mode.
underscore and camelize are not inverses
Reported by Eric Dobson | July 21st, 2010 @ 05:41 PM
"ABCd".underscore = "ab_cd" "ab_cd".camelize = "AbCd"
Comments and changes to this ticket
-
Xavier Noria July 22nd, 2010 @ 12:22 AM
- Assigned user set to Xavier Noria
- Importance changed from to Low
-
Repository July 22nd, 2010 @ 12:28 AM
- State changed from new to resolved
(from [b456877cfb7e0cb0bab9ffd5674abd23caba0ab4]) camelize and underscore are sort of inverse of each other, but not in a mathematical sense [#5174 state:resolved] http://github.com/rails/rails/commit/b456877cfb7e0cb0bab9ffd5674abd...
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
Referenced by
- 5174 underscore and camelize are not inverses (from [b456877cfb7e0cb0bab9ffd5674abd23caba0ab4]) cameliz...