What is the best mode for Rails in Emacs ?
I have "emacs-rails" but it seems not updated to support rails 3.
Thank you for your suggestion.
T.
What is the best mode for Rails in Emacs ?
I have "emacs-rails" but it seems not updated to support rails 3.
Thank you for your suggestion.
T.
I'm using rinari and it works for me.
nellinux wrote in post #985959:
What is the best mode for Rails in Emacs ?
I have "emacs-rails" but it seems not updated to support rails 3.
Heh - I didn't know there was an emacs-rails mode until your query --
thank you for that. Poking around, I found:
https://github.com/dima-exe/emacs-rails-reloaded
Reading the revision history, it knows about bundles, etc. Perhaps this
would help? Then again, there's also rinari, which appears to be
popular:
https://github.com/eschulte/rinari
- ff
Ok,
thank you to all
I have jast installed rinari (from ELPA) and now I'm starting to play
with it.
Nellinux