My fruitless, previous attempts at not loosing history of changes in Rails apps
Check out what I learned over 30 months in how not to implement a history of changes in Ruby and Rails apps
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Check out what I learned over 30 months in how not to implement a history of changes in Ruby and Rails apps
Comments
Robert’s solution is great and a lot of people can learn from it including me.
For the people who don’t want to roll their own history feature, there’s gems like https://github.com/airblade/paper_trail
Post a comment