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