Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve up and down return type #27596

Merged
merged 1 commit into from
Jan 7, 2017

Commits on Jan 6, 2017

  1. Preserve up and down return type

    In Rails 4.2 calling `ActiveRecord::Migrator.migrate` would return an array of results. Without realizing that this return type was expected I accidentally introduced a change in rails@4d60e93
    
    This PR preserves the previous behavior and adds a test on the return type. This will need a backport to 5.0 branch.
    schneems committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    93ee268 View commit details
    Browse the repository at this point in the history