of course there shouldn't be 2 identical pages with different url... do you have also: "/myaction", :page => 1
in my app i have both lines: "/myaction", :page => 1 "/myaction/:page_id" and wiil_paginate have no problem setting the right link for the first page. On Mar 30, 1:55 pm, Aldo Italo <[email protected]> wrote: > my routes.rb have prior this question the path configured with > "/myaction/:page_id" > but this don't change logical point view of search engine: > it view however a different url betwen ".../mypage" and ".../mypage/1" > > i think the logical used by will_paginate for redisplay first page is > mistaken, because the same identical page must have a unique url. > > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

