public
Description: Rinari Is Not A Rails IDE
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/technomancy/rinari.git
rinari /
name age message
file .gitignore Mon Jul 28 05:28:15 -0700 2008 git-ignore .elc files [purcell]
file README Wed Jul 16 14:05:17 -0700 2008 small doc tweaks [eschulte]
file find-file-in-project.el Fri Jun 13 12:07:01 -0700 2008 first commit, code is workable but not ready fo... [Eric Schulte]
file inf-ruby.el Fri Jun 13 12:07:01 -0700 2008 first commit, code is workable but not ready fo... [Eric Schulte]
file pcmpl-rake.el Tue May 13 11:04:37 -0700 2008 Initial import of rinari 2 [technomancy]
file project-local-variables.el Tue May 13 11:04:37 -0700 2008 Initial import of rinari 2 [technomancy]
file rails-scripts.el Fri Jun 13 12:07:56 -0700 2008 changes include: seperating rails-script tasks,... [Eric Schulte]
file rinari.el Tue Oct 07 12:24:34 -0700 2008 update rinari and rinari-camps to use new compi... [eschulte]
file ruby-mode.el Sun Jun 08 19:21:52 -0700 2008 add some more dependencies and a README [technomancy]
directory test/ Wed Sep 10 01:45:35 -0700 2008 Fix error in elunit.el: 'equal' called with onl... [purcell]
file toggle.el Sun Jun 08 19:21:52 -0700 2008 add some more dependencies and a README [technomancy]
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)

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/elisp/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
 )