Methods
assert_links_match
(WillPaginate::ViewTestCase)
assert_no_links_match
(WillPaginate::ViewTestCase)
assert_no_queries
(ActiveRecordTestCase)
assert_queries
(ActiveRecordTestCase)
assert_respond_to_all
(Test::Unit::TestCase)
collect_deprecations
(Test::Unit::TestCase)
construct_count_options_from_args
(WillPaginate)
create
(WillPaginate::Collection)
empty?
(WillPaginate::NamedScope::Scope)
enable
(WillPaginate)
enable_actionpack
(WillPaginate)
enable_activerecord
(WillPaginate)
enable_named_scope
(WillPaginate)
except
(lib/will_paginate/core_ext.rb)
except!
(lib/will_paginate/core_ext.rb)
find_recent
(Project)
first
(WillPaginate::NamedScope::Scope)
fixtures
(ActiveRecordTestCase)
get?
(DummyRequest)
html_attributes
(WillPaginate::LinkRenderer)
include_method?
(Array)
included
(WillPaginate::NamedScope)
included
(WillPaginate::Finder)
inner_text
(HTML)
inner_text
(HTML)
inner_text
(HTML)
last
(WillPaginate::NamedScope::Scope)
method_missing
(lib/will_paginate/named_scope_patch.rb)
method_missing_without_paginate
(lib/will_paginate/named_scope_patch.rb)
method_missing_without_scopes
(lib/will_paginate/named_scope_patch.rb)
named_scope
(WillPaginate::NamedScope::ClassMethods)
new
(WillPaginate::LinkRenderer)
new
(DummyRequest)
new
(WillPaginate::NamedScope::Scope)
new
(DummyController)
new
(WillPaginate::Collection)
new
(AdditionalLinkAttributesRenderer)
new
(WillPaginate::InvalidPage)
next_page
(WillPaginate::Collection)
offset
(WillPaginate::Collection)
out_of_bounds?
(WillPaginate::Collection)
page_entries_info
(WillPaginate::ViewHelpers)
page_link
(WillPaginate::LinkRenderer)
page_link
(AdditionalLinkAttributesRenderer)
page_link_or_span
(WillPaginate::LinkRenderer)
page_span
(WillPaginate::LinkRenderer)
paginate
(WillPaginate::ViewTestCase)
paginate
(lib/will_paginate/array.rb)
paginate
(WillPaginate::Finder::ClassMethods)
paginate_by_sql
(WillPaginate::Finder::ClassMethods)
paginated_each
(WillPaginate::Finder::ClassMethods)
paginated_section
(WillPaginate::ViewHelpers)
params
(DummyRequest)
params
(DummyController)
per_page
(Developer)
post
(DummyRequest)
prepare
(WillPaginate::LinkRenderer)
previous_page
(WillPaginate::Collection)
proxy_found
(WillPaginate::NamedScope::Scope)
relative_url_root
(DummyRequest)
reload
(WillPaginate::NamedScope::Scope)
replace
(WillPaginate::Collection)
respond_to?
(WillPaginate::NamedScope::Scope)
response_from_page_or_rjs
(WillPaginate::ViewTestCase)
run
(ActiveRecordTestCase)
scopes
(WillPaginate::NamedScope::ClassMethods)
setup
(ArrayPaginationTest)
setup
(ActiveRecordTestConnector)
setup
(WillPaginate::ViewTestCase)
slice
(lib/will_paginate/core_ext.rb)
slice!
(lib/will_paginate/core_ext.rb)
test_ability_to_use_with_custom_finders
(FinderTest)
test_adding_additional_parameters
(ViewTest)
test_adding_additional_route_parameters
(ViewTest)
test_adding_anchor_parameter
(ViewTest)
test_argument_error_with_params_and_another_argument
(ArrayPaginationTest)
test_array_argument_doesnt_eliminate_count
(FinderTest)
test_collection_name_can_be_guessed
(ViewTest)
test_complex_custom_page_param
(ViewTest)
test_container_id
(ViewTest)
test_count_and_total_entries_options_are_mutually_exclusive
(FinderTest)
test_count_select_when_distinct
(FinderTest)
test_count_skips_select
(FinderTest)
test_count_with_scoped_select_when_distinct
(FinderTest)
test_custom_routing_page_param
(ViewTest)
test_custom_routing_page_param_with_dot_separator
(ViewTest)
test_custom_routing_with_first_page_hidden
(ViewTest)
test_defaults
(ArrayPaginationTest)
test_deprecated_api
(ArrayPaginationTest)
test_deprecation_notices_with_page_count
(ViewTest)
test_doesnt_remove_referenced_includes_in_count
(FinderTest)
test_escaping_of_urls
(ViewTest)
test_extra_parameters_stay_untouched
(FinderTest)
test_full_output
(ViewTest)
test_guessing_that_there_are_no_records
(FinderTest)
test_guessing_the_total_count
(FinderTest)
test_guessing_total_count
(ArrayPaginationTest)
test_hmt_with_include
(FinderTest)
test_implicit_all_with_dynamic_finders
(FinderTest)
test_inferred_collection_name_raises_error_when_nil
(ViewTest)
test_invalid_page
(ArrayPaginationTest)
test_invalid_per_page_setting
(ArrayPaginationTest)
test_named_scope_with_include
(FinderTest)
test_new_methods_presence
(FinderTest)
test_no_complain
(WillPaginate::ViewTestCase)
test_no_pagination_when_page_count_is_one
(ViewTest)
test_out_of_bounds
(ArrayPaginationTest)
test_page_count_was_removed
(ArrayPaginationTest)
test_page_entries_info
(ViewTest)
test_page_entries_info_with_custom_entry_name
(ViewTest)
test_page_entries_info_with_longer_class_name
(ViewTest)
test_page_entries_info_with_single_page_collection
(ViewTest)
test_paginate_array_of_ids
(FinderTest)
test_paginate_association_extension
(FinderTest)
test_paginate_associations
(FinderTest)
test_paginate_associations_with_include
(FinderTest)
test_paginate_by_sql
(FinderTest)
test_paginate_by_sql_doesnt_change_original_query
(FinderTest)
test_paginate_by_sql_respects_total_entries_setting
(FinderTest)
test_paginate_by_sql_strips_order_by_when_counting
(FinderTest)
test_paginate_from
(FinderTest)
test_paginate_in_named_scope
(FinderTest)
test_paginate_in_named_scope_on_habtm_association
(FinderTest)
test_paginate_in_named_scope_on_has_many_association
(FinderTest)
test_paginate_in_named_scope_on_hmt_association
(FinderTest)
test_paginate_with_conditions
(FinderTest)
test_paginate_with_dynamic_finder
(FinderTest)
test_paginate_with_group
(FinderTest)
test_paginate_with_include_and_conditions
(FinderTest)
test_paginate_with_include_and_order
(FinderTest)
test_paginate_with_joins
(FinderTest)
test_paginate_with_order
(FinderTest)
test_paginate_with_per_page
(FinderTest)
test_paginated_collection
(ArrayPaginationTest)
test_paginated_each
(FinderTest)
test_paginated_each_with_named_scope
(FinderTest)
test_paginated_section
(ViewTest)
test_paginating_finder_doesnt_mangle_options
(FinderTest)
test_parameter_api
(FinderTest)
test_prev_label_deprecated
(ViewTest)
test_prev_next_links_have_classnames
(ViewTest)
test_previous_next_pages
(ArrayPaginationTest)
test_readonly
(FinderTest)
test_removes_irrelevant_includes_in_count
(FinderTest)
test_removing_arbitrary_parameters
(ViewTest)
test_rescue_response_hook_presence
(ViewTest)
test_scoped_paginate
(FinderTest)
test_should_use_scoped_finders_if_present
(FinderTest)
test_simple
(ArrayPaginationTest)
test_simple_paginate
(FinderTest)
test_total_entries_has_precedence
(ArrayPaginationTest)
test_truth
(ActiveRecordTestCase)
test_will_paginate
(ViewTest)
test_will_paginate_doesnt_preserve_parameters_on_post
(ViewTest)
test_will_paginate_eliminates_small_gaps
(ViewTest)
test_will_paginate_preserves_parameters_on_get
(ViewTest)
test_will_paginate_using_renderer_class
(ViewTest)
test_will_paginate_using_renderer_instance
(ViewTest)
test_will_paginate_windows
(ViewTest)
test_will_paginate_with_atmark_url
(ViewTest)
test_will_paginate_with_custom_page_param
(ViewTest)
test_will_paginate_with_options
(ViewTest)
test_will_paginate_without_container
(ViewTest)
test_will_paginate_without_page_links
(ViewTest)
to_html
(WillPaginate::LinkRenderer)
total_entries=
(WillPaginate::Collection)
url_for
(WillPaginate::LinkRenderer)
url_for
(DummyController)
uses_mocha
(test/helper.rb)
validate_page_numbers
(WillPaginate::ViewTestCase)
visible_page_numbers
(WillPaginate::LinkRenderer)
will_paginate
(WillPaginate::ViewHelpers)
windowed_links
(WillPaginate::LinkRenderer)
with_poor_ones
(Developer)
with_scope
(lib/will_paginate/named_scope_patch.rb)
wp_count
(WillPaginate::Finder::ClassMethods)
xtest_pagination_defines_method
(FinderTest)