https://github.com/gui/rails_425_structure_dump_patch
A monkey patch to fix sturcture.sql dumps in Rails 4.2.5
https://github.com/gui/rails_425_structure_dump_patch
Last synced: 10 months ago
JSON representation
A monkey patch to fix sturcture.sql dumps in Rails 4.2.5
- Host: GitHub
- URL: https://github.com/gui/rails_425_structure_dump_patch
- Owner: GUI
- License: mit
- Created: 2016-01-28T20:01:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T18:18:35.000Z (about 10 years ago)
- Last Synced: 2025-04-06T17:51:51.913Z (about 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rails425StructureDumpPatch
A monkey-patch to fix structure.sql dumps in in Rails 4.2.5. This will be fixed in Rails 4.2.6 (not released yet). This may be useful if you need to update to 4.2.5.1 for security updates, but need structure.sql support. See https://github.com/rails/rails/pull/22345.
## Install
Add to your Gemfile:
```
gem "rails_425_structure_dump_patch", :git => "https://github.com/GUI/rails_425_structure_dump_patch.git"
```
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).