In my previous article,
I had a hard time trying to explain why I wanted to replace Rails with something else in the
first place. This article is my attempt to write more specifically about what I dislike in
Rails for the purpose of the single page applic... (more…)
Read more »
A pretty popular opinion in the Ruby on Rails community is that default_scopes should not be used for any reason. However, often it's not fully explained why default_scopes are harmful to applications. Default Scopes are harmful because they are unexpecte... (more…)
Read more »
Mutation is a special type of query used to change data in the database like Creating, Editing or Deleting Records from a table or Store. These are … (more…)
Read more »
First-party, privacy-focused traffic analytics for Ruby on Rails applications. - BaseSecrete/active_analytics... (more…)
Read more »
A light-weight autocomplete integration for Rails application.
Read more »