issues
search
athena-framework
/
athena
An ecosystem of reusable, independent components
https://athenaframework.org
MIT License
211
stars
17
forks
source link
Debug router command
#224
Closed
Blacksmoke16
closed
2 years ago
Blacksmoke16
commented
2 years ago
[feature] Add first built-in command to debug the available routes
[feature] Add command to debug which, if any, a request path would resolve to
[feature] Add
#has_scheme?
method to
ART::Route
[enhancement] Make testing commands with input more robust
Avoids an infinite loop if the command expects input and there are none left to consume
[enhancement] Allow
nil
as cell values
[enhancement] Add actual dependency on
athena-console
to framework component
Was missed in #218, but the version does not actually exist yet
#has_scheme?
method toART::Route
nil
as cell valuesathena-console
to framework component