Today I Learned

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 revisiting ActiveModel to use for sign ins and other things which have some form of a model.
  • Ruby 2.5: delete_prefix.

This project is maintained by daryllxd