• How to Fix Frozen String Literal Error

    frozen_string_literal is one of easiest way to optimize Ruby application, but sometimes it raises error if your old code is not compatible.

  • Date Operation in Ruby

    Date operation example in Ruby with or without Rails and Active Record