This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Thiago Araujo
thd.codes
did:plc:ooiapousxpbacodcs6rrfcrp
When a controller is full of custom actions named:
- `#create_[thing]`
- `#update_[thing]`
- `#delete_[thing]`
It usually means that `[thing]` is a missing concept in your domain.
Consider extracting those actions into a new `[things]_controller.rb` class or something similar.
2025-05-01T22:52:30.682Z