No commit activity in last 3 years
No release in over 3 years
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
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

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