-
Notifications
You must be signed in to change notification settings - Fork 106
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
Unable to autoload constant Sync::RefetchesController #235
Comments
Same here, running into the same problem |
Same problem, but solved it by merging some different branches in my master. https://github.com/zuyderleven/render_sync |
same problem +1 |
get hint form @zuyderleven create file in controller in And remember to modify the
|
Maybe, MAYBE, is the "rails mess", about the folders order. Rails.application.routes.draw do
get 'sync/refetch', controller: 'sync/refetches', action: 'show'
end An the controller is locate in: So, we need a PR to fix the folders name, or the class name(it's more simple). What's better? |
Just trying to do a simple refetch, and I am getting this error.
<%= sync_new partial: "message_row", resource: Message.new, refetch: true %>
my partial is located at sync/messages/refetch/_message_row.html.erb
I am not super familiar with the code base but at first glance it looks like the routes were not updated to match the new render_sync namespace
The text was updated successfully, but these errors were encountered: