How to upgrade and publish the next version of your ruby gem? July 08, 2015 If you are already built a gem and want to release its next version then follow the bellow mentioned steps :- Update the version in your...
Some useful gems to fasten-up your Rails commands August 22, 2013 Many time you all has been felt that your Rails command are a little slow to run. Specially when you run test cases. Here the list of so...
Pass Ruby Array To JavaScript Array August 30, 2012 While working on a functionality I came across a requirement to pass a ruby array to js array. I tried and googled for it and found a ni...
Get Rails root directory August 22, 2011 Use either RAILS_ROOT or Rails.root In Rails 2.3 Rails.root is an instance of Pathname where RAILS_ROOT is a string. To avoid di...