Charlie Bowman
2006-Sep-05 23:39 UTC
seperating tags with commas not spaces (acts_as_taggable)
When ever I read in my tag form, the field is automatically stripped of commas and each space seperated word is a tag. I want to be able to tag with multiple words. Is this possible with acts_as_taggable? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Brian Hogan
2006-Sep-06 03:12 UTC
Re: seperating tags with commas not spaces (acts_as_taggable)
Not unless you refactor acts_as_taggable a bit. The space delimiter is a common property of folksnnames-based tagging. On 9/5/06, Charlie Bowman <charlesmbowman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > When ever I read in my tag form, the field is automatically stripped of > commas and each space seperated word is a tag. I want to be able to tag with > multiple words. Is this possible with acts_as_taggable? > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---