eschulte / rinari

Rinari Is Not A Rails IDE (it is an Emacs minor mode for Rails)
http://rinari.rubyforge.org
GNU General Public License v3.0
412 stars 68 forks source link

Please update documentation #60

Open enzo-cappa opened 11 years ago

enzo-cappa commented 11 years ago

Please update the documentation according to latest changes. The instructions for making rinari work are outdated. I had to look for a config example at https://github.com/purcell/emacs.d/blob/master/init-rails.el.

Thanks!

purcell commented 11 years ago

Yep, this is a known issue. I'll see what I have some time. :-)

enzo-cappa commented 11 years ago

If the official way of enabling rinari is adding (global-rinari-mode) to init.el, I can update the docs and make pull request if you want.

purcell commented 11 years ago

Sure, thanks. The latest "release" version of rinari does not have global-rinari-mode, but that's because I've been hesitant to release that change until the docs are updated. I'd accept a quick fix to the docs, and I have access to the rubyforge project so I could then update them there in conjunction with making a new stable release which contains global-rinari-mode.

-Steve