We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class App < RackStep::App add_route("GET|POST", "/project/:name", RootController) # url like /project/xxx got xxx via params[:name] ... end
named params in url for better SEO
The text was updated successfully, but these errors were encountered:
Thanks for opening this feature request.
That's something I was postponing to implement for a while. Tried a few different approaches in the past, but wasn't satisfied with the results.
Might give another shot when I have some free time.
Sorry, something went wrong.
No branches or pull requests
named params in url for better SEO
The text was updated successfully, but these errors were encountered: