|
[Feature Proposal] Safer db:migrate VERSION=X when later migrations would be rolled down
|
|
0
|
29
|
April 19, 2026
|
|
MySQL migrations can't do zero-downtime column changes without raw SQL
|
|
1
|
91
|
March 20, 2026
|
|
I am trying to migrate the rails application from version 6.0.6 to 7.2.0 incrementally. Also parallelly migrating ruby from 2.6.7 to 7.2.0
|
|
1
|
281
|
September 28, 2025
|
|
[Proposal] Extract table name normalization logic from Migration#method_missing
|
|
0
|
177
|
June 7, 2025
|
|
Why does structure.sql use explicit schema_migrations entries, but schema.rb uses assumed migrated version?
|
|
1
|
217
|
June 6, 2025
|
|
Legacy migrations in a long-running Rails app
|
|
3
|
103
|
November 22, 2024
|
|
Migration goes wrong in production - all is good in development
|
|
5
|
185
|
November 13, 2024
|
|
Approaches to data migration on Rails applications
|
|
14
|
1940
|
September 27, 2024
|
|
Rails 7.1 "INSERT INTO "schema_migrations" (version) VALUES" sort order inside db/structure.sql
|
|
5
|
2559
|
August 13, 2024
|
|
Proposal - Output the migration code, after the generate has run. (Was issue #50095)
|
|
7
|
402
|
November 20, 2023
|
|
Safe-pg-migrations, ActiveRecord migrations for Postgres made safe
|
|
5
|
899
|
July 7, 2023
|
|
"change_table bulk: true" by default
|
|
0
|
1190
|
July 6, 2023
|
|
[Proposal] Add rake task to update timestamp of an existing migration file
|
|
2
|
630
|
December 2, 2022
|
|
Foreign keys are created with int instead bigint
|
|
3
|
2786
|
May 25, 2022
|
|
Error message showed when tying to run generated migration for active_storage
|
|
1
|
1498
|
October 31, 2021
|
|
Behaviour of rake db:prepare in environments where database is pre-created
|
|
0
|
1169
|
August 29, 2021
|
|
[Feature proposal] Adding callbacks to ActiveRecord migrator
|
|
2
|
636
|
May 3, 2021
|
|
Patterns for "data-only" Rails migrations
|
|
21
|
6831
|
February 4, 2021
|
|
Db:schema vs db:structure
|
|
5
|
4035
|
December 17, 2020
|
|
[Feature Proposal] Add method on ActiveRecord to safely deprecate attributes before dropping them
|
|
5
|
2574
|
November 3, 2020
|
|
Why do generators let me make mistakes on column types?
|
|
12
|
1693
|
June 10, 2020
|
|
Configuration option to skip migrations on secondary databses
|
|
0
|
1013
|
June 1, 2020
|
|
How can I set statement_timeout for an individual migration?
|
|
0
|
2096
|
June 2, 2020
|
|
Loading the schema by running all migrations
|
|
4
|
1301
|
May 25, 2020
|
|
Pending Migration Error usability concerns
|
|
11
|
3757
|
May 23, 2020
|
|
Why does ActiveRecord still support class level migrations?
|
|
3
|
788
|
May 22, 2020
|