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...
Rails View Helper Methods in controller April 05, 2013 Do you want to use view helper_method in your controller to achieve some desired output. Rails provides a lot of view helpers, for exampl...
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...
Missing these required gems: oauth2 July 25, 2012 If you are strugling with the following issue of missing gems "oauth2" even it is installed in your system and visible in gem lis...
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...