Pagination should be in the official plugin repository

Now that Rails has gone on a diet and components have been moved out of core and into plugins, it seems that Classic Pagination should also be in the official Rails plugin repository.

Currently, it's at svn://errtheblog.com/svn/plugins/classic_pagination.

It seems inconsistent that, unlike acts_as_list, acts_as_tree, etc., pagination should reside at a separate location. This makes it difficult for people upgrading to Rails 2.0 who need to install it for compatibility.

I'm suggesting it be moved to plugins/pagination for the sake of consistency.

Thoughts?

/Jeff

I don’t care either way. But consistency is always good.

As until now, I will accept bug reports, but not feature requests. If someone wants to add features to classic_pagination while it’s in the official repo, I’d have nothing against that.