public
Description: Adaptive pagination plugin for web frameworks and other applications
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/mislav/will_paginate.git
Click here to lend your support to: will_paginate and make a donation at www.pledgie.com !
mislav (author)
Tue Jun 02 10:51:32 -0700 2009
commit  b3b0f593ea9b1da13a64bc825dfe17b6bbc2828b
tree    3d2d9f1b34ad34fbe119a5c830a30606cb51c0ed
parent  dbc3975b6cd38ed96b11f53279bb925f529daa67
will_paginate / lib / will_paginate
name age message
..
file array.rb Thu Apr 03 20:49:43 -0700 2008 move Array#paginate definition to will_paginate... [mislav]
file collection.rb Mon Feb 09 12:08:44 -0800 2009 Removed all unnecessary &block variables since ... [Darrick Wiebe]
file core_ext.rb Wed May 20 04:12:42 -0700 2009 check for method existance in a ruby 1.8- and 1... [mislav]
file finder.rb Thu May 21 14:28:34 -0700 2009 count_by_sql: don't use table alias with any ad... [mislav]
file named_scope.rb Mon Feb 09 12:08:44 -0800 2009 Removed all unnecessary &block variables since ... [Darrick Wiebe]
file named_scope_patch.rb Mon Feb 09 12:08:44 -0800 2009 Removed all unnecessary &block variables since ... [Darrick Wiebe]
file version.rb Tue Jun 02 10:51:32 -0700 2009 release v2.3.11 bugfix [mislav]
file view_helpers.rb Wed May 20 04:12:42 -0700 2009 fix generation of page URLs that contain the "@... [KURODA Hiraku]