views:

12

answers:

0

Is it a good idea to run rake thinking_sphinx:index from db/seeds.rb file? So that it will look like:

  1. #create some items

  2. #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.