How to install ruby-mode for emacs

I just installed emacs for fedora.I want to use emacsfor recording ruby. What are the tools, necessary extensions that give me code hints, code completion functions for ruby?

+5
source share
1 answer

ruby-modealready included in Emacs 23 onwards. It is also available through ELPA. Some other things that may interest you include RVM, feature-mode(Cucumber), rspec-mode, ruby-electric, inf-ruby, rinari(for Rails), etc. Here is my current Emacs configuration for Ruby development:

https://github.com/citizen428/emacs.d/blob/master/config/ruby-conf.el

, , , , , :

http://www.citizen428.net/blog/2010/07/06/emacs-for-rubyists

yasnippet, Ruby : https://github.com/bmaland/yasnippet-ruby-mode

Emacs, Emacs Prelude Starter Kit:

+8

All Articles