# rails_425_structure_dump_patch **Repository Path**: mirrors_GUI/rails_425_structure_dump_patch ## Basic Information - **Project Name**: rails_425_structure_dump_patch - **Description**: A monkey patch to fix sturcture.sql dumps in Rails 4.2.5 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).