Displaying 1 result from an estimated 1 matches for "search_equipment".
2006 Jul 12
2
Problem w/ Rails 1.1.4 and pagination_links using params?
...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/assignments/search_equipment?page=2
I have done some grouping of controllers into modules, and it appears
replicate everything but the final controller name. For example, with
the It::Assets::Assignments controller, only "it/assets&qu...