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

Suggest create file if it does not exists #72

Closed emadridm closed 10 years ago

emadridm commented 11 years ago

Is there any way to create a file if rinarni-find-* did not find it? For example, if I am on the file "app/views/accounts/_form.html.haml" and I am looking for the file "app/views/accounts/_form.html.haml_spec.rb" (with C-c ; f r), rinari should suggest create the file if it does not exists.

purcell commented 11 years ago

I believe that if you pass a prefix argument to the jump function, the file will be created, e.g.

C-u C-c ; f r