I'm using Projectile to index a Rails 4 project. When I use M-x projectile-find-file to locate files using their file name, some files simply don't appear.
For example, I have a file located in app/controllers/api/v1/test_controller.rb, but typing M-x projectile-find-file entertest_controllerenter returns no results.
Is there a way to re-index the project, or figure out what's filtering out certain files?