35. Full Text Search for Rails apps

I will show you how to use full text search for your Rails apps. I had issues with acts_as_ferret when paginating the search results using will_paginate plugin. So I have used acts_as_indexed plugin instead of acts_as_ferret.