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

Followup to #24844 #24897

Merged
merged 1 commit into from May 7, 2016
Merged

Followup to #24844 #24897

merged 1 commit into from May 7, 2016

Conversation

maclover7
Copy link
Contributor

Some slight documentation edits and fixes. Also, run remove unnecessary
RuntimeError.

r? @arthurnn

@kamipo
Copy link
Member

kamipo commented May 7, 2016

#24844 ?

@jeremy jeremy changed the title Followup to #2844 Followup to #24844 May 7, 2016
@maclover7
Copy link
Contributor Author

whoops, yeah. thanks @kamipo! let me update the commit message, and then I think this is ready to go (test are passing 👍

@@ -93,8 +93,7 @@ def connection

attr_writer :connection_specification_name

# Return the specification id from this class otherwise look it up
# in the parent.
# Return the specification id from the current class or its parent.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/specification id/specification name

@@ -909,10 +909,11 @@ def remove_connection(spec_name)
# to optimise for.
def retrieve_connection_pool(spec_name)
owner_to_pool.fetch(spec_name) do
# Check if a connection was previously established in an ancestor process,
# which may have been worked.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may have been *forked?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops, typo :)

Some slight documentation edits and fixes. Also, run remove unnecessary
`RuntimeError`.

r? @arthurnn
@maclover7
Copy link
Contributor Author

updated per your comments, @jeremy. thanks for the review! :)

@arthurnn arthurnn merged commit 332f9d1 into rails:master May 7, 2016
@arthurnn
Copy link
Member

arthurnn commented May 7, 2016

thanks

@maclover7 maclover7 deleted the jm-fix-24844 branch May 8, 2016 00:32
@maclover7
Copy link
Contributor Author

👍 thanks @arthurnn!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants