The database stores 50,000 records. Records have a title and id. I need to do a search by title with autocomplete.
Is jQuery UI + ajax suitable for this? Or are there faster ways to do this?
For ajax, will I need to do MyRecord.all
in the index action?
Then forward the ajax request to this action?