No commit activity in last 3 years
No release in over 3 years
Automatically convert Rails 3 attr_accessible to Rails 4 Strong Parameter
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 5.4
>= 0

Runtime

< 5.0, >= 3.2
~> 1.3
 Project Readme

Attr Accessible TO Strong Params

Gem Version Dependency Status Travis CI tests Coverage Status Code Climate

Automatically convert Rails 3 attr_accessible to Rails 4 Strong Parameter

Installation

$ gem install attr_accessible2strong_params

Usage

$ aa2sp [filename OR dirname OR .]

Run aa2sp . in your rails root folder and program will do auto convert. Ensure the Git repository is clean. (You don't want to mix up your changes and auto convert changes, right?)