views:

323

answers:

2

What Emacs feature(s), packages, add-ons, etc. helps you in your daily Ruby On Rails development?

+3  A: 

I use emacs-rails and some modes to edit css, js (espresso-mode), haml, sass, yaml and a snippet mode (yas-snippet). For an overview look into the emacs wiki pages on Ruby on Rails..

gregor
That's YASnippet, not yas-snippet
Alexey Romanov
+4  A: 

Previous versions of both emacs-rails mode, and Rinari(the two most popular modes for Rails development) were very feature rich, but bloated and cumbersome. To maintain a small, clean, reliable, functional, and hackable core Rinari will shun much of the “bells and whistles” type functionality. However that is not to say that these extra goodies might not be useful.

This page should serve as marshaling point for links to some other tools/packages that work well with Rinari and Rails in general. If you have any ideas for additions to this list, or for new Rinari features please let us know at http://groups.google.com/group/emacs-on-rails.

Essential Major Modes for working with Rails

Most of this stuff is copied from Rinari's documentation. As you might have guessed I prefer Rinary over emacs-rails. Looking at the activity of both projects - emacs-rails hasn't had any changes for about an year, while rinary is still being developed.

Bozhidar Batsov