This project is archived and is in readonly mode.
Make sure label_tag accepts symbols for name argument
Reported by Jan De Poorter | July 29th, 2008 @ 12:14 PM | in 2.x
At the moment if you use label_tag with a symbol, you get an error
>> helper.label_tag :foo
NoMethodError: undefined method `humanize' for :foo:Symbol
Attached is a patch to fix this :-)
Comments and changes to this ticket
-
Repository July 29th, 2008 @ 12:40 PM
- State changed from new to resolved
(from [7aaf1689dda863b72623f0e52ad87e2b739cb22b]) Fix that label_tag doesn't take a symbol for a name. [#719 state:resolved]
Signed-off-by: Pratik Naik
-
Repository August 25th, 2008 @ 09:28 AM
(from [2752cebb8b707989c13e45be7d62b77196c42b91]) Fix that label_tag doesn't take a symbol for a name. [#719 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
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
- 719 Make sure label_tag accepts symbols for name argument (from [2752cebb8b707989c13e45be7d62b77196c42b91]) Fix tha...