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

Make extensions optional #71

Closed chalmagean closed 10 years ago

chalmagean commented 11 years ago

When finding models for example and you have account.rb, account_observer.rb, etc and you do rinari-find-model you're prompted for a jump, and you need to type the full name. Also failing to do so will raise an error wrong-type-argument stringp nil.

purcell commented 11 years ago

Thanks for reporting this.

First of all, that error message wasn't very helpful, so I've made that clearer.

Additionally, it should now be possible to enter just part of the target name.

Finally: I'd never noticed this problem, because I use ido-mode. I highly recommend it (especially with ido-ubiquitous), because it makes almost everything in Emacs more convenient! :-)

purcell commented 11 years ago

Note that the updates are in jump.el. MELPA should build a new package shortly, and I'll also put a new version up on Marmalade later today.

chalmagean commented 11 years ago

Thanks for the quick reply. I've used ido and I don't like it very much. It seems to do more than it should and not what I want.

purcell commented 11 years ago

@mixandgo Fair enough! :-)