Since the built-in paginate is deprecated, I’m trying
to install the classic_pagination plugin as recommended:
script/plugin install
svn://errtheblog.com/svn/plugins/classic_pagination
I tried last week but it fail with “svn: blah blah blah: Connection
timed out”
I thought that might be a temporary problem with the
subversion server, but it still fails today.
Can I get that plugin from somewhere else?
Otherwise I’ll have to take the brute force approach
with wget and a Ruby script to get it from here:
http://plugins.require.errtheblog.com/browser/classic_pagination
Thanks,
Stefan
It’s either still broken or broken again. It’s apparently been days
now that the repository is off line. You can’t even get in to some of
the web pages:
http://require.errtheblog.com/plugins/browser/will_paginate/README?format=txt
I’m having the same problem, is there another repository hosting this
plugin?
You could use will_paginate
On Dec 12, 2007 10:18 AM, Rodrigo E.
[email protected]
wrote:
I’m having the same problem, is there another repository hosting this
plugin?
Posted via http://www.ruby-forum.com/.
–
Ryan B.
I tried checking out will_paginate using:
svn co svn://errtheblog.com/svn/plugins/will_paginate
and that worked fine
Rodrigo E. wrote:
It looks like will_paginate comes from the same host, I have the plugin
as
svn://errtheblog.com/svn/plugins/will_paginate
which is also not responding. What are people doing for pagination now?
Are there any other options? I’m itching to upgrade to 2.0.1 but I have
pagination in some key spots on my site
Ryan B. wrote:
You could use will_paginate
On Dec 12, 2007 10:18 AM, Rodrigo E.
[email protected]
wrote:
I’m having the same problem, is there another repository hosting this
plugin?
Posted via http://www.ruby-forum.com/.
–
Ryan B.
http://www.frozenplague.net
I just downloaded will_paginate successfully… FYI When I downloaded
classic_paginate is says that you should move to will_paginate.
On Dec 12, 10:19 am, Rodrigo E. <rails-mailing-l…@andreas-
How do I install SVN? I’m running Windows XP, and I can’t seem to
install the classic_pagination plugin.
It looks like will_paginate comes from the same host, I have the plugin
as
svn://errtheblog.com/svn/plugins/will_paginate
which is also not responding. What are people doing for pagination now?
Are there any other options? I’m itching to upgrade to 2.0.1 but I have
pagination in some key spots on my site
Ryan B. wrote:
You could use will_paginate
On Dec 12, 2007 10:18 AM, Rodrigo E.
[email protected]
wrote:
I’m having the same problem, is there another repository hosting this
plugin?
Posted via http://www.ruby-forum.com/.
–
Ryan B.
http://www.frozenplague.net
Thanks. I got it figured out. I’m running classic_pagination now, and
I’ll switch to will_paginate when I have time to rewrite my code.
On Dec 16, 1:15 pm, Rodrigo E. [email protected]
I tried over the couple of days:
– script/plugin install
svn://errtheblog.com/svn/plugins/classic_pagination
and got the connection error
– checking out the module
and got the "Can’t connect to host "errtheblog.com’: A connection
attempt failed …
Is there another svn repository from which I can get this plugin? (as
well as will_paginate)
Thanks in advance
Phil
switch to will_paginate, it’s easy to use and works very well, run
svn co svn://errtheblog.com/svn/plugins/will_paginate
raccoonone wrote:
How do I install SVN? I’m running Windows XP, and I can’t seem to
install the classic_pagination plugin.
The mislav is the better one and the one you want really
RobL