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
will_paginate uses ActionController's url_for helper which makes it a piece of cake to have user/SEO friendly URLs in Rails.
will_paginate
How can I get the same friendliness in a Padrino app? Maybe without monkey patching WillPaginate::ActionView::LinkRenderer#url?
WillPaginate::ActionView::LinkRenderer#url
Would extending WillPaginate::Sinatra::Helpers#url to use url_field_tag for Padrino be the way to go?
WillPaginate::Sinatra::Helpers#url
url_field_tag
The text was updated successfully, but these errors were encountered:
Haven't used Padrino, so not sure what's involved. Maybe you could take a stab of turning this issue into a pull request?
Sorry, something went wrong.
No branches or pull requests
will_paginate
uses ActionController's url_for helper which makes it a piece of cake to have user/SEO friendly URLs in Rails.How can I get the same friendliness in a Padrino app?
Maybe without monkey patching
WillPaginate::ActionView::LinkRenderer#url
?Would extending
WillPaginate::Sinatra::Helpers#url
to useurl_field_tag
for Padrino be the way to go?The text was updated successfully, but these errors were encountered: