Categories: None [Edit]
unsort_db_schema_columns
Rails 8 (PR #53281) sorts schema.rb columns alphabetically. That breaks
db:schema:load parity with production, Postgres column-alignment padding,
add_column :after/:before, and bulk-import pipelines that depend on
SELECT * column order. This gem prepends ActiveRecord::SchemaDumper to
dump columns in the order the database actually stores them.
Total
Ranking: 82,170 of 195,762
Downloads: 11,806
Daily
Ranking: 6,227 of 195,747
Downloads: 353
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 36 | 821,302,986 | activerecord |
| 46 | 771,277,066 | railties |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jakeonrails |