geekq / workflow

Ruby finite-state-machine-inspired API for modeling workflow
MIT License
1.75k stars 207 forks source link

Update for Rails5.0.x compatibility #204

Closed caseyprovost closed 5 years ago

caseyprovost commented 6 years ago

Overview

It appears that a rails 5.0.x integration is actually not a whole lot of work. It is mainly doing some programmatic restriction to not bump up to rails 5.1 (which is broken in this gem). I also removed attr_accessible code as it is no longer a feature of rails.

caseyprovost commented 6 years ago

Interesting errors here since this all passes for me locally (green). I wonder what about linux makes it different.