- Bundled for size / performance
- [aki77] Add viewFileExtension setting
- Detect when open file is outside the Rails root and show a warning
- Improved file discovery
- Modulized file discovery (i.e. models/module/model.rb)
- Caches cleared when files are deleted or added
- Activation now happens for **/bin/rails so that nested Rails apps are detected
- [jordanbrock] Fixes the test directory name, tests -> test
- Customizable app directory with
rails.appDir
- Discover correct controller when controllers are in modules
- Switch to test/spec command switches back to original file if in test editor
- Add Switch to Fixture command
- When switching to spec or test, ask to create the file if it does not exist
- Add Create Spec command
- Updated Readme
- Add Create View command
- Add Switch to Controller command
- Initial release