rails_indexes
rails_indexes copied to clipboard
rake db:find_query_indexes fails for Rails 2.2.2
Hi, when I run "rake db:find_query_indexes" it get the following error:
Expected /
Rails 2.2.2, ruby 1.8.7 (2009-06-12 patchlevel 174)
["rake db:index_migration" works fine on Rails 2.2.2]
For Rails 2.2.2, application.rb defines ApplicationController. For Rails 2.3.x, application.rb was renamed to application_controller.rb (to be consistent with other controller naming)