Rails Coolness
Friday, February 24th, 2006I wrote a Pager class in PHP to handle the annoying task of breaking a long list of items up into pages of 10 records per page. According to wc, it’s 243 lines long. Using it takes maybe ten lines of code.
Pagination in Rails is baked in, and I just implemented it (on [...]