Files

  1. CHANGELOG.rdoc
  2. LICENSE
  3. README.rdoc
  4. Rakefile
  5. examples/index.haml
  6. examples/index.html
  7. examples/pagination.css
  8. examples/pagination.sass
  9. init.rb
  10. lib/will_paginate.rb
  11. lib/will_paginate/array.rb
  12. lib/will_paginate/collection.rb
  13. lib/will_paginate/core_ext.rb
  14. lib/will_paginate/finder.rb
  15. lib/will_paginate/named_scope.rb
  16. lib/will_paginate/named_scope_patch.rb
  17. lib/will_paginate/version.rb
  18. lib/will_paginate/view_helpers.rb
  19. test/boot.rb
  20. test/collection_test.rb
  21. test/console
  22. test/database.yml
  23. test/finder_test.rb
  24. test/fixtures/admin.rb
  25. test/fixtures/developer.rb
  26. test/fixtures/developers_projects.yml
  27. test/fixtures/project.rb
  28. test/fixtures/projects.yml
  29. test/fixtures/replies.yml
  30. test/fixtures/reply.rb
  31. test/fixtures/schema.rb
  32. test/fixtures/topic.rb
  33. test/fixtures/topics.yml
  34. test/fixtures/user.rb
  35. test/fixtures/users.yml
  36. test/helper.rb
  37. test/lib/activerecord_test_case.rb
  38. test/lib/activerecord_test_connector.rb
  39. test/lib/load_fixtures.rb
  40. test/lib/view_test_process.rb
  41. test/tasks.rake
  42. test/view_test.rb
  43. will_paginate.gemspec
  44. show all