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
don't recommend adding gems.github.com to gem sources anymore
mislav (author)
Thu May 15 16:23:07 -0700 2008
commit  c88fdb897c7aedc28e48a27eada8185e75a7a344
tree    5b69ae047d9616d08d338b5911bf0b9eefdd1096
parent  3c4725a98f24f311031d4d7ee61431f129e5566e
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+== master branch
0
+
0
+* Fix LinkRenderer#stringified_merge by removing "return" from iterator block
0
+* Ensure that 'href' values in pagination links are escaped URLs
0
+
0
 == 2.3.1, released 2008-05-04
0
 
0
 * Fixed page numbers not showing with custom routes and implicit first page
...
22
23
24
25
26
27
28
29
 
30
31
32
...
22
23
24
 
 
 
 
 
25
26
27
28
0
@@ -22,11 +22,7 @@ Some resources to get you started:
0
 
0
 The recommended way is that you get the gem:
0
 
0
- # add GitHub to your local list of gem sources:
0
- gem sources -a http://gems.github.com/
0
-
0
- # install the gem:
0
- gem install mislav-will_paginate
0
+ gem install mislav-will_paginate --source http://gems.github.com/
0
 
0
 After that you don't need the will_paginate <i>plugin</i> in your Rails
0
 application anymore. Just add a simple require to the end of

Comments

    No one has commented yet.