This project is archived and is in readonly mode.
Rails 2.3rc1 loads VIM temp files instead of intended files
Reported by JBriggs | February 10th, 2009 @ 10:46 PM | in 2.x
Problem:
when editing a file like new.html.erb using vim, vim creates new.html.erb~ as a temporary file. Starting with 2.3.0, rails will load new.html.erb~ instead of new.html.erb
As a work around, cleaning up the ~ files is not hard but I'm sure it is easy to exclude those files as well from the view template search.
Comments and changes to this ticket
-
CancelProfileIsBroken March 7th, 2009 @ 07:42 PM
- State changed from new to duplicate
Patched on #2027
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>