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?
emacs
ruby
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:
ruby-mode
feature-mode
rspec-mode
ruby-electric
inf-ruby
rinari
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
yasnippet
Emacs, Emacs Prelude Starter Kit: