We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have rails 3.2.8, rocket_tag 0.5.6, and tried squeel (1.0.5, 1.0.9, 1.0.11 and 1.0.13) but I keep getting:
/app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.8/lib/action_view/helpers/tag_helper.rb:65:in `tag' /app/vendor/bundle/ruby/1.9.1/gems/rocket_tag-0.5.6/lib/rocket_tag/taggable.rb:183:in `block in tagged_with' /app/vendor/bundle/ruby/1.9.1/gems/squeel-1.0.5/lib/squeel/dsl.rb:31:in `instance_eval' /app/vendor/bundle/ruby/1.9.1/gems/squeel-1.0.5/lib/squeel/dsl.rb:31:in `eval' /app/vendor/bundle/ruby/1.9.1/gems/squeel-1.0.5/lib/squeel/adapters/active_record/3.1/relation_extensions.rb:250:in `joins' /app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.8/lib/active_record/querying.rb:9:in `joins' /app/vendor/bundle/ruby/1.9.1/gems/rocket_tag-0.5.6/lib/rocket_tag/taggable.rb:183:in `tagged_with'
I even tried pull by @Fntzr. Seems like the line
joins{taggings.tag}
resolves tag to the action_view tag helper method which is totally unrelated. This happens only in resque tasks. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have rails 3.2.8, rocket_tag 0.5.6, and tried squeel (1.0.5, 1.0.9, 1.0.11 and 1.0.13) but I keep getting:
I even tried pull by @Fntzr. Seems like the line
resolves tag to the action_view tag helper method which is totally unrelated. This happens only in resque tasks. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: