rails_deprecated_syntax

When trying to upgrate to Rails 5, there could be lots of methods that not longer work, this gem aims to find the easy replaceable deprecated methods within your app based on the Release Notes of version 5


Keywords
rails, ruby-gem, tooling
License
MIT
Install
gem install rails_deprecated_syntax -v 0.0.0

Documentation

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