capistrano / rails

Official Ruby on Rails specific tasks for Capistrano
http://www.capistranorb.com/
MIT License
870 stars 269 forks source link

Diff db directory recursively #187

Closed enthrops closed 7 years ago

enthrops commented 7 years ago

186 introduced diffing the entire db directory, but the problem is some people do not store schema dumps under version control (to avoid merging) and the diff command is not recursive by default, so changes in db/migrate are not picked up. This PR sets diff to work recursively

mattbrictson commented 7 years ago

Good catch. Thanks! 🙇