Search
02 May 14
Some time back I was looking for a basic search autocomplete implementation to use in one of my rails application. While I found many advanced solutions including Soulmate which is a tutorial for a later date, I came across a simpler solution called FoxyComplete. FoxyCom...
Rails
20 Jun 18
In one of my recent projects, I was working on a scraper that needed to login into a website and download a file which I would then save to use later on. ...
Rails
05 Apr 15
Introduction It's been quite a while since my last tutorial and since then I've recieved alot of requests by email to implement a private messaging system ...
Ajax
22 Dec 14
With me, is a simple to-do list application where users can create dummy to-do lists and displays them in card-like form just like in Trello. We want to e...