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

Make tools easier to run #15957

Merged
merged 1 commit into from
Sep 8, 2017
Merged

Commits on Sep 8, 2017

  1. Make tools easier to run

    Support users running these as an executable, a ruby script, or through
    rails runner:
    
    ./tools/db_ping_remote.rb
    ruby tools/db_ping_remote.rb
    bin/rails r tools/db_ping_remote.rb
    
    Add executable permission
    Add shebang for ruby
    Load rails automatically for tools that require rails
    [skip ci]
    
    Similar to ManageIQ#14169
    jrafanie committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    7deb5ac View commit details
    Browse the repository at this point in the history