No route matches [GET] "/quotes"

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
rails_service_blob_path GET /rails/active_storage/blobs/redirect/:signed_id/*filename(.:format)

active_storage/blobs/redirect#show

rails_service_blob_proxy_path GET /rails/active_storage/blobs/proxy/:signed_id/*filename(.:format)

active_storage/blobs/proxy#show

GET /rails/active_storage/blobs/:signed_id/*filename(.:format)

active_storage/blobs/redirect#show

rails_blob_representation_path GET /rails/active_storage/representations/redirect/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/redirect#show

rails_blob_representation_proxy_path GET /rails/active_storage/representations/proxy/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/proxy#show

GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/redirect#show

rails_disk_service_path GET /rails/active_storage/disk/:encoded_key/*filename(.:format)

active_storage/disk#show

update_rails_disk_service_path PUT /rails/active_storage/disk/:encoded_token(.:format)

active_storage/disk#update

rails_direct_uploads_path POST /rails/active_storage/direct_uploads(.:format)

active_storage/direct_uploads#create

root_path GET /

racket#home

quote_path GET /quote(.:format)

quotes#new

quotes_path POST /quotes(.:format)

quotes#create

mailgun_webhooks_failed_delivery_path POST /mailgun_webhooks/failed_delivery(.:format)

mailgun_webhooks#failed_delivery

racket_how_to_play_path GET /how-to-play(.:format)

racket#rules

racket_private_events_path GET /private-events(.:format)

racket#private_events

racket_ticketed_events_path GET /ticketed-events(.:format)

racket#ticketed_events

racket_invitation_path GET /invitation(.:format)

racket#invitation

racket_screening_room_path GET /screening-room(.:format)

racket#screening_room

racket_dressing_room_path GET /dressing-room(.:format)

racket#dressing_room

racket_faq_path GET /faq(.:format)

racket#faq

racket_mailing_list_path GET /mailing-list(.:format)

redirect(301, https://studio.us18.list-manage.com/subscribe?u=5108d3e8bd04a15dbecd513cf&id=62f0fa74ce) {:status=>301}

bad_request_path GET /400(.:format)

exception_handler/exceptions#show {:code=>:bad_request}

unauthorized_path GET /401(.:format)

exception_handler/exceptions#show {:code=>:unauthorized}

payment_required_path GET /402(.:format)

exception_handler/exceptions#show {:code=>:payment_required}

forbidden_path GET /403(.:format)

exception_handler/exceptions#show {:code=>:forbidden}

not_found_path GET /404(.:format)

exception_handler/exceptions#show {:code=>:not_found}

method_not_allowed_path GET /405(.:format)

exception_handler/exceptions#show {:code=>:method_not_allowed}

not_acceptable_path GET /406(.:format)

exception_handler/exceptions#show {:code=>:not_acceptable}

proxy_authentication_required_path GET /407(.:format)

exception_handler/exceptions#show {:code=>:proxy_authentication_required}

request_timeout_path GET /408(.:format)

exception_handler/exceptions#show {:code=>:request_timeout}

conflict_path GET /409(.:format)

exception_handler/exceptions#show {:code=>:conflict}

gone_path GET /410(.:format)

exception_handler/exceptions#show {:code=>:gone}

length_required_path GET /411(.:format)

exception_handler/exceptions#show {:code=>:length_required}

precondition_failed_path GET /412(.:format)

exception_handler/exceptions#show {:code=>:precondition_failed}

payload_too_large_path GET /413(.:format)

exception_handler/exceptions#show {:code=>:payload_too_large}

uri_too_long_path GET /414(.:format)

exception_handler/exceptions#show {:code=>:uri_too_long}

unsupported_media_type_path GET /415(.:format)

exception_handler/exceptions#show {:code=>:unsupported_media_type}

range_not_satisfiable_path GET /416(.:format)

exception_handler/exceptions#show {:code=>:range_not_satisfiable}

expectation_failed_path GET /417(.:format)

exception_handler/exceptions#show {:code=>:expectation_failed}

misdirected_request_path GET /421(.:format)

exception_handler/exceptions#show {:code=>:misdirected_request}

unprocessable_entity_path GET /422(.:format)

exception_handler/exceptions#show {:code=>:unprocessable_entity}

locked_path GET /423(.:format)

exception_handler/exceptions#show {:code=>:locked}

failed_dependency_path GET /424(.:format)

exception_handler/exceptions#show {:code=>:failed_dependency}

too_early_path GET /425(.:format)

exception_handler/exceptions#show {:code=>:too_early}

upgrade_required_path GET /426(.:format)

exception_handler/exceptions#show {:code=>:upgrade_required}

precondition_required_path GET /428(.:format)

exception_handler/exceptions#show {:code=>:precondition_required}

too_many_requests_path GET /429(.:format)

exception_handler/exceptions#show {:code=>:too_many_requests}

request_header_fields_too_large_path GET /431(.:format)

exception_handler/exceptions#show {:code=>:request_header_fields_too_large}

unavailable_for_legal_reasons_path GET /451(.:format)

exception_handler/exceptions#show {:code=>:unavailable_for_legal_reasons}

internal_server_error_path GET /500(.:format)

exception_handler/exceptions#show {:code=>:internal_server_error}

not_implemented_path GET /501(.:format)

exception_handler/exceptions#show {:code=>:not_implemented}

bad_gateway_path GET /502(.:format)

exception_handler/exceptions#show {:code=>:bad_gateway}

service_unavailable_path GET /503(.:format)

exception_handler/exceptions#show {:code=>:service_unavailable}

gateway_timeout_path GET /504(.:format)

exception_handler/exceptions#show {:code=>:gateway_timeout}

http_version_not_supported_path GET /505(.:format)

exception_handler/exceptions#show {:code=>:http_version_not_supported}

variant_also_negotiates_path GET /506(.:format)

exception_handler/exceptions#show {:code=>:variant_also_negotiates}

insufficient_storage_path GET /507(.:format)

exception_handler/exceptions#show {:code=>:insufficient_storage}

loop_detected_path GET /508(.:format)

exception_handler/exceptions#show {:code=>:loop_detected}

bandwidth_limit_exceeded_path GET /509(.:format)

exception_handler/exceptions#show {:code=>:bandwidth_limit_exceeded}

not_extended_path GET /510(.:format)

exception_handler/exceptions#show {:code=>:not_extended}

network_authentication_required_path GET /511(.:format)

exception_handler/exceptions#show {:code=>:network_authentication_required}

rails_postmark_inbound_emails_path POST /rails/action_mailbox/postmark/inbound_emails(.:format)

action_mailbox/ingresses/postmark/inbound_emails#create

rails_relay_inbound_emails_path POST /rails/action_mailbox/relay/inbound_emails(.:format)

action_mailbox/ingresses/relay/inbound_emails#create

rails_sendgrid_inbound_emails_path POST /rails/action_mailbox/sendgrid/inbound_emails(.:format)

action_mailbox/ingresses/sendgrid/inbound_emails#create

rails_mandrill_inbound_health_check_path GET /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#health_check

rails_mandrill_inbound_emails_path POST /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#create

rails_mailgun_inbound_emails_path POST /rails/action_mailbox/mailgun/inbound_emails/mime(.:format)

action_mailbox/ingresses/mailgun/inbound_emails#create

rails_conductor_inbound_emails_path GET /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#index

POST /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#create

new_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/new(.:format)

rails/conductor/action_mailbox/inbound_emails#new

edit_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id/edit(.:format)

rails/conductor/action_mailbox/inbound_emails#edit

rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#show

PATCH /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

PUT /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

DELETE /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#destroy

new_rails_conductor_inbound_email_source_path GET /rails/conductor/action_mailbox/inbound_emails/sources/new(.:format)

rails/conductor/action_mailbox/inbound_emails/sources#new

rails_conductor_inbound_email_sources_path POST /rails/conductor/action_mailbox/inbound_emails/sources(.:format)

rails/conductor/action_mailbox/inbound_emails/sources#create

rails_conductor_inbound_email_reroute_path POST /rails/conductor/action_mailbox/:inbound_email_id/reroute(.:format)

rails/conductor/action_mailbox/reroutes#create

rails_conductor_inbound_email_incinerate_path POST /rails/conductor/action_mailbox/:inbound_email_id/incinerate(.:format)

rails/conductor/action_mailbox/incinerates#create

Request

Parameters:

None

Response

Headers:

None