This is a update to my previous blog post. All credits to the authors and contributors. I just host these files.
Installation for ruby support and ruby electric. Add the following lines to your .emacs file
(require 'ruby-mode)
(require 'ruby-electric)
Installation for ruby on rails support. Add the following lines to your .emacs file
(defun try-complete-abbrev (old)
(if (expand-abbrev) t nil))
(setq hippie-expand-try-functions-list
'(try-complete-abbrev
try-complete-file-name
try-expand-dabbrev))
(require 'rails)
| Attachment | Size |
|---|---|
| emacs-ruby-rails-1.0.zip | 26.56 KB |

Comments
<3 Ruby's
Man I love rubys on rails, EMAC support is AWESOME! Nice Post!
Getting following error when
Getting following error when trying to start emacs
Debugger entered--Lisp error: (error "Invalid escape character syntax")
eval-buffer(# nil "rhtml-navigation" nil t)
load-with-code-conversion("c:/.emacs.d/rinari/rhtml/rhtml-navigation.el" "rhtml-navigation" nil t)
require(rhtml-navigation)
eval-buffer(# nil "rhtml-mode" nil t)
load-with-code-conversion("c:/.emacs.d/rinari/rhtml/rhtml-mode.el" "rhtml-mode" nil t)
require(rhtml-mode)
eval-buffer(# nil "rinari" nil t)
load-with-code-conversion("c:/.emacs.d/rinari/rinari.el" "rinari" nil t)
require(rinari)
eval-buffer(# nil "~/.emacs" nil t)
load-with-code-conversion("c:/.emacs" "~/.emacs" t t)
load("~/.emacs" t t)
Use CVS HEAD
Use CVS HEAD
Post new comment