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

Prompt to save modified buffers before running Ruby #55

Closed randycoulman closed 11 years ago

randycoulman commented 11 years ago

Modifies ruby-compilation-do so that it prompts to save any modified buffers before running a compilation. It uses the same method to do this that compile.el does for other compilations.

There may be some other places that this needs to happen, such as in cucumber-mode-compilation, but I don't use Cucumber, so I'm not sure I could test the behavior in a valid way there.

purcell commented 11 years ago

Good call, thanks!