Gems

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 ...



rbenv for Windows - Manage your app's Ruby environment on Windows
rbenv for Windows - Manage your app's Ruby environment on Windows - ccmywish/rbenv-for-windows: rbenv for Windows - Manage your app's Ruby environment on.If you are curious how I make it work, you can read the two sectionsHow does it work?FAQ for ...




Loader to solve N 1 issues for good. Highly recommended for GraphQL API.
N1Loader is designed to provide a simple way for avoiding N 1 issues of any kind. For example, it can help with resolving N 1 for:database querying (most common case)3rd party service callscomplex calculationsand many moreToptal is hiring! Join as...

Track the load progress of your Bundler-based projects
Find slow loading gems in your Bundler-based projects!Bumbler tracks how long the main require of each gem takes, for example with gem 'bar' it tracks require 'bar'. If the gem name and the require name are different, add require: manually for cor...