capistrano / rails

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

Fix SystemStackError when running deploy:migrate #247

Closed mattbrictson closed 4 years ago

mattbrictson commented 4 years ago

The :migration_command setting added in 1.6.0 was self-referential, causing an infinite loop and a SystemStackError. Fix by removing the lambda declaration that caused this loop.

Fixes #246

capistrano-bot commented 4 years ago

Thanks for the PR! This project lacks automated tests, which makes reviewing and approving PRs somewhat difficult. Please make sure that your contribution has not broken backwards compatibility or introduced any risky changes.

Generated by :no_entry_sign: Danger