basecamp / easymon

Easy Monitoring
MIT License
205 stars 16 forks source link

Backwards compatible "Deprecation Warning" cleanup for rails5 #20

Closed anoldguy closed 8 years ago

anoldguy commented 8 years ago

Rails 5 deprecates render :text in favor of render :plain. However, since it was only introduced in 4.1.0, we can't do a blanket change. This introduces some sugar methods to handle feature definitions as long as we can peg them to a version.