Phil Pirozhkov
Phil Pirozhkov
@KevinBongart There is no doubt a consensus regarding the necessity of the change. Would you like to send a PR? A PR would be sufficient if you refer to the...
@3limin4t0r Would you like to send a PR?
Sounds about right, thank you. Looking forward to it.
Attribute means "model attribute", not "validation". So, it's all good unless I am missing something.
The promise of getting rid of safe navigation in: ```ruby unreads.find_by(readable: readable)&.destroy ``` personally appeals to me, but I stick with Marc-André that the cognitive burden cost isn't worth it....
There are quite a few real-world usages (checked against `real-world-rspec`, can be used even more if checked against `real-world-rails`). A good half of examples is `delete_by_*`, not a plain `delete_by`....
1. Can you please elaborate on the "fat controllers"? Having many actions in the controller is not the same as smudging the responsibility of the controller, which, from my perspective,...
For the reference, [ROCA-style](https://roca-style.org/index.html#rest).
4. > Refer to http://jeromedalbert.com/how-dhh-organizes-his-rails-controllers/ and http://jeromedalbert.com/how-dhh-organizes-his-rails-controllers/. I believe you mistakenly posted the same link (posted above) twice. > While convincing, we'll probably never get actual evidence.. Indeed, justifying a...
@mollerhoj Have you had a chance to digest real-world-rails? I've recently found it comes with a tool, `bin/rwr` that can be userful in your research.