An introductory tutorial on making event scheduling management more accessible and configurable to administrators through database driven admin interfaces in…
Annotate is a very useful utility for annotating schema information in Rails models. The gem prepends (or appends, as per…
An exploration into the delegation pattern and how it can be useful in various aspects of a Rails application
Eliminate full page refreshes and reduce page transition latency, in your your Rails sites, using SPF.js – a library for…
Checkout how using a distributed time series database like InfluxDB can help keep track of application events from all multiple…
While the default form fields of Active Admin are decent for most use cases, there are special cases like JSON…
Strategy pattern is a well known software design pattern. In this post we explore how to apply it in the…
Devise is an incredibly popular authorization gem for Rails. Unfortunately allowing a user to log in through multiple emails is…
The Single Table Inheritance facility in Rails is quite awesome in that it is simple, minimal and easy to understand.…