NUBIC / schema_qualified_tables

Logical schema to actual schema name mappings for ActiveRecord models
MIT License
4 stars 3 forks source link

Support ActiveRecord 3.2 #3

Closed rsutphin closed 11 years ago

rsutphin commented 12 years ago

ActiveRecord 3.2 has deprecated set_table_name and set_sequence_name. Adapt to this (and any other AR 3.2 changes).

rsutphin commented 12 years ago

As of ActiveRecord 3.2.1, there are now two test failures. (The RCs and 3.2.0 did not have any failures.)

rsutphin commented 12 years ago

As of ActiveRecord 3.2.1, there are now two test failures. (The RCs and 3.2.0 did not have any failures.)

Correction, the new test failures were caused by CPK 5.0.0. This is a separate issue (#4).