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 (
commit 2d5c35e7484828aa4e0c4c56ceb3b256757f1927
tree 587b2edbfc64ccf88cfce34fb37e3873c55136f2
parent b6a648482d6a3f46868de3ee49606e6240e3de1b
tree 587b2edbfc64ccf88cfce34fb37e3873c55136f2
parent b6a648482d6a3f46868de3ee49606e6240e3de1b
rinari /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 28 05:28:15 -0700 2008 | [purcell] |
| |
README | Wed Jul 16 14:05:17 -0700 2008 | [eschulte] |
| |
Rakefile | Mon Aug 18 08:54:37 -0700 2008 | [technomancy] |
| |
TODO | Thu Oct 02 22:24:54 -0700 2008 | [eschulte] |
| |
find-file-in-project.el | Fri Jun 27 13:28:35 -0700 2008 | [eschulte] |
| |
inf-ruby.el | Tue Jun 24 15:37:47 -0700 2008 | [eschulte] |
| |
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] |
| |
rinari.el | Tue Oct 07 12:24:34 -0700 2008 | [eschulte] |
| |
ruby-compilation.el | Mon Jun 30 12:00:39 -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 | Mon Jun 30 06:48:25 -0700 2008 | [eschulte] |
README
= Rinari Is Not A Ruby IDE. http://rinari.rubyforge.org http://github.com/eschulte/rinari/tree/master (for this fork of Rinari) 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 (and this copy of inf-ruby contains a fix not yet in the official version). 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 a quick overview of Rinari's functions load Rinari as described above, then cd into your rails directory (in an eshell or shell buffer), or open a file in a rails directory and run `rinari-run-what' \C-c'<TAB>. For discussion of Rinari development see http://groups.google.com/group/emacs-on-rails




