An open API service indexing awesome lists of open source software.

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: 4 months ago
JSON representation

A monkey patch to fix sturcture.sql dumps in Rails 4.2.5

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).