How to remove last character if a string if it is present from a Spreed Sheet/ Excel field July 04, 2013 Assume A1 is the field containing the string records and you want to remove pipe("|") symbol if it ends with pipeline. Just ...
Facebook Connect Error "facebooker.rb:57:in `[]=': can't convert Bignum into String" May 23, 2013 I was implementing facebook login feature in one of old project developed in Rails 2.3.5. I tried to use authlogic_facebook_connect plugin b...
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...
How do I backup/create dump of my PostgreSQL database? February 28, 2013 https://support.fluidhosting.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=152
Single file upload with progress bar using jQuery February 28, 2013 Nice one for single file upload with progress bar :- http://jquery.malsup.com/form/progress.html
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...
jQuery focus function not working in Firefox September 15, 2011 I was having trouble while make focus on an HTML element using jQuery in a validation fucntion but the focus() was not working in Firefox...