Skip to content

Commit

Permalink
Update mrujs link on docs (#675)
Browse files Browse the repository at this point in the history
# Type of PR (feature, enhancement, bug fix, etc.)
Documentation fix

## Description

The mrujs url points to a dead page
  • Loading branch information
cpgo authored Nov 14, 2023
1 parent 3adc094 commit aed8da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/working-with-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The simple answer is... you don't! **Form submission in Rails is already really

## StimulusReflex + mrujs = 🥰

UJS-powered remote forms are great, especially now that we have [mrujs](https://mrujs.com), the spiritual successor to the classic `rails-ujs` library that shipped with Rails until recently. `mrujs` is excellent:
UJS-powered remote forms are great, especially now that we have [mrujs](https://mrujs.netlify.app/), the spiritual successor to the classic `rails-ujs` library that shipped with Rails until recently. `mrujs` is excellent:

* it provides a nearly 1:1 drop-in replacement for `rails-ujs`
* it makes use of modern browser features like `fetch` (instead of XMLHttpRequest)
Expand Down

0 comments on commit aed8da1

Please sign in to comment.