Routing Error

No route matches [GET] "/index.html"

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
questions_path GET /questions(.:format)

questions#index

POST /questions(.:format)

questions#create

register_index_path GET /register/index(.:format)

register#index

register_subscription_path POST /register/subscription(.:format)

register#subscription

register_confirm_path GET /register/confirm(.:format)

register#confirm

shows_index_path GET /shows/index(.:format)

shows#index

shows_watch_path GET /shows/watch(.:format)

shows#watch

shows_moderateur_path GET /shows/moderateur(.:format)

shows#moderateur

new_user_session_path GET /users/sign_in(.:format)

users/sessions#new

user_session_path POST /users/sign_in(.:format)

users/sessions#create

destroy_user_session_path DELETE /users/sign_out(.:format)

users/sessions#destroy

new_user_password_path GET /users/password/new(.:format)

devise/passwords#new

edit_user_password_path GET /users/password/edit(.:format)

devise/passwords#edit

user_password_path PATCH /users/password(.:format)

devise/passwords#update

PUT /users/password(.:format)

devise/passwords#update

POST /users/password(.:format)

devise/passwords#create

cancel_user_registration_path GET /users/cancel(.:format)

users/registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

users/registrations#new

edit_user_registration_path GET /users/edit(.:format)

users/registrations#edit

user_registration_path PATCH /users(.:format)

users/registrations#update

PUT /users(.:format)

users/registrations#update

DELETE /users(.:format)

users/registrations#destroy

POST /users(.:format)

users/registrations#create

new_admin_session_path GET /admins/sign_in(.:format)

admins/sessions#new

admin_session_path POST /admins/sign_in(.:format)

admins/sessions#create

destroy_admin_session_path DELETE /admins/sign_out(.:format)

admins/sessions#destroy

new_admin_password_path GET /admins/password/new(.:format)

devise/passwords#new

edit_admin_password_path GET /admins/password/edit(.:format)

devise/passwords#edit

admin_password_path PATCH /admins/password(.:format)

devise/passwords#update

PUT /admins/password(.:format)

devise/passwords#update

POST /admins/password(.:format)

devise/passwords#create

cancel_admin_registration_path GET /admins/cancel(.:format)

admins/registrations#cancel

new_admin_registration_path GET /admins/sign_up(.:format)

admins/registrations#new

edit_admin_registration_path GET /admins/edit(.:format)

admins/registrations#edit

admin_registration_path PATCH /admins(.:format)

admins/registrations#update

PUT /admins(.:format)

admins/registrations#update

DELETE /admins(.:format)

admins/registrations#destroy

POST /admins(.:format)

admins/registrations#create

new_superadmin_session_path GET /superadmins/sign_in(.:format)

superadmins/sessions#new

superadmin_session_path POST /superadmins/sign_in(.:format)

superadmins/sessions#create

destroy_superadmin_session_path DELETE /superadmins/sign_out(.:format)

superadmins/sessions#destroy

new_superadmin_password_path GET /superadmins/password/new(.:format)

devise/passwords#new

edit_superadmin_password_path GET /superadmins/password/edit(.:format)

devise/passwords#edit

superadmin_password_path PATCH /superadmins/password(.:format)

devise/passwords#update

PUT /superadmins/password(.:format)

devise/passwords#update

POST /superadmins/password(.:format)

devise/passwords#create

cancel_superadmin_registration_path GET /superadmins/cancel(.:format)

superadmins/registrations#cancel

new_superadmin_registration_path GET /superadmins/sign_up(.:format)

superadmins/registrations#new

edit_superadmin_registration_path GET /superadmins/edit(.:format)

superadmins/registrations#edit

superadmin_registration_path PATCH /superadmins(.:format)

superadmins/registrations#update

PUT /superadmins(.:format)

superadmins/registrations#update

DELETE /superadmins(.:format)

superadmins/registrations#destroy

POST /superadmins(.:format)

superadmins/registrations#create

users_authenticated_root_path GET /users/dashboard/index(.:format)

users/dashboard#index

admins_authenticated_root_path GET /admins/dashboard/index(.:format)

admins/dashboard#index

admins_dashboard_profile_path GET /admins/dashboard/profile(.:format)

admins/dashboard#profile

admins_dashboard_staff_path GET /admins/dashboard/staff(.:format)

admins/dashboard#staff

admins_dashboard_event_path GET /admins/dashboard/event(.:format)

admins/dashboard#event

admins_dashboard_importcsv_path GET /admins/dashboard/importcsv(.:format)

admins/dashboard#importcsv

admins_dashboard_importeventmaker_path GET /admins/dashboard/importeventmaker(.:format)

admins/dashboard#importeventmaker

admins_dashboard_importstaff_path POST /admins/dashboard/importstaff(.:format)

admins/dashboard#importstaff

