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

Extend middleware to give access to the response of the SQL query #128

Merged
merged 31 commits into from
Aug 12, 2019

Conversation

mvgijssel
Copy link
Collaborator

@mvgijssel mvgijssel commented Aug 6, 2019

fixes #126
fixes #110

@mvgijssel mvgijssel changed the title 126/extend middleware Extend middleware to give access to the response of the SQL query Aug 6, 2019
lib/arel/middleware/chain.rb Show resolved Hide resolved
lib/arel/enhance/node.rb Show resolved Hide resolved
lib/arel/transformer/prefix_schema_name.rb Outdated Show resolved Hide resolved
lib/arel/transformer/prefix_schema_name.rb Outdated Show resolved Hide resolved
lib/arel/transformer/remove_active_record_info.rb Outdated Show resolved Hide resolved
lib/arel/middleware/chain.rb Outdated Show resolved Hide resolved
lib/arel/enhance/node.rb Outdated Show resolved Hide resolved
@codeclimate
Copy link

codeclimate bot commented Aug 12, 2019

Code Climate has analyzed commit 128de4b and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 98.8% (0.0% change).

View more on Code Climate.

@mvgijssel mvgijssel merged commit c7ff16e into master Aug 12, 2019
@mvgijssel mvgijssel deleted the 126/extend-middleware branch August 12, 2019 19:11
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.

Extend Middleware to include the response from the database Optional context argument for Arel middleware
1 participant