Gems
Getting paranoid about your Rails application params? Try paramoid!
Getting paranoid about your Rails application params? Try paramoid!Paramoid is an extension for Rails Strong Parameters that allows to sanitize complex params structures with a super cool DSL, supporting:Required params and default valuesA simplif...
DmitryTsepelev/io_monitor: A gem that helps to detect potential memory bloats
A gem that helps to detect potential memory bloats.When your controller loads a lot of data to the memory but returns a small response to the client it might mean that you're using the IO in the non–optimal way. In this case, you'll see the follow...
fatkodima/data_checks: Regression testing for data
Making sure that data stays valid is not a trivial task. For simple requirements, like "this column is not null" or "this column is unique", you of course just use the database constraints and that's it. Same goes for type validation or reference ...