All, classic pagination was the old pagination present in Rails 1, and taken out of Rails when Rails 2 was released (more than 1 year ago). The plugin was intended as a *temporary* solution while people migrated to new plugins.
Look at other plugins, like will_paginate. A note on the reasons (only for the ones interested): classic pagination was discontinued because of a design which forced the programmer to keep 2 different variables, the "paginator' and the "collection", and access them all over the views. The plugins like will_paginate just give you a "collection" object which is smart enough to paginate by itself when asked to. Raul On Sun, Jan 11, 2009 at 6:12 AM, Aleš Bednařík <[email protected]>wrote: > > I had the same experience on Sat Jan 10. My environment: Win Vista, NB 6.1, > Java 1.6.11, Norton Internet Security. I have not searched for another > classic_pagination repository yet. > > Ales > > > ------------ Původní zpráva ------------ > > Od: <[email protected]> > > Předmět: [rails-development] Re: LAB-5526 cannot find class_pagination > plugin > > Datum: 11.1.2009 06:04:32 > > ---------------------------------------- > > > > Please note that this occurred for LAB-5536 > > > > On Jan 11, 12:02 am, [email protected] wrote: > > > When doing executing Exercise 5 item 5.1 for installing > > > class_pagination plugin, I am getting the following error: > > > > > > org.tigris.subversion.javahl.ClientException: No connection could be > > > made because the target machine actively refused it. > > > Can't connect to host 'errtheblog.com': No connection could be made > > > because the target machine actively refused it. > > > > > > Does anyone know of another site besides > > svn://errtheblog.com/svn/plugins/classic_pagination > > > where I can get this plugin ? > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ruby-on-rails-programming-with-passion" group. To unsubscribe from this group, send email to ruby-on-rails-programming-with-passion-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---
