Table of Contents - vcr-2.3.0 Documentation
Pages
vcr.rake
Classes/Modules
Excon
FakeWeb
Faraday
Net
Net::HTTP
Object
Typhoeus
Typhoeus::Hydra
VCR
VCR::Cassette
VCR::Cassette::ERBRenderer
VCR::Cassette::EncodingErrorHandling
VCR::Cassette::HTTPInteractionList
VCR::Cassette::HTTPInteractionList::NullList
VCR::Cassette::Migrator
VCR::Cassette::Persisters
VCR::Cassette::Persisters::FileSystem
VCR::Cassette::Serializers
VCR::Cassette::Serializers::JSON
VCR::Cassette::Serializers::Psych
VCR::Cassette::Serializers::Syck
VCR::Cassette::Serializers::YAML
VCR::Configuration
VCR::CucumberTags
VCR::Deprecations
VCR::Deprecations::Middleware
VCR::Deprecations::Middleware::Faraday
VCR::Errors
VCR::Errors::AroundHTTPRequestHookError
VCR::Errors::CassetteInUseError
VCR::Errors::Error
VCR::Errors::InvalidCassetteFormatError
VCR::Errors::LibraryVersionTooLowError
VCR::Errors::MissingERBVariableError
VCR::Errors::NotSupportedError
VCR::Errors::TurnedOffError
VCR::Errors::UnhandledHTTPRequestError
VCR::Errors::UnknownContentEncodingError
VCR::Errors::UnregisteredMatcherError
VCR::Errors::UnusedHTTPInteractionError
VCR::HTTPInteraction
VCR::HTTPInteraction::HookAware
VCR::Hooks
VCR::Hooks::ClassMethods
VCR::InternetConnection
VCR::LibraryHooks
VCR::LibraryHooks::Excon
VCR::LibraryHooks::Excon::RequestHandler
VCR::LibraryHooks::FakeWeb
VCR::LibraryHooks::FakeWeb::RecursiveRequestHandler
VCR::LibraryHooks::FakeWeb::RequestHandler
VCR::LibraryHooks::Faraday
VCR::LibraryHooks::Faraday::BuilderClassExtension
VCR::LibraryHooks::Faraday::BuilderInstanceExtension
VCR::LibraryHooks::Typhoeus
VCR::LibraryHooks::Typhoeus::RequestHandler
VCR::LibraryHooks::WebMock
VCR::LibraryHooks::WebMock::Helpers
VCR::LibraryHooks::WebMock::RequestHandler
VCR::Logger
VCR::Middleware
VCR::Middleware::CassetteArguments
VCR::Middleware::Faraday
VCR::Middleware::Faraday::RequestHandler
VCR::Middleware::Rack
VCR::Net
VCR::Net::HTTPResponse
VCR::Normalizers
VCR::Normalizers::Body
VCR::Normalizers::Body::ClassMethods
VCR::Normalizers::Header
VCR::NullDebugLogger
VCR::OrderedHashSerializer
VCR::Ping
VCR::RSpec
VCR::RSpec::Macros
VCR::RSpec::Metadata
VCR::Request
VCR::Request::FiberAware
VCR::Request::Typed
VCR::RequestHandler
VCR::RequestIgnorer
VCR::RequestMatcherRegistry
VCR::RequestMatcherRegistry::Matcher
VCR::RequestMatcherRegistry::URIWithoutParamsMatcher
VCR::Response
VCR::ResponseStatus
VCR::VariableArgsBlockCaller
VCR::VersionChecker
WebMock
WebMock::HttpLibAdapters
Methods
::add_tag — VCR::CucumberTags
::allow_net_connect? — FakeWeb
::allow_net_connect? — Typhoeus::Hydra
::allow_net_connect_with_vcr? — Typhoeus::Hydra
::allow_net_connect_with_vcr? — FakeWeb
::allow_net_connect_without_vcr? — Typhoeus::Hydra
::allow_net_connect_without_vcr? — FakeWeb
::apply_to — VCR::OrderedHashSerializer
::const_missing — VCR::Cassette
::const_missing — VCR
::decompress — VCR::Response
::extended — VCR::Net::HTTPResponse
::from_hash — VCR::Response
::from_hash — VCR::ResponseStatus
::from_hash — VCR::Request
::from_hash — VCR::HTTPInteraction
::included — VCR::Hooks
::included — VCR::Normalizers::Body
::net_connect_allowed? — WebMock
::net_connect_allowed_with_vcr? — WebMock
::net_connect_allowed_without_vcr? — WebMock
::new — VCR::LibraryHooks::WebMock::RequestHandler
::new — VCR::LibraryHooks::FakeWeb::RecursiveRequestHandler
::new — VCR::Deprecations::Middleware::Faraday
::new — VCR::LibraryHooks::Typhoeus::RequestHandler
::new — VCR::Middleware::Faraday
::new — VCR::Normalizers::Body
::new — VCR::Cassette::ERBRenderer
::new — VCR::Cassette::Serializers
::new — VCR::Cassette::Persisters
::new — VCR::LibraryHooks::FakeWeb::RequestHandler
::new — VCR::Middleware::Faraday::RequestHandler
::new — VCR::VersionChecker
::new — VCR::CucumberTags
::new — VCR::Middleware::CassetteArguments
::new — VCR::Cassette::HTTPInteractionList
::new — Object
::new — VCR::Middleware::Rack
::new — VCR::RequestMatcherRegistry
::new — VCR::LibraryHooks::Excon::RequestHandler
::new — VCR::RequestIgnorer
::new — VCR::HTTPInteraction
::new — VCR::Normalizers::Header
::new — VCR::Cassette
::new — VCR::Errors::UnhandledHTTPRequestError
::new — VCR::Request::Typed
::new — VCR::Configuration
::new — VCR::Cassette::Migrator
::new — VCR::Request
::new — VCR::HTTPInteraction::HookAware
::pingecho — VCR::Ping
::tags — VCR::CucumberTags
::vcr_response_from — VCR::LibraryHooks::Typhoeus
#[] — VCR::RequestMatcherRegistry
#[] — VCR::Cassette::Persisters
#[] — VCR::Cassette::Serializers
#[] — VCR::Cassette::Persisters::FileSystem
#[]= — VCR::Cassette::Persisters
#[]= — VCR::Cassette::Persisters::FileSystem
#[]= — VCR::Cassette::Serializers
#absolute_path_for — VCR::Cassette::Persisters::FileSystem
#absolute_path_to_file — VCR::Cassette::Persisters::FileSystem
#after_http_request — VCR::Configuration
#allow_http_connections_when_no_cassette? — VCR::Configuration
#around_http_request — VCR::Configuration
#assert_no_unused_interactions! — VCR::Cassette::HTTPInteractionList
#assert_valid_options! — VCR::Cassette
#assign_tags — VCR::Cassette
#available? — VCR::InternetConnection
#base_body_hash — VCR::Normalizers::Body
#before_playback — VCR::Configuration
#before_record — VCR::Configuration
#binding_for_variables — VCR::Cassette::ERBRenderer
#body_from — VCR::Normalizers::Body::ClassMethods
#call — VCR::RequestMatcherRegistry::URIWithoutParamsMatcher
#call — VCR::Middleware::Rack
#call — VCR::Middleware::Faraday
#call_block — VCR::VariableArgsBlockCaller
#cassette_arguments — VCR::Middleware::Rack
#cassette_description — VCR::Errors::UnhandledHTTPRequestError
#cassette_library_dir — VCR::Configuration
#cassette_library_dir= — VCR::Configuration
#cassette_persisters — VCR::Configuration
#cassette_persisters — VCR
#cassette_serializers — VCR::Configuration
#cassette_serializers — VCR
#cassettes — VCR
#check_version! — VCR::VersionChecker
#clear_hooks — VCR::Hooks
#compare_version — VCR::VersionChecker
#compressed? — VCR::Response
#config — VCR
#configuration — VCR
#configure — VCR
#configure! — VCR::RSpec::Metadata
#configure_rspec_metadata! — VCR::Configuration
#construct_message — VCR::Errors::UnhandledHTTPRequestError
#content_encoding — VCR::Response
#convert_to_raw_strings — VCR::Normalizers::Header
#cucumber_tags — VCR
#current_cassette — VCR
#decompress — VCR::Response
#default_cassette_options= — VCR::Configuration
#define_cassette_placeholder — VCR::Configuration
#define_hook — VCR::Hooks::ClassMethods
#delay_finishing? — VCR::Middleware::Faraday::RequestHandler
#delete_header — VCR::Normalizers::Header
#denormalize_header_key — VCR::Cassette::Migrator
#denormalize_http_header_keys — VCR::Cassette::Migrator
#deserialize — VCR::Cassette::Serializers::Psych
#deserialize — VCR::Cassette::Serializers::JSON
#deserialize — VCR::Cassette::Serializers::YAML
#deserialize — VCR::Cassette::Serializers::Syck
#deserialized_hash — VCR::Cassette
#disabled? — VCR::RequestHandler
#disabled? — VCR::LibraryHooks
#each — VCR::OrderedHashSerializer
#earliest_interaction_recorded_at — VCR::Cassette
#edit_header — VCR::Normalizers::Header
#eject — VCR::Cassette
#eject_cassette — VCR
#erb_variables — VCR::Cassette::ERBRenderer
#exclusively_enabled — VCR::LibraryHooks
#externally_stubbed? — VCR::Request::Typed
#externally_stubbed? — VCR::LibraryHooks::WebMock::RequestHandler
#externally_stubbed? — VCR::RequestHandler
#externally_stubbed? — VCR::LibraryHooks::FakeWeb::RequestHandler
#externally_stubbed? — VCR::LibraryHooks::Typhoeus::RequestHandler
#extract_options — VCR::Cassette
#file — VCR::Cassette
#file_extension — VCR::Cassette::Serializers::JSON
#file_extension — VCR::Cassette::Serializers::YAML
#file_extension — VCR::Cassette::Serializers::Psych
#file_extension — VCR::Cassette::Serializers::Syck
#filter! — VCR::HTTPInteraction::HookAware
#filter_hash! — VCR::HTTPInteraction::HookAware
#filter_object! — VCR::HTTPInteraction::HookAware
#filter_sensitive_data — VCR::Configuration
#force_encode_string — VCR::Normalizers::Body::ClassMethods
#format_bullet_point — VCR::Errors::UnhandledHTTPRequestError
#format_foot_note — VCR::Errors::UnhandledHTTPRequestError
#formatted_suggestions — VCR::Errors::UnhandledHTTPRequestError
#get_header — VCR::Normalizers::Header
#handle — VCR::LibraryHooks::FakeWeb::RecursiveRequestHandler
#handle — VCR::LibraryHooks::Excon::RequestHandler
#handle — VCR::RequestHandler
#handle — VCR::Middleware::Faraday::RequestHandler
#handle — VCR::LibraryHooks::FakeWeb::RequestHandler
#handle_encoding_errors — VCR::Cassette::EncodingErrorHandling
#handle_name_error — VCR::Cassette::ERBRenderer
#has_hooks_for? — VCR::Hooks
#has_interaction_matching? — VCR::Cassette::HTTPInteractionList
#has_interaction_matching? — VCR::Cassette::HTTPInteractionList::NullList
#has_response_stub? — VCR::RequestHandler
#has_unused_interactions? — VCR::Cassette::HTTPInteractionList
#has_used_interaction_matching? — VCR::Cassette::HTTPInteractionList::NullList
#has_used_interaction_matching? — VCR::Cassette::HTTPInteractionList
#header_key — VCR::Normalizers::Header
#hook_aware — VCR::HTTPInteraction
#hook_into — VCR::Configuration
#hooks — VCR::Hooks
#http_interaction_for — VCR::LibraryHooks::Excon::RequestHandler
#http_interactions — VCR::Cassette
#http_interactions — VCR
#ignore! — VCR::HTTPInteraction::HookAware
#ignore? — VCR::RequestIgnorer
#ignore_cassettes? — VCR
#ignore_host — VCR::Configuration
#ignore_hosts — VCR::Configuration
#ignore_hosts — VCR::RequestIgnorer
#ignore_localhost= — VCR::Configuration
#ignore_localhost= — VCR::RequestIgnorer
#ignore_request — VCR::Configuration
#ignored? — VCR::Request::Typed
#ignored? — VCR::HTTPInteraction::HookAware
#ignored_hosts — VCR::RequestIgnorer
#infer_cassette_name — VCR::RSpec::Macros
#initialize_ivars — VCR
#insert_cassette — VCR
#insert_vcr_middleware — VCR::LibraryHooks::Faraday::BuilderInstanceExtension
#interaction_matches_request? — VCR::Cassette::HTTPInteractionList
#interactions_to_record — VCR::Cassette
#invoke_after_request_hook — VCR::Middleware::Faraday::RequestHandler
#invoke_after_request_hook — VCR::RequestHandler
#invoke_before_request_hook — VCR::RequestHandler
#invoke_hook — VCR::Hooks
#invoke_hook — VCR::Cassette
#library_hooks — VCR
#library_name — VCR::RequestHandler
#load_library_hook — VCR::Configuration
#load_yaml — VCR::Cassette::Migrator
#lock! — VCR::LibraryHooks::Faraday::BuilderInstanceExtension
#log — VCR::Logger
#log_prefix — VCR::Cassette
#log_prefix — VCR::Logger
#log_prefix — VCR::RequestHandler
#log_prefix — VCR::Configuration
#log_prefix — VCR::Cassette::HTTPInteractionList
#match_requests_on_suggestion — VCR::Errors::UnhandledHTTPRequestError
#matches? — VCR::RequestMatcherRegistry::Matcher
#matching_interaction_index_for — VCR::Cassette::HTTPInteractionList
#matching_used_interaction_for — VCR::Cassette::HTTPInteractionList
#merged_interactions — VCR::Cassette
#method — VCR::Request
#migrate! — VCR::Cassette::Migrator
#migrate_cassette — VCR::Cassette::Migrator
#name — VCR::Middleware::CassetteArguments
#new — VCR::LibraryHooks::Faraday::BuilderClassExtension
#new_connection — VCR::LibraryHooks::Excon::RequestHandler
#new_recorded_interactions — VCR::Cassette
#no_cassette_suggestions — VCR::Errors::UnhandledHTTPRequestError
#normalize_body — VCR::Cassette::Migrator
#normalize_headers — VCR::Normalizers::Header
#normalized_headers — VCR::LibraryHooks::Excon::RequestHandler
#on_externally_stubbed_request — VCR::RequestHandler
#on_externally_stubbed_request — VCR::LibraryHooks::FakeWeb::RequestHandler
#on_externally_stubbed_request — VCR::LibraryHooks::WebMock::RequestHandler
#on_ignored_request — VCR::LibraryHooks::FakeWeb::RequestHandler
#on_ignored_request — VCR::Middleware::Faraday::RequestHandler
#on_ignored_request — VCR::RequestHandler
#on_ignored_request — VCR::LibraryHooks::Excon::RequestHandler
#on_recordable_request — VCR::LibraryHooks::Excon::RequestHandler
#on_recordable_request — VCR::Middleware::Faraday::RequestHandler
#on_recordable_request — VCR::LibraryHooks::FakeWeb::RequestHandler
#on_recordable_request — VCR::RequestHandler
#on_stubbed_by_vcr_request — VCR::RequestHandler
#on_stubbed_by_vcr_request — VCR::LibraryHooks::WebMock::RequestHandler
#on_stubbed_by_vcr_request — VCR::LibraryHooks::Excon::RequestHandler
#on_stubbed_by_vcr_request — VCR::LibraryHooks::Typhoeus::RequestHandler
#on_stubbed_by_vcr_request — VCR::LibraryHooks::FakeWeb::RequestHandler
#on_stubbed_by_vcr_request — VCR::Middleware::Faraday::RequestHandler
#on_unhandled_request — VCR::RequestHandler
#on_unhandled_request — VCR::LibraryHooks::Typhoeus::RequestHandler
#on_unhandled_request — VCR::LibraryHooks::WebMock::RequestHandler
#options — VCR::Middleware::CassetteArguments
#parse_version — VCR::VersionChecker
#parsed_uri — VCR::Request
#partial_uri_from — VCR::RequestMatcherRegistry::URIWithoutParamsMatcher
#perform_real_request — VCR::LibraryHooks::Excon::RequestHandler
#perform_request — VCR::LibraryHooks::FakeWeb::RequestHandler
#pingecho — VCR::Ping
#preserve_exact_body_bytes_for? — VCR::Configuration
#previously_recorded_interactions — VCR::Cassette
#proceed — VCR::Request::FiberAware
#puts — VCR::NullDebugLogger
#query — VCR::LibraryHooks::Excon::RequestHandler
#raise_error_unless_valid_record_mode — VCR::Cassette
#raise_too_low_error — VCR::VersionChecker
#raise_unregistered_matcher_error — VCR::RequestMatcherRegistry
#raw_body_from — VCR::Middleware::Faraday::RequestHandler
#raw_cassette_bytes — VCR::Cassette
#read_body — VCR::Net::HTTPResponse
#real? — VCR::Request::Typed
#real_http_connections_allowed? — VCR
#real_request_params — VCR::LibraryHooks::Excon::RequestHandler
#record_http_interaction — VCR
#record_http_interaction — VCR::Cassette
#record_mode_suggestion — VCR::Errors::UnhandledHTTPRequestError
#recordable? — VCR::Request::Typed
#recording? — VCR::Cassette
#recursive_request_handler — VCR::LibraryHooks::FakeWeb::RequestHandler
#register — VCR::RequestMatcherRegistry
#register_built_in_hooks — VCR::Configuration
#register_built_ins — VCR::RequestMatcherRegistry
#register_request_matcher — VCR::Configuration
#relative_casssette_name — VCR::Cassette::Migrator
#relish_version_slug — VCR::Errors::UnhandledHTTPRequestError
#remaining_unused_interaction_count — VCR::Cassette::HTTPInteractionList::NullList
#remaining_unused_interaction_count — VCR::Cassette::HTTPInteractionList
#remove_unnecessary_standard_port — VCR::Cassette::Migrator
#render — VCR::Cassette::ERBRenderer
#request — Net::HTTP
#request_description — VCR::Errors::UnhandledHTTPRequestError
#request_filter_from — VCR::Configuration
#request_headers_for — VCR::LibraryHooks::WebMock::Helpers
#request_ignorer — VCR
#request_matchers — VCR
#request_method — VCR::LibraryHooks::FakeWeb::RequestHandler
#request_summary — VCR::Cassette::HTTPInteractionList
#request_summary — VCR::Logger
#request_summary — VCR::RequestHandler
#request_summary — VCR::Cassette
#request_type — VCR::LibraryHooks::FakeWeb::RecursiveRequestHandler
#request_type — VCR::RequestHandler
#request_with_vcr — Net::HTTP
#request_without_vcr — Net::HTTP
#response_for — VCR::Cassette::HTTPInteractionList::NullList
#response_for — VCR::Cassette::HTTPInteractionList
#response_for — VCR::Middleware::Faraday::RequestHandler
#response_from_excon_error — VCR::LibraryHooks::Excon::RequestHandler
#response_hash — VCR::LibraryHooks::FakeWeb::RequestHandler
#response_summary — VCR::Logger
#resume_fiber — VCR::Configuration
#sanitized_file_name_from — VCR::Cassette::Persisters::FileSystem
#scrub_params_from — VCR::LibraryHooks::Excon::RequestHandler
#serializable_body — VCR::Normalizers::Body
#serializable_hash — VCR::Cassette
#serialize — VCR::Cassette::Serializers::Syck
#serialize — VCR::Cassette::Serializers::Psych
#serialize — VCR::Cassette::Serializers::YAML
#serialize — VCR::Cassette::Serializers::JSON
#set_typed_request_for_after_hook — VCR::RequestHandler
#set_typed_request_for_after_hook — VCR::LibraryHooks::WebMock::RequestHandler
#set_typed_request_for_after_hook — VCR::LibraryHooks::Typhoeus::RequestHandler
#should_ignore? — VCR::RequestHandler
#should_re_record? — VCR::Cassette
#should_remove_matching_existing_interactions? — VCR::Cassette
#should_stub_requests? — VCR::Cassette
#start_new_fiber_for — VCR::Configuration
#storage_key — VCR::Cassette
#storage_location= — VCR::Cassette::Persisters::FileSystem
#stub_with — VCR::Configuration
#stubbed? — VCR::Request::Typed
#stubbed_by_vcr? — VCR::Request::Typed
#stubbed_response — VCR::RequestHandler
#stubbed_response_headers — VCR::LibraryHooks::Typhoeus::RequestHandler
#suggestion_for — VCR::Errors::UnhandledHTTPRequestError
#suggestions — VCR::Errors::UnhandledHTTPRequestError
#tag — VCR::CucumberTags
#tag_filter_from — VCR::Configuration
#tags — VCR::CucumberTags
#template — VCR::Cassette::ERBRenderer
#to_hash — VCR::HTTPInteraction
#to_hash — VCR::Request
#to_hash — VCR::ResponseStatus
#to_hash — VCR::Response
#to_proc — VCR::Request::FiberAware
#to_proc — VCR::RequestMatcherRegistry::URIWithoutParamsMatcher
#too_high? — VCR::VersionChecker
#too_low? — VCR::VersionChecker
#try_encode_string — VCR::Normalizers::Body::ClassMethods
#turn_off! — VCR
#turn_on! — VCR
#turned_off — VCR
#turned_on? — VCR
#typed_request_for — VCR::LibraryHooks::WebMock::Helpers
#unhandled? — VCR::Request::Typed
#update_content_length_header — VCR::Response
#uri — VCR::LibraryHooks::FakeWeb::RequestHandler
#uri — VCR::LibraryHooks::Excon::RequestHandler
#uri_without_param — VCR::RequestMatcherRegistry
#uri_without_param_matchers — VCR::RequestMatcherRegistry
#uri_without_params — VCR::RequestMatcherRegistry
#use_cassette — VCR
#use_erb? — VCR::Cassette::ERBRenderer
#use_vcr_cassette — VCR::RSpec::Macros
#using_syck — VCR::Cassette::Serializers::Syck
#valid_vcr_1_cassette? — VCR::Cassette::Migrator
#variables_object — VCR::Cassette::ERBRenderer
#vcr_request — VCR::LibraryHooks::Typhoeus::RequestHandler
#vcr_request — VCR::LibraryHooks::FakeWeb::RequestHandler
#vcr_request — VCR::LibraryHooks::Excon::RequestHandler
#vcr_request — VCR::LibraryHooks::WebMock::RequestHandler
#vcr_request — VCR::Middleware::Faraday::RequestHandler
#vcr_request_for — VCR::LibraryHooks::WebMock::Helpers
#vcr_response_for — VCR::LibraryHooks::WebMock::Helpers
#vcr_response_from — VCR::LibraryHooks::FakeWeb::RequestHandler
#vcr_response_from — VCR::LibraryHooks::Excon::RequestHandler
#version — VCR
#version_requirement — VCR::VersionChecker
#warn_about_after_adapter_middleware — VCR::LibraryHooks::Faraday::BuilderInstanceExtension
#warn_about_too_high — VCR::VersionChecker
#with_exclusive_fakeweb_stub — VCR::LibraryHooks::FakeWeb::RequestHandler
#with_global_hook_disabled — VCR::LibraryHooks::WebMock
#without_standard_port — VCR::Request
#write_recorded_interactions_to_disk — VCR::Cassette
#yaml_load_errors — VCR::Cassette::Migrator