-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
@acts_as_taggable_on_cache_columns should be reset by reset_column_information #621
Comments
I don't think so, that will be a breaking change and a regression. On Tue, Jan 6, 2015 at 8:27 PM, Ben Tillman [email protected]
|
Yeah my mistake it was github search playing tricks on me :) |
seuros
added a commit
that referenced
this issue
Jan 6, 2015
…et_column_information clears column cache on reset_column_information resolves #621
markedmondson
pushed a commit
to markedmondson/acts-as-taggable-on
that referenced
this issue
Jun 18, 2015
* master: (26 commits) mbleigh#623 collation parameter is ignored if it generates an exception. Update release date for 3.5.0 Update README.md Changing ActsAsTaggable to ActsAsTaggableOn version 3.5.0 Add context constraint to find_related_* methods. Fixes mbleigh#628 added rake rule and a config parameter to force binary collation (MySql) added migration and rake task mbleigh#623: added manual column alter suggestion to fix special characters in tags (MySql only) version bump Add context constraint to find_related_* methods. Fixes mbleigh#628 Fixing typo in docs with strong typing Namespaced TagList usage in a customer parser version bump, test on ruby 2.2, remove rails edge from matrix. clears column cache on reset_column_information resolves mbleigh#621 Use the new build env on Travis Update README.md sha_prefix should not be random Fix milestones link Meet interface expectation for active record. ...
tekniklr
pushed a commit
to tekniklr/acts-as-taggable-on
that referenced
this issue
Mar 19, 2021
tekniklr
pushed a commit
to tekniklr/acts-as-taggable-on
that referenced
this issue
Mar 19, 2021
…_on_reset_column_information clears column cache on reset_column_information resolves mbleigh#621
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If its not reset then columns will continue to return the cached value and not requery the database as expected.
The text was updated successfully, but these errors were encountered: