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
Login required before filter redirects to login page but when a ajaxified link is clicked and the filter halts the execution, the redirect_to is also ajaxified but I want it to load the full page instead of ajaxified div.
Is there any way to do so?
Thanks
The text was updated successfully, but these errors were encountered:
Just curious, why would you want to do that? As a hack you can add some js on the login page to refresh itself... Not very clean though. I don't use Ajaxify myself anymore, just in some old projects. I rely on Turbolinks these days, as there is a big community so it get's lots of fixes and improvements. In rails 5 it will get some bigger updates, I think it will also become possible to specify a load target for your content. Not much need for Ajaxify then anymore.
It mainly adds a meta tag with an md5 digest checksum for the current set of assets to allow asset change detection. When ever the assets change, the whole page is reloaded to prevent the loaded ajaxify content to use the old assets.
For example:
Login required before filter redirects to login page but when a ajaxified link is clicked and the filter halts the execution, the redirect_to is also ajaxified but I want it to load the full page instead of ajaxified div.
Is there any way to do so?
Thanks
The text was updated successfully, but these errors were encountered: