News



Rails on Docker: Using Yarn to Manage Frontend Assets
Rails 5.1 introduced the front-end package manager Yarn into the standard tooling for new Rails projects. Yarn allows you to declare and manage your app’s frontend dependencies (such as CSS frameworks and Javascript libraries) in a way similar to ...


How to Clear Out Your Controllers and Models with Waterfall Gem
Fat models and large actions have always been a problem for Rails developers, service objects came to help us but sometimes it feels like we just move the bad and hard to follow the code from controllers to plain ruby objects. But Waterfall gem se...


Passenger 5.1.11: support for High Sierra, HTTP/2, new features
Version 5.1.11 also contains a number of improvements and fixes we've been working on since 5.1.8. It is compatible with the recently released macOS 10.13, has HTTP/2 support turned on by default, and introduces a new feature for Heroku/Enterprise...

