Actions
Refactor #10899
closedRemove deprecated smart proxy scopes
Description
The code was deprecated in 1.5 stable so it was enough time to migrate to with_features scope.
Updated by Marek Hulán almost 10 years ago
Btw the reason why this should be removed is that it causes issues if some plugin has SmartProxy extensions that gets loaded during environment start, e.g. rake db:migrate. It loads SmartProxy model which tries to load Features but the table does not exist at this point so it fails.
Updated by Marek Hulán almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bcccf1a244ba9e946dc7fc82e947ed43bc331b71.
Actions