Categories: None [Edit]

unsort_db_schema_columns

https://rubygems.org/gems/unsort_db_schema_columns
https://github.com/jakeonrails/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: 67,784 of 196,375
Downloads: 15,829

Daily

Ranking: 6,994 of 196,338
Downloads: 238

Depended by

RankDownloadsName

Depends on

RankDownloadsName
37830,316,567activerecord
46779,988,644railties

Owners

#GravatarHandle
1iconjakeonrails