There is only one thing that the gem covers in the example and the solution made from scratch doesn't cover: the relation for the tagging to belong to a user (act_as_tagger in the user model). How do you think this might be done, as most user authentication solutions (like Devise, Authlogic or Sorcery) doesn't provide the current_user helper in the ActiveRecord layer.
There is only one thing that the gem covers in the example and the solution made from scratch doesn't cover: the relation for the tagging to belong to a user (act_as_tagger in the user model). How do you think this might be done, as most user authentication solutions (like Devise, Authlogic or Sorcery) doesn't provide the current_user helper in the ActiveRecord layer.