An Emacs mode for working with Sinatra.
- Run your Sinatra App in emacs, inside a Comint buffer (e.g. suitable for interactive work with ruby-debug)
- Syntax highlighting superset of your standard Ruby highlighting
(add-to-list 'load-path "/path/to/come-fly") (require 'come-fly)
M-x come-fly-mode M-x sinatra-server
Hint - Running the server only works if your file is executable, so chmod yourself...
- Hook to Auto-detect require 'sinatra'
- Imenu integration for your Routes
- sinatra.el inspired 'console'
Use the Github tracker please
GPL.
You're Welcome
Eric Schulte also has sinatra.el [1] which you may find interesting...