rails-ujs icon indicating copy to clipboard operation
rails-ujs copied to clipboard

Ruby on Rails unobtrusive scripting adapter

Results 3 rails-ujs issues
Sort by recently updated
recently updated
newest added

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? ![](https://cloud.githubusercontent.com/assets/4083992/20611535/4060e9e8-b2ce-11e6-97d1-6ca2ef9ecb82.png) 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...