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

Use dup'ed options hash #31641

Merged
merged 1 commit into from
Jan 20, 2018
Merged

Commits on Jan 9, 2018

  1. Work on a dup'ed options hash

    Otherwise, at least using JRuby, the replacements in
    convert_database_option_for_jruby won't work. Thus a call to
    
        bundle exec rails app:update
    
    fails. Simply replacing those replace statements doesn't seem to work
    either, since the options hash seems to be frozen, too.
    ckoenig committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    c33f47d View commit details
    Browse the repository at this point in the history