Is it a good idea to run rake thinking_sphinx:index
from db/seeds.rb file?
So that it will look like:
#create some items
#run rake thinking_sphinx:index
Main intention behind that is to get fully functional environment after populating it with seed data.
It is applied only to development
env.