Hi, I have tried to install the classic_pagination pugins in my application but when I use the command>ruby script/plugin install svn://errtheblog.com/svn/plugins/classic_paginationIt does nothing and nothing is created in the plugins folder in my project. I am using rails 2.2.2 and ruby 1.8.6 I want to create ajax based pagination. Please help me. Thx in advance. Tuhin -- 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, probably repository moved somewhere? Try fork on github git://github.com/masterkain/classic_pagination.git these days everything is moving to github - however developers not always care to update documentation or even source code with these changes. On 13 Sty, 13:04, Ruhul Amin <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > I have tried to install the classic_pagination > pugins in my application but when I use the command > > >ruby script/plugin install svn://errtheblog.com/svn/plugins/classic_pagination > > It does nothing and nothing is created in the plugins folder in my > project. > I am using rails 2.2.2 and ruby 1.8.6 > I want to create ajax based pagination. > Please help me. > Thx in advance. > Tuhin > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Hubert Lepicki,> Try fork on github git://github.com/masterkain/classic_pagination.gitI have tried $ ruby script/plugin install git://github.com/hasham2/classic_pagination.git but same as before.. just create a directory in the plugin folder but nothing in that direcotry. Is the plugin compatable with rails version 2.2.2? Please show me the way. Thx. Tuhin -- 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 -~----------~----~----~----~------~----~------~--~---
try will_paginate. http://wiki.github.com/mislav/will_paginate --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---