public
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/technoweenie/will_paginate.git
mislav (author)
Sat Mar 01 19:27:34 -0800 2008
commit  b0f9476a68ee6d3d3fbf9f4d4e177766c71e3b58
tree    f0949047a55e711edd0e6102963bc9afb2244cda
parent  2ef59ad19b08be7087f9021527c782aa7e33ed6c
will_paginate / Manifest.txt
100644 35 lines (34 sloc) 0.771 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
CHANGELOG
LICENSE
Manifest.txt
README
Rakefile
config/release.rb
lib/will_paginate.rb
lib/will_paginate/collection.rb
lib/will_paginate/core_ext.rb
lib/will_paginate/finder.rb
lib/will_paginate/version.rb
lib/will_paginate/view_helpers.rb
setup.rb
test/array_pagination_test.rb
test/boot.rb
test/console
test/finder_test.rb
test/fixtures/admin.rb
test/fixtures/developer.rb
test/fixtures/developers_projects.yml
test/fixtures/project.rb
test/fixtures/projects.yml
test/fixtures/replies.yml
test/fixtures/reply.rb
test/fixtures/schema.rb
test/fixtures/topic.rb
test/fixtures/topics.yml
test/fixtures/user.rb
test/fixtures/users.yml
test/helper.rb
test/lib/activerecord_test_case.rb
test/lib/activerecord_test_connector.rb
test/lib/load_fixtures.rb
test/pagination_test.rb