Routing Error

No route matches [GET] "/event/www.turbo.fm"

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_admin_path /admin RailsAdmin::Engine
GET|POST /auth/:provider/callback(.:format) authentications#create_user
authentications_error_path GET|POST /authentications/error(.:format) authentications#error
authentications_import_pages_path GET|POST /authentications/import_pages(.:format) authentications#import_pages
authentications_import_page_path GET|POST /authentications/import_page(.:format) authentications#import_page
GET|POST /authentications/impersonate/:id(.:format) authentications#impersonate
authentications_unimpersonate_path GET|POST /authentications/unimpersonate(.:format) authentications#unimpersonate
vendor_vendors_manage_path GET|POST /vendor/vendors/manage(.:format) vendor/vendors#manage
home_path GET|POST /home(.:format) home#index
about_path GET|POST /about(.:format) about#index
terms_path GET|POST /terms(.:format) terms#index
contact_path GET|POST /contact(.:format) contact#index
privacy_path GET|POST /privacy(.:format) privacy#index
vendors_path GET|POST /vendors(.:format) vendors#index
events_path GET|POST /events(.:format) events#index
GET|POST /events/:id/widget(.:format) events#widget
GET|POST /search/:key(.:format) search#search
GET|POST /even/:event_name(.:format) redirect(301, /event/%{event_name})
event_by_seo_path GET|POST /event/:event_name(.:format) events#show_by_name
account_index_path GET /account(.:format) account#index
account_path PATCH /account/:id(.:format) account#update
PUT /account/:id(.:format) account#update
edit_account_path GET|POST /account/edit(.:format) account#edit
get_guest_ticket_path GET /account/tickets/:guest_id(.:format) account#tickets
get_guest_ticket_passbook_path GET /account/passbook/:guest_id(.:format) account#passbook
get_cart_ticket_path GET /account/ticketscart/:cart_id(.:format) account#ticketscart
get_apple_walltet_by_cart_path GET /account/applewalletbycart/:cart_id(.:format) account#applewalletbycart
guests_path POST /guests(.:format) guests#create
guest_path PATCH /guests/:id(.:format) guests#update
PUT /guests/:id(.:format) guests#update
DELETE /guests/:id(.:format) guests#destroy
line_items_path POST /line_items(.:format) line_items#create
line_item_path PATCH /line_items/:id(.:format) line_items#update
PUT /line_items/:id(.:format) line_items#update
DELETE /line_items/destroy_discount_code/:line_item_id(.:format) line_items#destroy_discount_code
carts_path GET /order(.:format) carts#index
POST /order(.:format) carts#create
cart_path GET /order/:id(.:format) carts#show
DELETE /carts/destroy_line_item/:line_item_id(.:format) carts#destroy_line_item
cart_trans_response_path DELETE /carts/trans_response(.:format) carts#trans_response
user_invite_confirm_path GET /invite/confirm/:request_id(.:format) carts#confirm
GET /carts/checkavailability/:cart_id(.:format) carts#checkavailability
new_user_session_path GET /users/sign_in(.:format) devise/sessions#new
user_session_path POST /users/sign_in(.:format) devise/sessions#create
destroy_user_session_path GET /users/sign_out(.:format) devise/sessions#destroy
user_password_path POST /users/password(.:format) devise/passwords#create
new_user_password_path GET /users/password/new(.:format) devise/passwords#new
edit_user_password_path GET /users/password/edit(.:format) devise/passwords#edit
PATCH /users/password(.:format) devise/passwords#update
PUT /users/password(.:format) devise/passwords#update
cancel_user_registration_path GET /users/cancel(.:format) registrations#cancel
user_registration_path POST /users(.:format) registrations#create
new_user_registration_path GET /users/sign_up(.:format) registrations#new
edit_user_registration_path GET /users/edit(.:format) registrations#edit
PATCH /users(.:format) registrations#update
PUT /users(.:format) registrations#update
DELETE /users(.:format) registrations#destroy
authentications_path GET /authentications(.:format) authentications#index
POST /authentications(.:format) authentications#create
new_authentication_path GET /authentications/new(.:format) authentications#new
edit_authentication_path GET /authentications/:id/edit(.:format) authentications#edit
authentication_path GET /authentications/:id(.:format) authentications#show
PATCH /authentications/:id(.:format) authentications#update
PUT /authentications/:id(.:format) authentications#update
DELETE /authentications/:id(.:format) authentications#destroy
vendor_root_path GET /vendor(.:format) vendor/vendors#index
publish_to_venno_vendor_event_path GET /vendor/events/:id/publish_to_venno(.:format) vendor/events#publish_to_venno
unpublish_from_venno_vendor_event_path GET /vendor/events/:id/unpublish_from_venno(.:format) vendor/events#unpublish_from_venno
publish_to_facebook_vendor_event_path GET /vendor/events/:id/publish_to_facebook(.:format) vendor/events#publish_to_facebook
guest_list_csv_vendor_event_path GET /vendor/events/:id/guest_list_csv(.:format) vendor/events#guest_list_csv
guests_checkedin_report_vendor_event_path GET /vendor/events/:id/guests_checkedin_report(.:format) vendor/events#guests_checkedin_report
preview_vendor_event_path GET /vendor/events/:id/preview(.:format) vendor/events#preview
package_availability_vendor_event_path GET /vendor/events/:id/package_availability(.:format) vendor/events#package_availability
checkout_vendor_event_path GET /vendor/events/:id/checkout(.:format) vendor/events#checkout
sales_vendor_event_path GET /vendor/events/:id/sales(.:format) vendor/events#sales
gettotalsales_vendor_event_path GET /vendor/events/:id/gettotalsales(.:format) vendor/events#gettotalsales
gettotalbypackage_vendor_event_path GET /vendor/events/:id/gettotalbypackage(.:format) vendor/events#gettotalbypackage
getordersbyday_vendor_event_path GET /vendor/events/:id/getordersbyday(.:format) vendor/events#getordersbyday
verifyfriendlyurl_vendor_event_path POST /vendor/events/:id/verifyfriendlyurl(.:format) vendor/events#verifyfriendlyurl
vendor_events_path GET /vendor/events(.:format) vendor/events#index
POST /vendor/events(.:format) vendor/events#create
new_vendor_event_path GET /vendor/events/new(.:format) vendor/events#new
edit_vendor_event_path GET /vendor/events/:id/edit(.:format) vendor/events#edit
vendor_event_path GET /vendor/events/:id(.:format) vendor/events#show
PATCH /vendor/events/:id(.:format) vendor/events#update
PUT /vendor/events/:id(.:format) vendor/events#update
DELETE /vendor/events/:id(.:format) vendor/events#destroy
sign_up_vendor_vendors_path GET /vendor/vendors/sign_up(.:format) vendor/vendors#sign_up
vendor_vendor_path GET /vendor/vendors/:id/new(.:format) vendor/vendors#new
import_vendor_vendors_path GET /vendor/vendors/import(.:format) vendor/vendors#import
import_facebook_vendor_vendors_path POST /vendor/vendors/import_facebook(.:format) vendor/vendors#import_facebook
email_list_csv_vendor_vendor_path GET /vendor/vendors/:id/email_list_csv(.:format) vendor/vendors#email_list_csv
vendor_vendors_path GET /vendor/vendors(.:format) vendor/vendors#index
POST /vendor/vendors(.:format) vendor/vendors#create
new_vendor_vendor_path GET /vendor/vendors/new(.:format) vendor/vendors#new
edit_vendor_vendor_path GET /vendor/vendors/:id/edit(.:format) vendor/vendors#edit
GET /vendor/vendors/:id(.:format) vendor/vendors#show
PATCH /vendor/vendors/:id(.:format) vendor/vendors#update
PUT /vendor/vendors/:id(.:format) vendor/vendors#update
vendor_checkin_path GET|POST /vendor/checkin(.:format) redirect(301, /vendor)
vendor_event_checkin_path GET /vendor/checkin/:event_id(.:format) vendor/checkin#event_checkin
vendor_checkin_guest_path POST /vendor/checkin/checkin_guest(.:format) vendor/checkin#checkin_guest
vendor_users_search_path GET /vendor/users/search(.:format) vendor/users#search
vendor_users_invite_path POST /vendor/users/invite(.:format) vendor/users#invite
vendor_users_add_relationship_path POST|PUT /vendor/users/add_relationship(.:format) vendor/users#add_relationship
vendor_users_remove_relationship_path POST|PUT /vendor/users/remove_relationship(.:format) vendor/users#remove_relationship
vendor_users_accept_invite_path GET /vendor/users/accept_invite/:request_id(.:format) vendor/users#accept_invite
vendor_users_new_invite_path GET /vendor/users/new_invite(.:format) vendor/users#new_invite
vendor_reports_path GET|POST /vendor/reports(.:format) vendor/reports#index
vendor_marketing_path GET|POST /vendor/marketing(.:format) vendor/marketing#index
vendor_payment_management_path GET|POST /vendor/payment_management(.:format) vendor/payment_management#index
vendor_payment_management_import_settlement_batch_path GET|POST /vendor/payment_management/import_settlement_batch(.:format) vendor/payment_management#import_settlement_batch
vendor_checkout_index_path GET /vendor/checkout(.:format) vendor/checkout#index
POST /vendor/checkout(.:format) vendor/checkout#create
new_vendor_checkout_path GET /vendor/checkout/new(.:format) vendor/checkout#new
edit_vendor_checkout_path GET /vendor/checkout/:id/edit(.:format) vendor/checkout#edit
vendor_checkout_path GET /vendor/checkout/:id(.:format) vendor/checkout#show
PATCH /vendor/checkout/:id(.:format) vendor/checkout#update
PUT /vendor/checkout/:id(.:format) vendor/checkout#update
DELETE /vendor/checkout/:id(.:format) vendor/checkout#destroy
GET|POST /:vendor_name(.:format) vendors#show_by_name
api_v1_tokens_path POST /api/v1/tokens(.:format) api/v1/tokens#create
api_v1_token_path DELETE /api/v1/tokens/:id(.:format) api/v1/tokens#destroy
api_v1_events_path GET|POST /api/v1/events(.:format) api/v1/events#index
api_v1_path GET|POST /api/v1/events/:type(.:format) api/v1/events#index
api_v1_event_path GET|POST /api/v1/event(.:format) api/v1/events#show
api_v1_checkin_checkin_guest_path POST /api/v1/checkin/checkin_guest(.:format) api/v1/events#checkin_guest
root_path GET / home#index
Routes for RailsAdmin::Engine
dashboard_path GET / rails_admin/main#dashboard
index_path GET|POST /:model_name(.:format) rails_admin/main#index
new_path GET|POST /:model_name/new(.:format) rails_admin/main#new
export_path GET|POST /:model_name/export(.:format) rails_admin/main#export
bulk_delete_path POST|DELETE /:model_name/bulk_delete(.:format) rails_admin/main#bulk_delete
history_index_path GET /:model_name/history(.:format) rails_admin/main#history_index
bulk_action_path POST /:model_name/bulk_action(.:format) rails_admin/main#bulk_action
show_path GET /:model_name/:id(.:format) rails_admin/main#show
edit_path GET|PUT /:model_name/:id/edit(.:format) rails_admin/main#edit
delete_path GET|DELETE /:model_name/:id/delete(.:format) rails_admin/main#delete
history_show_path GET /:model_name/:id/history(.:format) rails_admin/main#history_show
show_in_app_path GET /:model_name/:id/show_in_app(.:format) rails_admin/main#show_in_app

Request

Parameters:

None

Response

Headers:

None