Methods

  1. assert_links_match (WillPaginate::ViewTestCase)
  2. assert_no_links_match (WillPaginate::ViewTestCase)
  3. assert_no_queries (ActiveRecordTestCase)
  4. assert_queries (ActiveRecordTestCase)
  5. assert_respond_to_all (Test::Unit::TestCase)
  6. collect_deprecations (Test::Unit::TestCase)
  7. construct_count_options_from_args (WillPaginate)
  8. create (WillPaginate::Collection)
  9. empty? (WillPaginate::NamedScope::Scope)
  10. enable (WillPaginate)
  11. enable_actionpack (WillPaginate)
  12. enable_activerecord (WillPaginate)
  13. enable_named_scope (WillPaginate)
  14. except (lib/will_paginate/core_ext.rb)
  15. except! (lib/will_paginate/core_ext.rb)
  16. find_recent (Project)
  17. first (WillPaginate::NamedScope::Scope)
  18. fixtures (ActiveRecordTestCase)
  19. get? (DummyRequest)
  20. html_attributes (WillPaginate::LinkRenderer)
  21. include_method? (Array)
  22. included (WillPaginate::NamedScope)
  23. included (WillPaginate::Finder)
  24. inner_text (HTML)
  25. inner_text (HTML)
  26. inner_text (HTML)
  27. last (WillPaginate::NamedScope::Scope)
  28. method_missing (lib/will_paginate/named_scope_patch.rb)
  29. method_missing_without_paginate (lib/will_paginate/named_scope_patch.rb)
  30. method_missing_without_scopes (lib/will_paginate/named_scope_patch.rb)
  31. named_scope (WillPaginate::NamedScope::ClassMethods)
  32. new (WillPaginate::LinkRenderer)
  33. new (DummyRequest)
  34. new (WillPaginate::NamedScope::Scope)
  35. new (DummyController)
  36. new (WillPaginate::Collection)
  37. new (AdditionalLinkAttributesRenderer)
  38. new (WillPaginate::InvalidPage)
  39. next_page (WillPaginate::Collection)
  40. offset (WillPaginate::Collection)
  41. out_of_bounds? (WillPaginate::Collection)
  42. page_entries_info (WillPaginate::ViewHelpers)
  43. page_link (WillPaginate::LinkRenderer)
  44. page_link (AdditionalLinkAttributesRenderer)
  45. page_link_or_span (WillPaginate::LinkRenderer)
  46. page_span (WillPaginate::LinkRenderer)
  47. paginate (WillPaginate::ViewTestCase)
  48. paginate (lib/will_paginate/array.rb)
  49. paginate (WillPaginate::Finder::ClassMethods)
  50. paginate_by_sql (WillPaginate::Finder::ClassMethods)
  51. paginated_each (WillPaginate::Finder::ClassMethods)
  52. paginated_section (WillPaginate::ViewHelpers)
  53. params (DummyRequest)
  54. params (DummyController)
  55. per_page (Developer)
  56. post (DummyRequest)
  57. prepare (WillPaginate::LinkRenderer)
  58. previous_page (WillPaginate::Collection)
  59. proxy_found (WillPaginate::NamedScope::Scope)
  60. relative_url_root (DummyRequest)
  61. reload (WillPaginate::NamedScope::Scope)
  62. replace (WillPaginate::Collection)
  63. respond_to? (WillPaginate::NamedScope::Scope)
  64. response_from_page_or_rjs (WillPaginate::ViewTestCase)
  65. run (ActiveRecordTestCase)
  66. scopes (WillPaginate::NamedScope::ClassMethods)
  67. setup (ArrayPaginationTest)
  68. setup (ActiveRecordTestConnector)
  69. setup (WillPaginate::ViewTestCase)
  70. slice (lib/will_paginate/core_ext.rb)
  71. slice! (lib/will_paginate/core_ext.rb)
  72. test_ability_to_use_with_custom_finders (FinderTest)
  73. test_adding_additional_parameters (ViewTest)
  74. test_adding_additional_route_parameters (ViewTest)
  75. test_adding_anchor_parameter (ViewTest)
  76. test_argument_error_with_params_and_another_argument (ArrayPaginationTest)
  77. test_array_argument_doesnt_eliminate_count (FinderTest)
  78. test_collection_name_can_be_guessed (ViewTest)
  79. test_complex_custom_page_param (ViewTest)
  80. test_container_id (ViewTest)
  81. test_count_and_total_entries_options_are_mutually_exclusive (FinderTest)
  82. test_count_select_when_distinct (FinderTest)
  83. test_count_skips_select (FinderTest)
  84. test_count_with_scoped_select_when_distinct (FinderTest)
  85. test_custom_routing_page_param (ViewTest)
  86. test_custom_routing_page_param_with_dot_separator (ViewTest)
  87. test_custom_routing_with_first_page_hidden (ViewTest)
  88. test_defaults (ArrayPaginationTest)
  89. test_deprecated_api (ArrayPaginationTest)
  90. test_deprecation_notices_with_page_count (ViewTest)
  91. test_doesnt_remove_referenced_includes_in_count (FinderTest)
  92. test_escaping_of_urls (ViewTest)
  93. test_extra_parameters_stay_untouched (FinderTest)
  94. test_full_output (ViewTest)
  95. test_guessing_that_there_are_no_records (FinderTest)
  96. test_guessing_the_total_count (FinderTest)
  97. test_guessing_total_count (ArrayPaginationTest)
  98. test_hmt_with_include (FinderTest)
  99. test_implicit_all_with_dynamic_finders (FinderTest)
  100. test_inferred_collection_name_raises_error_when_nil (ViewTest)
  101. test_invalid_page (ArrayPaginationTest)
  102. test_invalid_per_page_setting (ArrayPaginationTest)
  103. test_named_scope_with_include (FinderTest)
  104. test_new_methods_presence (FinderTest)
  105. test_no_complain (WillPaginate::ViewTestCase)
  106. test_no_pagination_when_page_count_is_one (ViewTest)
  107. test_out_of_bounds (ArrayPaginationTest)
  108. test_page_count_was_removed (ArrayPaginationTest)
  109. test_page_entries_info (ViewTest)
  110. test_page_entries_info_with_custom_entry_name (ViewTest)
  111. test_page_entries_info_with_longer_class_name (ViewTest)
  112. test_page_entries_info_with_single_page_collection (ViewTest)
  113. test_paginate_array_of_ids (FinderTest)
  114. test_paginate_association_extension (FinderTest)
  115. test_paginate_associations (FinderTest)
  116. test_paginate_associations_with_include (FinderTest)
  117. test_paginate_by_sql (FinderTest)
  118. test_paginate_by_sql_doesnt_change_original_query (FinderTest)
  119. test_paginate_by_sql_respects_total_entries_setting (FinderTest)
  120. test_paginate_by_sql_strips_order_by_when_counting (FinderTest)
  121. test_paginate_from (FinderTest)
  122. test_paginate_in_named_scope (FinderTest)
  123. test_paginate_in_named_scope_on_habtm_association (FinderTest)
  124. test_paginate_in_named_scope_on_has_many_association (FinderTest)
  125. test_paginate_in_named_scope_on_hmt_association (FinderTest)
  126. test_paginate_with_conditions (FinderTest)
  127. test_paginate_with_dynamic_finder (FinderTest)
  128. test_paginate_with_group (FinderTest)
  129. test_paginate_with_include_and_conditions (FinderTest)
  130. test_paginate_with_include_and_order (FinderTest)
  131. test_paginate_with_joins (FinderTest)
  132. test_paginate_with_order (FinderTest)
  133. test_paginate_with_per_page (FinderTest)
  134. test_paginated_collection (ArrayPaginationTest)
  135. test_paginated_each (FinderTest)
  136. test_paginated_each_with_named_scope (FinderTest)
  137. test_paginated_section (ViewTest)
  138. test_paginating_finder_doesnt_mangle_options (FinderTest)
  139. test_parameter_api (FinderTest)
  140. test_prev_label_deprecated (ViewTest)
  141. test_prev_next_links_have_classnames (ViewTest)
  142. test_previous_next_pages (ArrayPaginationTest)
  143. test_readonly (FinderTest)
  144. test_removes_irrelevant_includes_in_count (FinderTest)
  145. test_removing_arbitrary_parameters (ViewTest)
  146. test_rescue_response_hook_presence (ViewTest)
  147. test_scoped_paginate (FinderTest)
  148. test_should_use_scoped_finders_if_present (FinderTest)
  149. test_simple (ArrayPaginationTest)
  150. test_simple_paginate (FinderTest)
  151. test_total_entries_has_precedence (ArrayPaginationTest)
  152. test_truth (ActiveRecordTestCase)
  153. test_will_paginate (ViewTest)
  154. test_will_paginate_doesnt_preserve_parameters_on_post (ViewTest)
  155. test_will_paginate_eliminates_small_gaps (ViewTest)
  156. test_will_paginate_preserves_parameters_on_get (ViewTest)
  157. test_will_paginate_using_renderer_class (ViewTest)
  158. test_will_paginate_using_renderer_instance (ViewTest)
  159. test_will_paginate_windows (ViewTest)
  160. test_will_paginate_with_atmark_url (ViewTest)
  161. test_will_paginate_with_custom_page_param (ViewTest)
  162. test_will_paginate_with_options (ViewTest)
  163. test_will_paginate_without_container (ViewTest)
  164. test_will_paginate_without_page_links (ViewTest)
  165. to_html (WillPaginate::LinkRenderer)
  166. total_entries= (WillPaginate::Collection)
  167. url_for (WillPaginate::LinkRenderer)
  168. url_for (DummyController)
  169. uses_mocha (test/helper.rb)
  170. validate_page_numbers (WillPaginate::ViewTestCase)
  171. visible_page_numbers (WillPaginate::LinkRenderer)
  172. will_paginate (WillPaginate::ViewHelpers)
  173. windowed_links (WillPaginate::LinkRenderer)
  174. with_poor_ones (Developer)
  175. with_scope (lib/will_paginate/named_scope_patch.rb)
  176. wp_count (WillPaginate::Finder::ClassMethods)
  177. xtest_pagination_defines_method (FinderTest)