laserlemon / vestal_versions

Keep a DRY history of your ActiveRecord models' changes
MIT License
933 stars 229 forks source link

Fix for undefined method `aliased_table_name' in Rails 3.1 #75

Closed ichiro101 closed 11 years ago

ichiro101 commented 13 years ago

This is a fix for https://github.com/laserlemon/vestal_versions/issues/73

alias_table_name has been deprecated since rails 3.0 and has been removed from 3.1

ichiro101 commented 13 years ago

Only difference between 47bdbf0 and 7992e7a is the spelling mistake in the commit message

wyattdanger commented 13 years ago

+1, this fixes an issue in an application in which I'm using vestal_versions

gotar commented 12 years ago

+1 thx that fix a problem

tourdedave commented 12 years ago

+1. Going to use ichiro101's fork since he has it working!

dreamr commented 11 years ago

These fixes (and more, missed here) are now on master. Thanks for your efforts!