Steven Daniels
Steven Daniels
Hi @hidroo, You can get what you want by using the `ActsAsTaggableOn::Tagging` class: ```ruby tag_ids = ActsAsTaggableOn::Tag.first(2).map(&:id) ActsAsTaggableOn::Tagging.where(tag_id: tag_ids).includes(:taggable).flat_map(&:taggable).uniq ``` Please note, this solution will return an array of objects...
I don't know of a good way to do that. I haven't seen a AR polymorphic associations used for returning records for multiple models before. A possible alternative: If you...
That file is missing. Is there a more up to date list of realtime api events available?
@cameronbourgeois - This is pretty old issue. Is this still a problem or can you close this issue?
@kzk - Are there any changes you'd like to make to this PR?
@johnnncodes - It looks like your issue was answered, can you close this issue?
@farski: Try this ``` class Xmlns include SAXMachine attribute "xmlns:content", as: :xmlns end class RSS include SAXMachine element :rss, class: Xmlns end parser = RSS.parse '' parser.rss.xmlns ```
@krzkrzkrz - It looks like you got your answer, can we close this issue?
Is this still an issue or can we close this issue?
It looks like this behavior was changed in https://github.com/hallelujah/valid_email/pull/118