AlphabeticalSchema
This gem sorts the columns in your schema.rb file alphabetically to prevent conflicts.
Installation
Add this line to your application's Gemfile:
gem 'alphabetical_schema'
Usage
Run rake db:migrate
.
Changelog
0.1.1 (2022-04-28)
- Relax rails dependency to allow rails 7
0.1.0 (2021-07-08)
- Initial release
License
The gem is available as open source under the terms of the MIT License.