Search
13 Jul 14
Introduction In many cases you find that you need to introduce a global search in your rails application i.e. search multiple models at a go using one form. A good example is the autocomplete search at SeatGeek. See how nicely they autocomplete performers, events and venu...
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...