admins_dashboard_importapieventmaker_path POST /admins/dashboard/importapieventmaker(.:format)

admins/dashboard#importapieventmaker

admins_dashboard_addstaff_path GET /admins/dashboard/addstaff(.:format)

admins/dashboard#addstaff

admins_dashboard_createstaff_path POST /admins/dashboard/createstaff(.:format)

admins/dashboard#createstaff

superadmins_authenticated_root_path GET /superadmins/dashboard/index(.:format)

superadmins/dashboard#index

event_event_libraries_path GET /events/:event_id/event_libraries(.:format)

event_libraries#index

POST /events/:event_id/event_libraries(.:format)

event_libraries#create

new_event_event_library_path GET /events/:event_id/event_libraries/new(.:format)

event_libraries#new

edit_event_event_library_path GET /events/:event_id/event_libraries/:id/edit(.:format)

event_libraries#edit

event_event_library_path GET /events/:event_id/event_libraries/:id(.:format)

event_libraries#show

PATCH /events/:event_id/event_libraries/:id(.:format)

event_libraries#update

PUT /events/:event_id/event_libraries/:id(.:format)

event_libraries#update

DELETE /events/:event_id/event_libraries/:id(.:format)

event_libraries#destroy

event_room_room_calendars_path GET /events/:event_id/rooms/:room_id/room_calendars(.:format)

room_calendars#index

POST /events/:event_id/rooms/:room_id/room_calendars(.:format)

room_calendars#create

new_event_room_room_calendar_path GET /events/:event_id/rooms/:room_id/room_calendars/new(.:format)

room_calendars#new

edit_event_room_room_calendar_path GET /events/:event_id/rooms/:room_id/room_calendars/:id/edit(.:format)

room_calendars#edit

event_room_room_calendar_path GET /events/:event_id/rooms/:room_id/room_calendars/:id(.:format)

room_calendars#show

PATCH /events/:event_id/rooms/:room_id/room_calendars/:id(.:format)

room_calendars#update

PUT /events/:event_id/rooms/:room_id/room_calendars/:id(.:format)

room_calendars#update

DELETE /events/:event_id/rooms/:room_id/room_calendars/:id(.:format)

room_calendars#destroy

event_room_room_portfolios_path GET /events/:event_id/rooms/:room_id/room_portfolios(.:format)

room_portfolios#index

POST /events/:event_id/rooms/:room_id/room_portfolios(.:format)

room_portfolios#create

new_event_room_room_portfolio_path GET /events/:event_id/rooms/:room_id/room_portfolios/new(.:format)

room_portfolios#new

edit_event_room_room_portfolio_path GET /events/:event_id/rooms/:room_id/room_portfolios/:id/edit(.:format)

room_portfolios#edit

event_room_room_portfolio_path GET /events/:event_id/rooms/:room_id/room_portfolios/:id(.:format)

room_portfolios#show

PATCH /events/:event_id/rooms/:room_id/room_portfolios/:id(.:format)

room_portfolios#update

PUT /events/:event_id/rooms/:room_id/room_portfolios/:id(.:format)

room_portfolios#update

DELETE /events/:event_id/rooms/:room_id/room_portfolios/:id(.:format)

room_portfolios#destroy

event_rooms_path GET /events/:event_id/rooms(.:format)

rooms#index

POST /events/:event_id/rooms(.:format)

rooms#create

new_event_room_path GET /events/:event_id/rooms/new(.:format)

rooms#new

edit_event_room_path GET /events/:event_id/rooms/:id/edit(.:format)

rooms#edit

event_room_path GET /events/:event_id/rooms/:id(.:format)

rooms#show

PATCH /events/:event_id/rooms/:id(.:format)

rooms#update

PUT /events/:event_id/rooms/:id(.:format)

rooms#update

DELETE /events/:event_id/rooms/:id(.:format)

rooms#destroy

event_option_modules_path GET /events/:event_id/config(.:format)

option_modules#index

POST /events/:event_id/config(.:format)

option_modules#create

new_event_option_module_path GET /events/:event_id/config/new(.:format)

option_modules#new

edit_event_option_module_path GET /events/:event_id/config/:id/edit(.:format)

option_modules#edit

event_option_module_path GET /events/:event_id/config/:id(.:format)

option_modules#show

PATCH /events/:event_id/config/:id(.:format)

option_modules#update

PUT /events/:event_id/config/:id(.:format)

option_modules#update

DELETE /events/:event_id/config/:id(.:format)

option_modules#destroy

gest_event_path GET /events/:id/gest(.:format)

events#gest

addgest_event_path GET /events/:id/addgest(.:format)

events#addgest

recordgest_event_path POST /events/:id/recordgest(.:format)

events#recordgest

importWithCSV_event_path GET /events/:id/importWithCSV(.:format)

