I'm using the current master version, downloaded 10 days ago. Here's what I'm talking about. My AS model/controller is widgets. So the list url is mysite.com/widgets. The link for the second page of the widget list is mysite.com/widgets?page=2.
When I click that link the appropriate records for page 2 are displaying, but the browser URL remains mysite.com/widgets, rather than mysite.com/widgets?page=2. On Apr 13, 6:24 am, vhochstein <[email protected]> wrote: > Hi, > > Which version of activescaffold are you using? > What do you mean by redirecting list requests to list action? > > -- > Volker > > On Apr 12, 7:55 pm, TheMagicHat <[email protected]> wrote: > > > > > > > > > Hi all. I've noticed AS is redirecting list requests with a page param > > to the list action for my controller (and removing the params). > > > Is there a way to change this behavior so that the URL remains intact? -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
