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
Overriding the default scope and sorting using multiple columns in rails ( No use of Array ), Mongo DB August 4, 2014 In Rails, Sometimes there can occur a situation like this. If there is a situation that we need to sort the data of the… 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