Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You should try all the RoR and settle on the one you like best.</p> <p>First you should check out Marshall Vandegrift's <a href="http://platypope.org/yada/emacs-demo/" rel="noreferrer">excellent screencast</a> 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.</p> <p>In short here are some of the modes you should try:</p> <ul> <li><a href="http://rinari.rubyforge.org/" rel="noreferrer">Rinari</a> - A simple framework for getting around your code, running tests, and managing consoles, web-servers, etc. It's minimalistic and revolves around a series of key-bindings.</li> <li><a href="http://rubyforge.org/projects/emacs-rails/" rel="noreferrer">Emacs-rails</a> - the grandfather of Emacs RoR modes. It hasn't been updated in a while, and in fact the primary homepage no longer exists. But it's quite powerful and lets you do almost everything.</li> <li><a href="http://github.com/dima-exe/emacs-rails-reloaded" rel="noreferrer">Emacs-rails-reloaded</a> - This is a re-design of the original emacs-rails, I believe by the same guy. It uses the the great <a href="http://www.emacswiki.org/emacs/Anything" rel="noreferrer">anything</a> mode to help you find things and get around. I am using this AND rinari currently.</li> </ul> <p>Here are some other modes that are useful:</p> <ul> <li><a href="http://ecb.sourceforge.net/" rel="noreferrer">ECB</a> - the Emacs Code Browser. Use it for project management, and getting around your code.</li> <li><a href="http://code.google.com/p/yasnippet/" rel="noreferrer">Yasnippet</a> - provides all kinds of useful snippets, automatically inserted with the TAB key.</li> <li><a href="http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html" rel="noreferrer">Nxhtml</a> - For editing rhtml, erb, etc.</li> </ul> <p>More modes you might try:</p> <ul> <li><a href="http://www.emacswiki.org/emacs/RiEl" rel="noreferrer">Ri</a> - for viewing ri documentation inline.</li> <li><a href="http://github.com/purcell/emacs.d/blob/master/site-lisp/flymake-ruby/flymake-ruby.el" rel="noreferrer">Flymake-ruby</a> - on the fly syntax checking.</li> <li><a href="http://www.emacswiki.org/emacs/RiEl" rel="noreferrer">Ri</a> - for viewing ri documentation</li> </ul> <p>Oh and of course you need ruby-mode, which comes with the ruby source, and is maintained by Matz himself.</p> <p>Hope this helps</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload