Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mxenabled
/
action_subscriber
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
26
Code
Issues
4
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add support for per route middleware stacks
- #65
#65
Open
jasonayre
wants to merge 20 commits into
mxenabled:master
mxenabled/action_subscriber:master
from
jasonayre:master
jasonayre/action_subscriber:master
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
Add support for per route middleware stacks
#65
jasonayre
wants to merge 20 commits into
mxenabled:master
mxenabled/action_subscriber:master
from
jasonayre:master
jasonayre/action_subscriber:master
Copy head branch name to clipboard
Commits
Commits on May 13, 2016
add middleware stack for sake of allowing forking
jasonayre
committed
b7030e3
View commit details
Copy full SHA for b7030e3
Browse repository at this point
fetch middleware
jasonayre
committed
2e46a33
View commit details
Copy full SHA for 2e46a33
Browse repository at this point
instantiate own middleware stack
jasonayre
committed
03ddfc7
View commit details
Copy full SHA for 03ddfc7
Browse repository at this point
routes can have their own middleware which can be enhanced with additional middlewares
jasonayre
committed
946b350
View commit details
Copy full SHA for 946b350
Browse repository at this point
allow for block when defining route so use can be used to add middlewares to route
jasonayre
committed
69b18f2
View commit details
Copy full SHA for 69b18f2
Browse repository at this point
middleware gets passed with env
jasonayre
committed
0631d28
View commit details
Copy full SHA for 0631d28
Browse repository at this point
call middleware pulled from route not ActionSubscriber.config
jasonayre
committed
96c9443
View commit details
Copy full SHA for 96c9443
Browse repository at this point
Commits on May 14, 2016
fetch middleware for route
jasonayre
committed
c085e4c
View commit details
Copy full SHA for c085e4c
Browse repository at this point
just pass middleware klass for now to use as splatting not passing args correctly for some reason
jasonayre
committed
80ce5a8
View commit details
Copy full SHA for 80ce5a8
Browse repository at this point
delegate middleware methods
jasonayre
committed
c09babb
View commit details
Copy full SHA for c09babb
Browse repository at this point
Commits on May 15, 2016
routes can define a stack of middleware and use that, like a pheonix pipeline
jasonayre
committed
4018f25
View commit details
Copy full SHA for 4018f25
Browse repository at this point
fetch middleware or fork from config as default
jasonayre
committed
29fd602
View commit details
Copy full SHA for 29fd602
Browse repository at this point
add spec for middleware stack
jasonayre
committed
4d1e03c
View commit details
Copy full SHA for 4d1e03c
Browse repository at this point
set stacks like routes for consistency
jasonayre
committed
a71fb51
View commit details
Copy full SHA for a71fb51
Browse repository at this point
fix forked stack to preserve args, just deep dup array and set ivar directly as use mangles args
jasonayre
committed
ff56991
View commit details
Copy full SHA for ff56991
Browse repository at this point
add router stack spec
jasonayre
committed
00d5653
View commit details
Copy full SHA for 00d5653
Browse repository at this point
add example of adding/applying middleware stack in routes
jasonayre
committed
f2a9032
View commit details
Copy full SHA for f2a9032
Browse repository at this point
call route specific middleware for march hare subscriber
jasonayre
committed
9a05360
View commit details
Copy full SHA for 9a05360
Browse repository at this point
add hash accessors to env to as it mimics rack/makes middleware more powerful
jasonayre
committed
5512438
View commit details
Copy full SHA for 5512438
Browse repository at this point
Commits on May 16, 2016
add action_subscriber_routes load hook so plugin authors can define own behavior for a routing stack
jasonayre
committed
cfe42ab
View commit details
Copy full SHA for cfe42ab
Browse repository at this point
You can’t perform that action at this time.