This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Eric Schulte (author)
Fri Jun 13 12:07:56 -0700 2008
commit 2a82854e350527bd10c5e4fce793fb87023f1c02
tree 08cf67cf4821c466994664500b5321bc9172b86b
parent 9aab13768a13ffb78d138cc89331f53f45e9c39f
tree 08cf67cf4821c466994664500b5321bc9172b86b
parent 9aab13768a13ffb78d138cc89331f53f45e9c39f
rinari /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 28 05:28:15 -0700 2008 | [purcell] |
| |
README | Wed Jul 16 14:05:17 -0700 2008 | [eschulte] |
| |
find-file-in-project.el | Fri Jun 13 12:07:01 -0700 2008 | [Eric Schulte] |
| |
inf-ruby.el | Fri Jun 13 12:07:01 -0700 2008 | [Eric Schulte] |
| |
pcmpl-rake.el | Tue May 13 11:04:37 -0700 2008 | [technomancy] |
| |
project-local-variables.el | Tue May 13 11:04:37 -0700 2008 | [technomancy] |
| |
rails-scripts.el | Fri Jun 13 12:07:56 -0700 2008 | [Eric Schulte] |
| |
rinari.el | Tue Oct 07 12:24:34 -0700 2008 | [eschulte] |
| |
ruby-mode.el | Sun Jun 08 19:21:52 -0700 2008 | [technomancy] |
| |
test/ | Wed Sep 10 01:45:35 -0700 2008 | [purcell] |
| |
toggle.el | Sun Jun 08 19:21:52 -0700 2008 | [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 )




