You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of rails/rails@31a43eb (which is in Rails master now), the Active Record quote_value method is enforcing the requirement to send a column. acts-as-taggable-on calls quote_value with no column multiple times in core.rb and so is not functioning properly in Rails master.
It's possible that just passing nil for a column will work for the short run, but I haven't had time to verify this.
The text was updated successfully, but these errors were encountered:
Just checked with 3.0.0 vs the current Rails master. In my project that's a working combination. I don't have time to dig back and see what change made the difference, but it does look like this is OK now.
As of rails/rails@31a43eb (which is in Rails master now), the Active Record quote_value method is enforcing the requirement to send a column. acts-as-taggable-on calls quote_value with no column multiple times in core.rb and so is not functioning properly in Rails master.
It's possible that just passing nil for a column will work for the short run, but I haven't had time to verify this.
The text was updated successfully, but these errors were encountered: