An introductory tutorial on making event scheduling management more accessible and configurable to administrators through database driven admin interfaces in Rails.
Category: Uncategorized
Tip: Annotate ActiveAdmin resources along with models
Annotate is a very useful utility for annotating schema information in Rails models. The gem prepends (or appends, as per your configuration) a summarized information about the table schema in each model file as comments) – saving multiple roundtrips to the schema.rb file during coding.
Decrypting an obfuscated font with OCR
A small demonstration to show that solutions attempting to protect against scraping through obfuscated fonts are not full proof.
Allowing multiple emails for a user in Devise
Devise is an incredibly popular authorization gem for Rails. Unfortunately allowing a user to log in through multiple emails is not as straightforward as one might expect. This post outlines a way to do just that.
Configuring Emacs as a productive development environment for Rails development
While emacs is well known to be a very productive editor, there are a few additional steps one must take to set it up as a development environment for Ruby on Rails. This post outlines my current setup.