RubyGems Navigation menu

unsort_db_schema_columns 0.1.0

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.

Gemfile:
=

install:
=

Versions:

  1. 0.1.0 May 14, 2026 (8.5 KB)

Runtime Dependencies (2):

activerecord >= 8.0, < 9.0
railties >= 8.0, < 9.0

Owners:

Pushed by:

Authors:

  • Jake Moffatt

SHA 256 checksum:

=

Total downloads 132

For this version 132

Version Released:

License:

MIT

Required Ruby Version: >= 3.1

New versions require MFA: true

Version published with MFA: true

Links: