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've just ran into the same problems as the ones mentioned in #155, even after updating to 1.8.1 to fix the eager_load related issue.
To prevent callbacks clearing in development, I have to set config.cache_classes value to true, which isn't very convenient since it involves restarting the server for changes to take effect.
Any help would be much appreciated :)
Thanks
The text was updated successfully, but these errors were encountered:
Hi @Zank94 I'm sorry to hear that you're having trouble with this. Would you mind sharing more details about this? These caching issues are really tough to debug and it'll make it a load easier to figure out with an example app.
I was also having trouble keeping the event callbacks from being reset. require is not causing the file to actually be loaded (not sure why... didn't dig in, might be something obvious that I'm missing.)
Hello everyone,
I've just ran into the same problems as the ones mentioned in #155, even after updating to
1.8.1
to fix theeager_load
related issue.To prevent callbacks clearing in development, I have to set
config.cache_classes
value totrue
, which isn't very convenient since it involves restarting the server for changes to take effect.Any help would be much appreciated :)
Thanks
The text was updated successfully, but these errors were encountered: