What are the best modes, configuration settings, or anything that makes developing a ruby on rails app in emacs better.
|
feedback
|
|
You should try all the RoR and settle on the one you like best. First you should check out Marshall Vandegrift's excellent screencast using ECB, ruby-mode, emacs-rails, and some other stuff. It gives you a good feel for how cool writing RoR on Emacs can be. In short here are some of the modes you should try:
Here are some other modes that are useful:
More modes you might try:
Oh and of course you need ruby-mode, which comes with the ruby source, and is maintained by Matz himself. Hope this helps | |||||
feedback
|
|
rspec-mode (Run single or multiple specs easily) j2s-mode (Java script syntax highlighting) ido (find files/buffers in your project super fast) | |||
|
feedback
|
|
Since I am new to rails (and emacs), I don't want to use rinari right away. I find that if a tool does too much magic for me I don't learn the details as quickly as I would like. I think I will use it eventually. For now, however, I set up a bunch of shells that I spawn in emacs for RAILS 3 and just switch between them to do my work. I prefix them with tmr so that I can easily find them.
| ||||
|
feedback
|