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
I love search logic, but cannot get it to run in production mode. I found out that the cache_classes setting was the culprit. I know searchlogic works dynamically, but is there a way to enable searchlogic with class_caching?
When the classes are not cached I get:
undefined method cached_tags_contains' for #<Array:0x4e064c0> or undefined methodid_contains' for #Array:0x4e064c0
The text was updated successfully, but these errors were encountered:
Has anyone found a workaround for this? I understand it is probably a bug in rails 2.3.5, but is there anyway to workaround the issue, other than defining a bunch of named_scopes manually or setting cache_classes to false?
I love search logic, but cannot get it to run in production mode. I found out that the cache_classes setting was the culprit. I know searchlogic works dynamically, but is there a way to enable searchlogic with class_caching?
When the classes are not cached I get:
undefined method
cached_tags_contains' for #<Array:0x4e064c0> or undefined method
id_contains' for #Array:0x4e064c0The text was updated successfully, but these errors were encountered: