Actions
Defect #26499
closedDEPRECATION WARNING due to changes in dirty attributes methods in Rails 5.1
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Rails support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
A lot of DEPRECATION WARNING messages are displayed while running rake db:migrate
(please see the attached file).
This is due to a change of Rails: https://github.com/rails/rails/pull/25337#issuecomment-225166796
Files
Related issues
Updated by Jean-Philippe Lang over 7 years ago
- Subject changed from Rails 5.1: DEPRECATION WARNING while database migration to DEPRECATION WARNING due to changes in dirty attributes methods in Rails 5.1
Yes, not only in migrations but pretty much everywhere. I'm working on this.
Updated by Jean-Philippe Lang over 7 years ago
- Related to Feature #23630: Migrate to Rails 5.2 added
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from New to Closed
- Target version deleted (
4.0.0)
No more deprecation warnings when running tests or database migration.
Actions