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

Replace the with_port qualifier on route with port option #1076

Merged
merged 1 commit into from
Jan 26, 2018

Conversation

mcmire
Copy link
Collaborator

@mcmire mcmire commented Jan 26, 2018

Refs #954.

@mcmire mcmire added this to the v4.0 milestone Jan 26, 2018
end
end
end

context 'given a controller and action joined together in a string' do
include_examples 'core tests' do
def build_route_matcher(method:, path:, controller:, action:, **rest)
super.to("#{controller}##{action}", **rest)
def build_route_matcher(method:, path:, controller:, action:, port: nil, **rest)

Choose a reason for hiding this comment

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

Avoid parameter lists longer than 5 parameters. [6/5]
Line is too long. [86/80]

@mcmire mcmire merged commit 32705e6 into master Jan 26, 2018
@mcmire mcmire deleted the add-port-option branch January 26, 2018 04:52
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.

2 participants