TIL, 2018-01-03, Growing Rails Applications in Practice
- Controller redesign:
- Security (authentication/authorization)
- Parsing/white-listing parameters
- Loading/instantiating the model
- Deciding which view to render
- Rails responders? Reference
ActiveType
and revisitingActiveModel
to use for sign ins and other things which have some form of a model.- Ruby 2.5:
delete_prefix
.