issues
search
hanami
/
router
Ruby/Rack HTTP router
http://hanamirb.org
MIT License
362
stars
92
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Improve Trie implementation when different path variables used in same path location
#273
dcr8898
opened
1 month ago
8
Routes with suffixes conflict with each other
#272
francois
opened
2 months ago
8
Router.recognize sets GET to the verb of POST routes
#271
exoego
closed
6 months ago
0
Router.recognize sets GET to the verb of POST routes wrongly
#270
exoego
opened
6 months ago
0
Update syntax for latest Rubocop rules
#269
pat
closed
8 months ago
2
Support for Rack 3
#268
rossta
opened
10 months ago
1
Pass through kwargs to middleware
#267
pat
closed
8 months ago
1
group globs and mounts together
#266
pat
closed
8 months ago
6
CI: Tell dependabot to update GH Actions, weekly
#265
olleolleolle
opened
11 months ago
0
CI: rely on setup-ruby to install
#264
olleolleolle
closed
11 months ago
0
fix PATH_INFO/SCRIPT_NAME for root mounts
#263
pat
closed
8 months ago
3
globbed paths are always evaluated after mounted paths
#262
pat
closed
8 months ago
2
Leading slashes not kept for mounted Rack apps
#261
pat
closed
8 months ago
1
Remove `frozen_string_literal: true` comments
#260
parndt
closed
1 year ago
1
Accept a not_allowed proc when initializing
#259
timriley
closed
1 year ago
0
Middleware usage does not work as expected
#258
wuarmin
opened
1 year ago
0
Refactor `Hanami::Middleware::Node` to handle variable segments
#257
jodosha
closed
1 year ago
0
Inconsistent trailing slash behaviour
#256
Drowze
opened
1 year ago
1
Routes with multiple variables not working in common nested route scenario
#255
Drowze
opened
1 year ago
2
Ensure mount and globbed routes to work together
#254
jodosha
closed
1 year ago
0
Catch-all has higher priority than mount
#253
kukicola
closed
1 year ago
2
Capture names affects finding nested routes
#252
twe4ked
closed
1 year ago
2
Per-slice middleware not being applied correctly?
#251
pat
closed
1 year ago
3
UrlHelpers uses a consistent type for base_url
#250
alassek
closed
1 year ago
2
Path segments in base_url can get clobbered by UrlHelpers
#249
alassek
closed
1 year ago
0
Fix find dynamic path segment for midlewares
#248
wafcio
closed
1 year ago
0
Failing edge cases for optional variables
#247
jandudulski
opened
1 year ago
0
Ruby 3.2
#246
jodosha
closed
1 year ago
0
Depend on `mustermann` and `mustermann-contrib` 3
#245
jodosha
closed
1 year ago
0
README: fix `Hanami::Router#recognize` syntax
#244
jodosha
closed
1 year ago
0
Return HTTP response header `Allow` when returning `405` HTTP status
#243
jodosha
closed
1 year ago
0
Introduce `Hanami::Middleware::BodyParser::FormParser` to parse multipart file upload
#242
jodosha
closed
1 year ago
0
Trying to reproduce #229
#241
jodosha
closed
1 year ago
0
Don't parse request body when Body Parser already parsed it
#240
jodosha
closed
1 year ago
12
Fix parsing of multipart/form-data
#239
wuarmin
closed
1 year ago
1
Convert to Zeitwerk for code loading
#238
timriley
closed
1 year ago
2
Exception when JSON body contains %
#237
Jammjammjamm
closed
1 year ago
7
Update API docs for 2.0
#236
timriley
closed
1 year ago
2
Ensure root path to work with prefix
#235
jodosha
closed
1 year ago
0
Fix inspection of named nested routes
#234
jodosha
closed
1 year ago
0
URL fragments and routing
#233
mikekreuzer
closed
1 year ago
2
Middleware Trie
#232
jodosha
closed
2 years ago
0
Allow router prefix to work with or without a leading slash
#231
chris-at-work
closed
1 year ago
1
Support configurable body parsers
#230
solnic
closed
2 years ago
1
Unclear errors with differently named wildcard segments
#229
Jammjammjamm
closed
1 year ago
5
Surprising prefix behavior
#228
Jammjammjamm
closed
1 year ago
2
405 response does not include Allow header
#227
ahx
closed
1 year ago
0
Prepare for v2.0.0.beta2
#226
timriley
closed
2 years ago
0
Ensure to require `hanami/middleware/error` from `hanami/middleware/body_parser/errors`
#225
jodosha
closed
2 years ago
0
Fix block not given to the route when no `to` option
#224
waiting-for-dev
closed
2 years ago
0
Next