rails-ujs
rails-ujs copied to clipboard
Ruby on Rails unobtrusive scripting adapter
Hi! There is `*/*` in `Accept` header when remote requests are performed, so `render` in rails will render even html or any other templates. There is also known issue with...
- [ ] 1. Can't visit again new form after create (request canceled from browser side), is it bug?  Second request on new form fine after first failed -...
When `Rails` responds to an XHR request with `redirect_to http://localhost:3000/`, then it is converted to: ```js Turbolinks.clearCache() Turbolinks.visit("http://localhost:3000", {"action":"replace"}) ``` If the request was created by `rails-ujs`, then it is...