Working with namepaced model
Sometime we have to work with namespaced model in Ruby on Rails to keep our code clean.
Translating Date and DateTime in Rails
I was using newdesk’s translate plugin for generating unicode. But there was no way by i can translate date and date_time. So I had to find another way.
Here I am telling you guys what i did
New Ways of rendering partials
I was working on project when I bumped into a new feature, rather an old one; I don’t care although, that we can render partial without writing partial or locals. Check it out how?
before
Pretty Radio Buttons
This tutorial is an extension of Aaron’s blog. This tutorial shows how to implement radio button using checkboxes and css with the help of jQuery.