public
Rubygem
Fork of mislav/will_paginate
Description: Most awesome pagination solution for Rails
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/carllerche/will_paginate.git
CHANGELOG and bump up the tiny version number to 2.3.3
mislav (author)
Fri May 16 04:02:06 -0700 2008
commit  853609ce634977e757945cf32b5560b906bfd057
tree    45f8b60d08e981a4c90d5151bf4f9c6086dcc9ae
parent  b3caa0a44bfd08596e218c306d6fc93a578bad34
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+== master
0
+
0
+* ActiveRecord 2.1: remove :include from count query when tables are not
0
+ referenced in :conditions
0
+
0
 == 2.3.2, released 2008-05-16
0
 
0
 * Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module WillPaginate
0
   module VERSION
0
     MAJOR = 2
0
     MINOR = 3
0
- TINY = 2
0
+ TINY = 3
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.