Gems
Fastest Json parser for Ruby, wrapper for simdjson
Fastest Json parser for RubyRuby wrapper for simdjson (Parsing gigabytes of JSON per second)The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 2.5 times faster than anything else out there.Ini...
Foreman: an application that automates the lifecycle of servers
Foreman is a free open source project that gives you the power to easily automate repetitive tasks, quickly deploy applications, and proactively manage your servers life cycle, on-premises or in the cloud.From provisioning and configuration to orc...
Update gems in your Gemfile and fetch their changelogs
Problem is updates may break things. And obviously you need to know what may have broke before pushing your code to production. Before running your test suite and checking everything is fine, the first thing you do is probably to look for the chan...