Remove deprecated page and active support depreciation warnings#1587
Remove deprecated page and active support depreciation warnings#1587theseanything merged 2 commits intomainfrom
Conversation
|
@theseanything I think there's some other code from #942 still lying around, including config/initializers/forms_api_deprecations.rb. |
bb0f00a to
2bf9bb4
Compare
Removed that and the added active support deprecation warnings config. |
|
🎉 A review copy of this PR has been deployed! It is made of up two components Important Not all of the functionality of forms-runner is present in review apps. You should use the full dev environment to test the functionality which is disabled here. It may take 5 minutes or so for the application to be fully deployed and working. If it still isn't ready For the sign in details and more information, see the review apps wiki page. |
The deprecated route (/deprecated) and associated controller method (ErrorsController#deprecated) are no longer needed since V1 API usage has been removed. Also removed deprecators.
We no longer use this feature.
5c97670 to
19982b4
Compare
|



The deprecated route (/deprecated) and associated controller method
(ErrorsController#deprecated) are no longer needed since V1 API
usage has been removed in PR #993
This also switches off the active support deprecation warnings features as it's not being used.