-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Eg. http://localhost:4000/?rummage[paginate][page]=4&rummage[paginate][per_page]=10
The caveat to using the rummage library for pagination is that the information as to which page a user is held in the url as an ugly query parameter.
On Opera the query param doesnt show: localhost:4000
but on chrome the whole url shows.
For MVP i think this will be fine but just thought it would be good to log an issue
Reactions are currently unavailable