Archive of rails
-
Large Application Architectures
A relatively brief discussion of different ways to structure a large and ever-growing web application for long-term sustainability. -
Complex Object Searching in Rails with Ransack
A relatively clean way to do free-text searches on ActiveRecord models. -
My Rails Testing Setup
The purpose of this article is a step-by-step guide to get up and running with my preferred rails testing workflow (against rails 5.0.1/rspec 5.3). It could most likely become an application template as it’s mostly just copying and pasting.