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
For now I've just forked the repo and removed those lines, and everything works great again: longlostnick@dfac23a
I can make a fix/change if one needs to be made, but wanted to present the issue for discussion first. The easiest thing to do is remove those lines from the Railtie, but I'm guessing those are in there for a reason!
The text was updated successfully, but these errors were encountered:
https://github.com/agoragames/stache/blob/master/lib/stache/railtie.rb#L3-L5
A lot of view paths/filenames are similar to models, so I think this is confusing ActiveSupport
load_missing_constant
.This is actually causing a NameError in a controller in one of my apps:
For now I've just forked the repo and removed those lines, and everything works great again: longlostnick@dfac23a
I can make a fix/change if one needs to be made, but wanted to present the issue for discussion first. The easiest thing to do is remove those lines from the Railtie, but I'm guessing those are in there for a reason!
The text was updated successfully, but these errors were encountered: