You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to 6eafc6e.
`migrations.html` was renamed to `active_record_migrations.html` in
Rails 4.2, but the v4.2 and v5.0 guides link to the old path. Visiting
`migrations.html` in v4.2 or later, including stable, currently
redirects to the edge version of `active_record_migrations.html`, which
may go unnoticed and cause confusion.
This commit ensures `migrations.html` redirects to the appropriate
`active_record_migrations.html` for the v4.2 and later guides.
0 commit comments