manageiq

https://github.com/manageiq/manageiq

Ruby

ManageIQ Open-Source Management Platform

PgInspector::LockConnectionYAML#blocked_connections=

Sets the attribute blocked_connections

Source | Google | Stack overflow

Edit

git clone [email protected]:manageiq/manageiq.git

cd manageiq

open tools/pg_inspector/connection_locks.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-PgInspector--LockConnectionYAML-blocked_connections--for-pr


# Commit to git

git add tools/pg_inspector/connection_locks.rbgit commit -m "better docs for PgInspector::LockConnectionYAML#blocked_connections="


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-PgInspector--LockConnectionYAML-blocked_connections--for-pr

hub pull-request


# Celebrate!