Skip to content

Splitting dynamic path matching from path generation,#693

Closed
BRMatt wants to merge 1 commit intoomniauth:masterfrom
memberful:630-rename-callbacks
Closed

Splitting dynamic path matching from path generation,#693
BRMatt wants to merge 1 commit intoomniauth:masterfrom
memberful:630-rename-callbacks

Conversation

@BRMatt
Copy link

@BRMatt BRMatt commented Jul 3, 2013

Previously the lambda was responsible for matching the incoming request
path and returning a truthy value, AND returning a string representation
of the callback_path

This breaking change introduces two new callbacks is_request_path and
is_callback_path which handle the dynamic path matching, and the
original callbacks can be used for path generation.

refs #630

Previously the lambda was responsible for matching the incoming request
path and returning a truthy value, AND returning a string representation
of the callback_path

This breaking change introduces two new callbacks `is_request_path` and
`is_callback_path` which handle the dynamic path matching, and the
original callbacks can be used for path generation.

refs #630
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 5ee869b on memberful:630-rename-callbacks into 0ce4596 on intridea:master.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants