|
|
|
|
|
by nickjj
1212 days ago
|
|
I like using `rails middleware` as an example because it's true, tons of things in that list are important. A good example of this is: Rack::MethodOverride Try making your non-JS server rendered view functions and HTML form submissions handle PUT, PATCH and DELETE. Depending on which lightweight alternative to Rails you're using this can become very tricky and you end up spending an entire day of Googling and maybe finding a questionable solution instead of having that available without thinking about it. |
|