Multiple xlsx sheets in rails October 9, 2020 Exporting data with multiple XLSX spreadsheets on Rails. If you want to generate multiple xlsx sheets then you can not go with “roo” gem… Continue Reading
Start a project in Rails 6 April 4, 2019 Rails 6 (beta 3) is out and many clients are asking to upgrade to the latest version. Remember, Rails 6 is still in it’s… Continue Reading
Sync : Real-time partials with Rails February 25, 2016 Add Gem: Faye: gem ‘faye’gem ‘thin’, require: falsegem ‘sync’ OR Pusher: gem ‘pusher’gem ‘sync’ Install Sync: bundlerails g sync:install Include: Application.js: //= require sync… Continue Reading
Sunspot Solr Search in Ruby On Rails February 22, 2016 For using solr search in ruby on rails application. We have to use some ruby libraries that intereacts with the solr search So sunspot… Continue Reading
Fetch Google Contacts using access token ( omniauth-google-oauth2 ) March 17, 2015 For Ruby on Rails Developers : >> If you are looking for the functionailty for fetching the google contacts than you can follow the… Continue Reading
Javascript – Jquery function is not working with infinitescroll August 4, 2014 It happens most of the time that if you are using ifinitescroll js than your JavaScript will work for the first page but for… Continue Reading
Add http to URL it it is not present there August 4, 2014 Using this way you can solve your problem, If there is no http or https in the url. def add_url_protocol(url) !(url[/Ahttp:///] || url[/Ahttps:///]) ?… Continue Reading
Download PDF’s in rails using PDFKit Gem August 4, 2014 Create PDFs using HTML+CSS. Uses wkhtmltopdf on the back-end which renders HTML using Webkit. You need to install these gems mentioned below : gem… Continue Reading
Mongodb service is not starting up on ubuntu August 4, 2014 This is very normal problem for the developer’s who work on developing applications in ruby on rails technology with mongo db that if your… Continue Reading
Awesome Analytics Platform – Segment.io January 8, 2014 Segment.io is one of the best analytics platform where you can manages different analytics platform in a wink of eye as mixpanel, google analytics… Continue Reading