This gem sorts the columns in your schema.rb file alphabetically to prevent conflicts.
Add this line to your application's Gemfile:
gem 'alphabetical_schema'
Run rake db:migrate
.
- Relax rails dependency to allow rails 7
- Initial release
The gem is available as open source under the terms of the MIT License.