Well if you are building a hash on the user model then you are sort of constrained by your tags/categories. With acts_as_taggable it is much easier for users (or you) to tag comment with keywords. This negates the need to maintain the hash in the user model.
-James
> On Mar 22, 2016, at 2:32 PM, Johnny Stewart <lists@ruby-forum.com> wrote:
>
> I've nothing specifically against it, but as I say I think just adding a
> hash to the user model and then filtering on the entries therein seems
> like it would be a lot more light weight no?
>
> Is there some specific advantage I'd get by using acts_as_taggable_on?
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6c455f07e98b1516152a5c125d344639%40ruby-forum.com.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/BEEF5D79-973A-462E-B520-383FD676A16B%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment