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
The file that has the code for load new posts is /app/javascript/packs/custom/posts.js
it is called by:
/app/views/bots/show.js.erb
/app/views/posts/index.js.erb
/app/views/posts/show.js.erb
Which are loaded just when their respective pages with the same name are loaded, that means it will only load when these pages are loaded (because turbolinks gem).
If you go and then go back to a page, it will not reload the .js.erb, so will not reload the pagination too.
Similar to #369
I don't know if it happened before.( i don't think so, that makes all more confusing).
The text was updated successfully, but these errors were encountered:
The file that has the code for load new posts is
/app/javascript/packs/custom/posts.js
it is called by:
/app/views/bots/show.js.erb
/app/views/posts/index.js.erb
/app/views/posts/show.js.erb
Which are loaded just when their respective pages with the same name are loaded, that means it will only load when these pages are loaded (because
turbolinks
gem).If you go and then go back to a page, it will not reload the
.js.erb
, so will not reload the pagination too.Similar to #369
I don't know if it happened before.( i don't think so, that makes all more confusing).
The text was updated successfully, but these errors were encountered: