duncanbeevers / rails_view_annotator

Wraps the rendering of Rails partials with html comments indicating the disk location of the rendered partial
32 stars 9 forks source link

Made sure render partial always outputs something #9

Closed iainbeeston closed 10 years ago

iainbeeston commented 10 years ago

There seems to be a bug in 0.0.8 where any partial of an unrecognised format does not get output at all. This should fix that.

duncanbeevers commented 10 years ago

Thanks for the PR Iain. 0.0.9 is pushed to rubygems.

iainbeeston commented 10 years ago

Thanks, I'm using it already :-)