Custom Attachments in Action Text

Custom attachments allow you use your own models as attachments in Action Text documents. This, for example, can be helpful when implementing @mentions or if you want to highlight some...

Using Action Cable with Stimulus

Action Cable integrates WebSocket functionalities into Rails. With the help of Action Cable, one can update the page of a browser client without the client making a request first. This...

Rails Remote Forms with Turbolinks and Stimulus

In Rails, forms can be submitted without a page reload by using remote forms. When using a remote form, Rails submits the form trough an ajax request. Any updates to...