Displaying 1 result from an estimated 1 matches for "2&complete".
2006 Jul 12
2
Problem w/ Rails 1.1.4 and pagination_links using params?
...ing the :params option--and this seems to be the
problem),
<%= pagination_links @todo_pages, :params => params %>
then it duplicates part of the controller in the generated url. For
example, before one of my paginator links would generate this:
http://localhost:3000/it/todos/list?page=2&complete=all
Now it is doing this:
http://localhost:3000/it/it/todos/list?page=2&complete=all
In a different part of my application I had the following:
Before:
http://localhost:3000/it/assets/assignments/search_equipment?page=2
After:
http://localhost:3000/it/assets/it/assets/assignm...