public
Description: Rinari Is Not A Rails IDE
Homepage: http://rinari.rubyforge.org
Clone URL: git://github.com/technomancy/rinari.git
technomancy (author)
Sun Jun 08 19:21:52 -0700 2008
commit  94ef572fce505920ca8d154d629298e92dab5e91
tree    36ff7374961411ca4e0e04c05505659b15afaaa7
parent  bfb626a1022c62f2c08a360188604dfcf515937e
rinari / README
100644 19 lines (14 sloc) 0.691 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= 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