-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix response headers from lint (#2414)
* Only error! is public Minor refactor * Remove `rack_response` from inside_route Replace `rack_response` to `error!` * error! is now private call self.status once inside route * Fix rubocop * Add CHANGELOG.md * Add UPGRADING.md entry Revert rack_response in inside_route with deprecation Add spec * Fix escape_html * Fix UPGRADING.md Change deprecation msg
- Loading branch information
1 parent
e9aa45b
commit c6ad84a
Showing
8 changed files
with
112 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.