events#importWithCSV

importCSV_event_path POST /events/:id/importCSV(.:format)

events#importCSV

mail_invitation_event_path GET /events/:id/mail_invitation(.:format)

events#mail_invitation

mail_remind_event_path GET /events/:id/mail_remind(.:format)

events#mail_remind

to_csv_event_path GET /events/:id/to_csv(.:format)

events#to_csv

speaker_event_path GET /events/:id/speaker(.:format)

events#speaker

speakerform_event_path GET /events/:id/speakerform(.:format)

events#speakerform

speakerrecord_event_path POST /events/:id/speakerrecord(.:format)

events#speakerrecord

moderator_event_path GET /events/:id/moderator(.:format)

events#moderator

moderatorform_event_path GET /events/:id/moderatorform(.:format)

events#moderatorform

moderatorrecord_event_path POST /events/:id/moderatorrecord(.:format)

events#moderatorrecord

eventmaker_token_event_path GET /events/:id/eventmaker/token(.:format)

eventmaker#token

eventmaker_room_event_path POST /events/:id/eventmaker/room(.:format)

eventmaker#room

eventmaker_category_event_path POST /events/:id/eventmaker/category(.:format)

eventmaker#category

eventmaker_import_event_path POST /events/:id/eventmaker/import(.:format)

eventmaker#import

eventmaker_export_step1_event_path GET /events/:id/eventmaker/export_step1(.:format)

eventmaker#export_step1

eventmaker_export_step2_event_path POST /events/:id/eventmaker/export_step2(.:format)

eventmaker#export_step2

eventmaker_export_step3_event_path POST /events/:id/eventmaker/export_step3(.:format)

eventmaker#export_step3

events_path GET /events(.:format)

events#index

POST /events(.:format)

events#create

new_event_path GET /events/new(.:format)

events#new

edit_event_path GET /events/:id/edit(.:format)

events#edit

event_path GET /events/:id(.:format)

events#show

PATCH /events/:id(.:format)

events#update

PUT /events/:id(.:format)

events#update

DELETE /events/:id(.:format)

events#destroy

staff_company_path PATCH /companies/:id/staff(.:format)

companies#staff

PUT /companies/:id/staff(.:format)

companies#staff

GET /companies/:id/staff(.:format)

companies#staff

companies_path GET /companies(.:format)

companies#index

POST /companies(.:format)

companies#create

new_company_path GET /companies/new(.:format)

companies#new

edit_company_path GET /companies/:id/edit(.:format)

companies#edit

company_path GET /companies/:id(.:format)

companies#show

PATCH /companies/:id(.:format)

companies#update

PUT /companies/:id(.:format)

companies#update

DELETE /companies/:id(.:format)

companies#destroy

entities_path GET /entities(.:format)

entities#index

POST /entities(.:format)

entities#create

new_entity_path GET /entities/new(.:format)

entities#new

edit_entity_path GET /entities/:id/edit(.:format)

entities#edit

entity_path GET /entities/:id(.:format)

entities#show

PATCH /entities/:id(.:format)

entities#update

PUT /entities/:id(.:format)

entities#update

DELETE /entities/:id(.:format)

entities#destroy

room_visios_path GET /room_visios(.:format)

room_visios#index

POST /room_visios(.:format)

room_visios#create

new_room_visio_path GET /room_visios/new(.:format)

room_visios#new

edit_room_visio_path GET /room_visios/:id/edit(.:format)

room_visios#edit

room_visio_path GET /room_visios/:id(.:format)

room_visios#show

PATCH /room_visios/:id(.:format)

room_visios#update

PUT /room_visios/:id(.:format)

room_visios#update

DELETE /room_visios/:id(.:format)

room_visios#destroy

room_lives_path GET /room_lives(.:format)

room_lives#index

POST /room_lives(.:format)

room_lives#create

new_room_life_path GET /room_lives/new(.:format)

room_lives#new

edit_room_life_path GET /room_lives/:id/edit(.:format)

room_lives#edit

room_life_path GET /room_lives/:id(.:format)

room_lives#show

PATCH /room_lives/:id(.:format)

room_lives#update

PUT /room_lives/:id(.:format)

room_lives#update

DELETE /room_lives/:id(.:format)

room_lives#destroy

comments_path GET /comments(.:format)

comments#index

POST /comments(.:format)

comments#create

new_comment_path GET /comments/new(.:format)

comments#new

edit_comment_path GET /comments/:id/edit(.:format)

comments#edit

comment_path GET /comments/:id(.:format)

comments#show

PATCH /comments/:id(.:format)

comments#update

PUT /comments/:id(.:format)

comments#update

DELETE /comments/:id(.:format)

comments#destroy

root_path GET /

home#index

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_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

Request

Parameters:

None

Response

Headers:

None