eladmeidar / rails_indexes

A rake task to track down missing database indexes. does not assume that all foreign keys end with the convention of _id.
http://blog.eizesus.com/2009/9/find-where-to-index-your-tables-on-a-rails-app/
MIT License
489 stars 35 forks source link

Rails 3 support #21

Open millisami opened 13 years ago

millisami commented 13 years ago

Does it work with rails3?

tejo commented 13 years ago

same question here....

akonan commented 13 years ago

+1 for rails 3 support

warpc commented 13 years ago

https://github.com/warpc/rails_indexes (fork) support rails 3 and ruby 1.9. But at now not support Arel