-
Type: Improvement
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Dev Exp
-
None
I know that there is a separate rake task for creating indexes, but the concept is similar to migration, as code in your models might change, you might add a new indexes, and you may have Capistrano, which could automatically run "migrations" on each deploy, which will be creating/updating indexes automatically on your server. What do you think guys?