public
Description: Rinari Is Not A Rails IDE
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/technomancy/rinari.git
technomancy (author)
Tue Jun 24 20:33:06 -0700 2008
commit  2b264fa4ea11549ee002a957c02a19c10c7d6e33
tree    d93da2fcd9c2a920b8057760aade32b8116cc01a
parent  9c51fe7699fdea4b57318ec47acc635abe5e8d88
rinari /
README
= Rinari Is Not A Ruby IDE.
  http://rinari.rubyforge.org

Well, ok it kind of is. Rinari is a set of Emacs Lisp modes that is
aimed towards making Emacs into a top-notch Ruby and Rails
development environment.

Copy the directory containing this file into your Emacs lisp
directory, assumed here to be ~/.emacs.d. Add these lines of code
to your .emacs file:

  (add-to-list 'load-path "~/.emacs.d/rinari")
  (require 'rinari)
  (global-set-key (kbd "C-x C-M-f") 'find-file-in-project)

Copies of ruby-mode.el, inf-ruby.el, and other dependencies have been
included for convienience, but may be out of date. Nxhtml-mode is not
included because it's rather large, so you should download it here:

  http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html

One possible .init file for nxhtml in rinari would be

;;; nxml (rhtml support)
(load "~/.emacs.d/nxml/autostart.el")

(setq
 nxhtml-global-minor-mode t
 mumamo-chunk-coloring 'submode-colored
 nxhtml-skip-welcome t
 indent-region-mode t
 rng-nxml-auto-validate-flag nil
 nxml-degraded t
 )


For discussion of Rinari development see
http://groups.google.com/group/emacs-on-rails