Language independant translator using haml parser

Localization is usually necessary in every website. We wanted to add localization in an existing application with more than 100 pages! Now it would be crazyto go and change each view and add the unique keys in the .yml or .po file. I google'd and I found some good reference here. Using this reference I … Continue reading Language independant translator using haml parser

Monitor Delayed Job in rails

>Delayed Job & Monit configuration We were struggling through how to monit delayed_job from past few months because monit doesn't work seamlessly with delayed_job start/stop commands and finally we got able to monit delayed_job. Here is our old configuration that wasn't working anyhow- After doing google & looking at stackoverflow, we found different solutions to … Continue reading Monitor Delayed Job in rails