Path: | CHANGELOG.rdoc |
Last Update: | Thu Jul 14 16:50:54 +0000 2011 |
<span class="current">1</span> is now <em>1</em> a.prev_page -> a.previous_page (for consistency)
page_entries_info(@posts) #-> "Displaying all 12 posts" page_entries_info(@posts, :entry_name => 'item') #-> "Displaying all 12 items"
gem sources -a http://gems.github.com/ (you only need to do this once) gem install mislav-will_paginate
gem 'will_paginate' require 'will_paginate/array'