The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Emacs support for Ruby and Rails

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Warren Brian Noronha

Posts: 58
Nickname: wnorrix
Registered: Feb, 2005

Warren Brian Noronha is hardcore Ruby/RoR and FLOSS supporter. Currently working for Norrix.
Emacs support for Ruby and Rails Posted: Feb 13, 2006 9:15 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Warren Brian Noronha.
Original Post: Emacs support for Ruby and Rails
Feed Title: HyperionReactor - Ruby, Ruby On Rails
Feed URL: http://viper.unixbsd.info/suspended.page/
Feed Description: My blogs on Ruby and Ruby on Rails.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Warren Brian Noronha
Latest Posts From HyperionReactor - Ruby, Ruby On Rails

Advertisement

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)

read more

Read: Emacs support for Ruby and Rails

Topic: Boston Ruby Group meeting on Feb. 7th Previous Topic   Next Topic Topic: Extracting Tech Memeorandum's blog list

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use