Hi, I use will_paginate plugin to paginate the records in my view file.. I implement the same in 2 of my modules.. Its working fine in one module where i perform only the basic CRUD operation. In the other module i do have search option. This plugin behaves different for that method.. Normally if one click the page number links the request will be posted back to the same action or method which rendered that page.. But in my case due to some url formation errors its getting redirected to the show method.. Did any one faced similar issue.. If so help me fixing it. Thanks in advance. Ratnavel Sundaramurthi -- Posted via http://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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, I was trying to use will_paginate plugin but I could not download it from the repository. each time i execute the following command I received this error, svn: Can''t connect to host ''errtheblog.com'': Connection refus script/plugin install svn://errtheblog.com/svn/plugins/will_paginate is there different place that I can download from it. Regards -- Posted via http://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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Shuaib Zahda wrote:> Hi, I was trying to use will_paginate plugin but I could not download it > from the repository. each time i execute the following command I > received this error, > svn: Can''t connect to host ''errtheblog.com'': Connection refus > > script/plugin install svn://errtheblog.com/svn/plugins/will_paginate > > is there different place that I can download from it. Regardstry this ruby script/plugin install svn://errtheblog.com/svn/plugins/will_paginate include the word ruby before the script/plugin it''ll have to work.. Also conform that you type this command in command prompt navigating to the project path (example: E:\Tests\cookbook>ruby script/plugin install svn://errtheblog.com/svn/plugins/will_paginate) It''ll happen some times if u copy the URL from some web pages Better type it.. All the best.. -- Posted via http://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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---