Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 365 Bytes

rails_deprecated_syntax

Basic syntax deprecation checker for applications wanting to update to Rails 5.0

Disclaimer: This gem does not change any syntax for you, it only tells you what should be changed

How to use it

Install it in your project

  gem install rails_deprecated_syntax

In a console, run

  bundle exec check_deprecations