Feature Requests: Browse | Submit New | Admin

[#6101] allow :separator as acts_as_taggable option

Date:
2006-10-11 15:29
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
display feature
State:
Open
Summary:
allow :separator as acts_as_taggable option

Detailed description
It would be good to allow :separator as a acts_as_taggable option. This involves:

adding to the options list
adding as a write_inheritable_attribute
adding to the class_inheritable_reader list
removing it from the option list
replacing the various calls of the form 
          options = { :separator => ' ' }.merge(options)
 with
          options = { :separator => tag_separator }.merge(options)

I've done this in my local copy; you're welcome to it, but it's easy enough to do.

Best,

Will Fitzgerald (will dot fitzgerald at pobox dot com dot fake -- take out dot fake)

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item