Table of Contents - responders-1.1.2 Documentation
Pages
MIT-LICENSE
USAGE
Classes/Modules
Responders
Responders::CollectionResponder
Responders::ControllerMethod
Responders::FlashResponder
Options
Configure status keys
Responders::Generators
Responders::Generators::InstallGenerator
Responders::HttpCacheResponder
Responders::LocationResponder
Responders::Railtie
ActionDispatch
ActionDispatch::Flash
ActionDispatch::Flash::FlashHash
Rails
Rails::Generators
Rails::Generators::RespondersControllerGenerator
ActiveSupport
ActiveSupport::TestCase
Admin
Admin::AddressesController
MyEngine
MyEngine::Business
Address
AddressesController
ApplicationController
BarResponder
CollectionController
CollectionResponder
CollectionResponderTest
ControllerMethodInheritanceTest
ControllerMethodTest
FlashResponder
FlashResponderTest
FooResponder
HttpCacheController
HttpCacheResponder
HttpCacheResponderTest
LocationResponder
LocationResponderTest
LocationsController
Model
NamespacedFlashResponderTest
News
Object
PeopleController
PeopleResponder
PolymorhicFlashResponderTest
PolymorphicAddesssController
SpecialPeopleController
User
Methods
::new — Responders::FlashResponder
::new — Model
::new — Responders::LocationResponder
::new — Responders::HttpCacheResponder
#action — AddressesController
#another — AddressesController
#assert_flash_now — FlashResponderTest
#assert_not_flash_now — FlashResponderTest
#attributes_params — Rails::Generators::RespondersControllerGenerator
#collection — HttpCacheController
#controller_before_filter — Rails::Generators::RespondersControllerGenerator
#copy_locale — Responders::Generators::InstallGenerator
#create — PolymorphicAddesssController
#create — LocationsController
#create — AddressesController
#create_responder_file — Responders::Generators::InstallGenerator
#destroy — AddressesController
#do_http_cache! — Responders::HttpCacheResponder
#do_http_cache? — Responders::HttpCacheResponder
#empty — HttpCacheController
#flash? — Rails::Generators::RespondersControllerGenerator
#flexible — AddressesController
#index — PeopleController
#interpolation_options — AddressesController
#isolated_namespace — CollectionController
#namespaced — CollectionController
#navigation_location — Responders::CollectionResponder
#nested — CollectionController
#nested — HttpCacheController
#new — AddressesController
#not_persisted — HttpCacheController
#only_symbols — CollectionController
#orm_instance_update — Rails::Generators::RespondersControllerGenerator
#persisted? — Responders::HttpCacheResponder
#responders — Responders::ControllerMethod
#set_flash — Responders::FlashResponder
#set_flash_message! — Responders::FlashResponder
#set_flash_now? — Responders::FlashResponder
#set_resource — LocationsController
#set_resource — AddressesController
#setup — HttpCacheResponderTest
#setup — ControllerMethodTest
#setup — PolymorhicFlashResponderTest
#setup — NamespacedFlashResponderTest
#setup — FlashResponderTest
#setup — ControllerMethodInheritanceTest
#single — HttpCacheController
#single — CollectionController
#strong_parameters_defined? — Rails::Generators::RespondersControllerGenerator
#test_bar_responder_gets_added — ControllerMethodTest
#test_collection_respects_isolated_namespace — CollectionResponderTest
#test_collection_respects_location_option — CollectionResponderTest
#test_collection_respects_only_symbols — CollectionResponderTest
#test_collection_respects_uncountable_resource — CollectionResponderTest
#test_collection_with_namespaced_resource — CollectionResponderTest
#test_collection_with_nested_resource — CollectionResponderTest
#test_collection_with_single_resource — CollectionResponderTest
#test_does_not_fallbacks_to_namespaced_actions_if_disabled — NamespacedFlashResponderTest
#test_does_not_fallbacks_to_non_namespaced_controller_flash_message_if_disabled — NamespacedFlashResponderTest
#test_does_not_overwrite_the_flash_if_already_set — FlashResponderTest
#test_does_not_set_cache_for_collection — HttpCacheResponderTest
#test_does_not_set_cache_for_new_records — HttpCacheResponderTest
#test_does_not_set_cache_if_http_cache_is_false — HttpCacheResponderTest
#test_does_not_set_cache_unless_get_requests — HttpCacheResponderTest
#test_does_not_set_flash_if_flash_false_is_given — FlashResponderTest
#test_does_not_set_flash_message_on_get_requests — FlashResponderTest
#test_does_not_set_flash_message_to_now_with_errors_and_redirect — FlashResponderTest
#test_does_not_use_cache_if_http_cache_is_false — HttpCacheResponderTest
#test_does_not_use_cache_unless_get_requests — HttpCacheResponderTest
#test_escapes_html_interpolations — FlashResponderTest
#test_fallbacks_to_non_namespaced_controller_flash_message — NamespacedFlashResponderTest
#test_foo_responder_gets_added — ControllerMethodTest
#test_it_does_not_set_body_etag_for_single_resource — HttpCacheResponderTest
#test_last_modified_at_is_set_with_single_resource_on_get — HttpCacheResponderTest
#test_never_set_flash_now — FlashResponderTest
#test_polymorhic_respond_with — PolymorhicFlashResponderTest
#test_redirects_to_block_location_on_success — LocationResponderTest
#test_redirects_to_plain_string — LocationResponderTest
#test_refreshes_last_modified_if_cache_is_expired — HttpCacheResponderTest
#test_renders_page_on_fail — LocationResponderTest
#test_responder_is_inherited — ControllerMethodInheritanceTest
#test_returns_not_modified_if_return_is_cache_is_still_valid — HttpCacheResponderTest
#test_sets_failure_flash_message_on_not_get_requests — FlashResponderTest
#test_sets_flash_message_can_be_set_to_now — FlashResponderTest
#test_sets_flash_message_can_be_set_to_now_only_on_failure — FlashResponderTest
#test_sets_flash_message_can_be_set_to_now_only_on_success — FlashResponderTest
#test_sets_flash_message_even_if_block_is_given — FlashResponderTest
#test_sets_flash_message_for_the_current_controller — FlashResponderTest
#test_sets_flash_message_with_interpolation_options — FlashResponderTest
#test_sets_flash_message_with_resource_name — FlashResponderTest
#test_sets_flash_now_on_failure_by_default — FlashResponderTest
#test_sets_html_using_actions_scope — FlashResponderTest
#test_sets_html_using_controller_scope — FlashResponderTest
#test_sets_message_based_on_alert_key — FlashResponderTest
#test_sets_message_based_on_alert_key_with_custom_keys — FlashResponderTest
#test_sets_message_based_on_notice_key — FlashResponderTest
#test_sets_message_based_on_notice_key_with_custom_keys — FlashResponderTest
#test_sets_now_flash_message_on_javascript_requests — FlashResponderTest
#test_sets_success_flash_message_on_non_get_requests — FlashResponderTest
#test_sets_the_flash_message_based_on_namespace_actions — NamespacedFlashResponderTest
#test_sets_the_flash_message_based_on_the_current_controller — NamespacedFlashResponderTest
#test_work_with_an_empty_array — HttpCacheResponderTest
#test_works_for_nested_resources — HttpCacheResponderTest
#to_format — Responders::HttpCacheResponder
#to_html — Responders::FlashResponder
#to_html — BarResponder
#to_html — FooResponder
#to_html — PeopleResponder
#to_js — Responders::FlashResponder
#to_xml — Model
#uncountable — CollectionController
#update — LocationsController
#update — AddressesController
#update_application_controller — Responders::Generators::InstallGenerator
#used_keys — ActionDispatch::Flash::FlashHash
#with_block — AddressesController
#with_html — AddressesController
#with_location — CollectionController