No route matches [GET] "/icon.png"
Rails.root: /Users/robu/work/projects/hitguessr
Routes
Routes match in priority from top to bottom
| Helper (Path / Url) | HTTP Verb | Path | Controller#Action | Source Location |
|---|---|---|---|---|
| new_user_session_path | GET | /users/sign_in(.:format) |
devise/sessions#new |
devise (5.0.0) lib/devise/rails/routes.rb:378 |
| user_session_path | POST | /users/sign_in(.:format) |
devise/sessions#create |
devise (5.0.0) lib/devise/rails/routes.rb:379 |
| destroy_user_session_path | DELETE | /users/sign_out(.:format) |
devise/sessions#destroy |
devise (5.0.0) lib/devise/rails/routes.rb:380 |
| new_user_password_path | GET | /users/password/new(.:format) |
devise/passwords#new |
devise (5.0.0) lib/devise/rails/routes.rb:385 |
| edit_user_password_path | GET | /users/password/edit(.:format) |
devise/passwords#edit |
devise (5.0.0) lib/devise/rails/routes.rb:385 |
| user_password_path | PATCH | /users/password(.:format) |
devise/passwords#update |
devise (5.0.0) lib/devise/rails/routes.rb:385 |
| PUT | /users/password(.:format) |
devise/passwords#update |
devise (5.0.0) lib/devise/rails/routes.rb:385 |
|
| POST | /users/password(.:format) |
devise/passwords#create |
devise (5.0.0) lib/devise/rails/routes.rb:385 |
|
| cancel_user_registration_path | GET | /users/cancel(.:format) |
devise/registrations#cancel |
devise (5.0.0) lib/devise/rails/routes.rb:416 |
| new_user_registration_path | GET | /users/sign_up(.:format) |
devise/registrations#new |
devise (5.0.0) lib/devise/rails/routes.rb:415 |
| edit_user_registration_path | GET | /users/edit(.:format) |
devise/registrations#edit |
devise (5.0.0) lib/devise/rails/routes.rb:415 |
| user_registration_path | PATCH | /users(.:format) |
devise/registrations#update |
devise (5.0.0) lib/devise/rails/routes.rb:415 |
| PUT | /users(.:format) |
devise/registrations#update |
devise (5.0.0) lib/devise/rails/routes.rb:415 |
|
| DELETE | /users(.:format) |
devise/registrations#destroy |
devise (5.0.0) lib/devise/rails/routes.rb:415 |
|
| POST | /users(.:format) |
devise/registrations#create |
devise (5.0.0) lib/devise/rails/routes.rb:415 |
|
| team_memberships_path | POST | /teams/:team_id/memberships(.:format) |
memberships#create |
/Users/robu/work/projects/hitguessr/config/routes.rb:6 |
| team_membership_path | DELETE | /teams/:team_id/memberships/:id(.:format) |
memberships#destroy |
/Users/robu/work/projects/hitguessr/config/routes.rb:6 |
| team_games_path | GET | /teams/:team_id/games(.:format) |
games#index |
/Users/robu/work/projects/hitguessr/config/routes.rb:7 |
| POST | /teams/:team_id/games(.:format) |
games#create |
/Users/robu/work/projects/hitguessr/config/routes.rb:7 |
|
| new_team_game_path | GET | /teams/:team_id/games/new(.:format) |
games#new |
/Users/robu/work/projects/hitguessr/config/routes.rb:7 |
| teams_path | GET | /teams(.:format) |
teams#index |
/Users/robu/work/projects/hitguessr/config/routes.rb:5 |
| POST | /teams(.:format) |
teams#create |
/Users/robu/work/projects/hitguessr/config/routes.rb:5 |
|
| new_team_path | GET | /teams/new(.:format) |
teams#new |
/Users/robu/work/projects/hitguessr/config/routes.rb:5 |
| edit_team_path | GET | /teams/:id/edit(.:format) |
teams#edit |
/Users/robu/work/projects/hitguessr/config/routes.rb:5 |
| team_path | GET | /teams/:id(.:format) |
teams#show |
/Users/robu/work/projects/hitguessr/config/routes.rb:5 |
| PATCH | /teams/:id(.:format) |
teams#update |
/Users/robu/work/projects/hitguessr/config/routes.rb:5 |
|
| PUT | /teams/:id(.:format) |
teams#update |
/Users/robu/work/projects/hitguessr/config/routes.rb:5 |
|
| DELETE | /teams/:id(.:format) |
teams#destroy |
/Users/robu/work/projects/hitguessr/config/routes.rb:5 |
|
| start_guessing_game_path | PATCH | /games/:id/start_guessing(.:format) |
games#start_guessing |
/Users/robu/work/projects/hitguessr/config/routes.rb:13 |
| finish_game_path | PATCH | /games/:id/finish(.:format) |
games#finish |
/Users/robu/work/projects/hitguessr/config/routes.rb:14 |
| game_proposals_path | POST | /games/:game_id/proposals(.:format) |
proposals#create |
/Users/robu/work/projects/hitguessr/config/routes.rb:17 |
| new_game_proposal_path | GET | /games/:game_id/proposals/new(.:format) |
proposals#new |
/Users/robu/work/projects/hitguessr/config/routes.rb:17 |
| game_proposal_path | GET | /games/:game_id/proposals/:id(.:format) |
proposals#show |
/Users/robu/work/projects/hitguessr/config/routes.rb:17 |
| game_guesses_path | POST | /games/:game_id/guesses(.:format) |
guesses#create |
/Users/robu/work/projects/hitguessr/config/routes.rb:18 |
| new_game_guess_path | GET | /games/:game_id/guesses/new(.:format) |
guesses#new |
/Users/robu/work/projects/hitguessr/config/routes.rb:18 |
| game_results_path | GET | /games/:game_id/results(.:format) |
results#show |
/Users/robu/work/projects/hitguessr/config/routes.rb:20 |
| game_path | GET | /games/:id(.:format) |
games#show |
/Users/robu/work/projects/hitguessr/config/routes.rb:11 |
| DELETE | /games/:id(.:format) |
games#destroy |
/Users/robu/work/projects/hitguessr/config/routes.rb:11 |
|
| rails_health_check_path | GET | /up(.:format) |
rails/health#show |
/Users/robu/work/projects/hitguessr/config/routes.rb:24 |
| root_path | GET | / |
home#index |
/Users/robu/work/projects/hitguessr/config/routes.rb:27 |
| turbo_recede_historical_location_path | GET | /recede_historical_location(.:format) |
turbo/native/navigation#recede |
turbo-rails (2.0.23) config/routes.rb:2 |
| turbo_resume_historical_location_path | GET | /resume_historical_location(.:format) |
turbo/native/navigation#resume |
turbo-rails (2.0.23) config/routes.rb:3 |
| turbo_refresh_historical_location_path | GET | /refresh_historical_location(.:format) |
turbo/native/navigation#refresh |
turbo-rails (2.0.23) config/routes.rb:4 |
| rails_postmark_inbound_emails_path | POST | /rails/action_mailbox/postmark/inbound_emails(.:format) |
action_mailbox/ingresses/postmark/inbound_emails#create |
actionmailbox (8.1.2) config/routes.rb:5 |
| rails_relay_inbound_emails_path | POST | /rails/action_mailbox/relay/inbound_emails(.:format) |
action_mailbox/ingresses/relay/inbound_emails#create |
actionmailbox (8.1.2) config/routes.rb:6 |
| rails_sendgrid_inbound_emails_path | POST | /rails/action_mailbox/sendgrid/inbound_emails(.:format) |
action_mailbox/ingresses/sendgrid/inbound_emails#create |
actionmailbox (8.1.2) config/routes.rb:7 |
| rails_mandrill_inbound_health_check_path | GET | /rails/action_mailbox/mandrill/inbound_emails(.:format) |
action_mailbox/ingresses/mandrill/inbound_emails#health_check |
actionmailbox (8.1.2) config/routes.rb:10 |
| rails_mandrill_inbound_emails_path | POST | /rails/action_mailbox/mandrill/inbound_emails(.:format) |
action_mailbox/ingresses/mandrill/inbound_emails#create |
actionmailbox (8.1.2) config/routes.rb:11 |
| rails_mailgun_inbound_emails_path | POST | /rails/action_mailbox/mailgun/inbound_emails/mime(.:format) |
action_mailbox/ingresses/mailgun/inbound_emails#create |
actionmailbox (8.1.2) config/routes.rb:14 |
| rails_conductor_inbound_emails_path | GET | /rails/conductor/action_mailbox/inbound_emails(.:format) |
rails/conductor/action_mailbox/inbound_emails#index |
actionmailbox (8.1.2) config/routes.rb:19 |
| POST | /rails/conductor/action_mailbox/inbound_emails(.:format) |
rails/conductor/action_mailbox/inbound_emails#create |
actionmailbox (8.1.2) config/routes.rb:19 |
|
| new_rails_conductor_inbound_email_path | GET | /rails/conductor/action_mailbox/inbound_emails/new(.:format) |
rails/conductor/action_mailbox/inbound_emails#new |
actionmailbox (8.1.2) config/routes.rb:19 |
| rails_conductor_inbound_email_path | GET | /rails/conductor/action_mailbox/inbound_emails/:id(.:format) |
rails/conductor/action_mailbox/inbound_emails#show |
actionmailbox (8.1.2) config/routes.rb:19 |
| 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 |
actionmailbox (8.1.2) config/routes.rb:20 |
| rails_conductor_inbound_email_sources_path | POST | /rails/conductor/action_mailbox/inbound_emails/sources(.:format) |
rails/conductor/action_mailbox/inbound_emails/sources#create |
actionmailbox (8.1.2) config/routes.rb:21 |
| rails_conductor_inbound_email_reroute_path | POST | /rails/conductor/action_mailbox/:inbound_email_id/reroute(.:format) |
rails/conductor/action_mailbox/reroutes#create |
actionmailbox (8.1.2) config/routes.rb:23 |
| rails_conductor_inbound_email_incinerate_path | POST | /rails/conductor/action_mailbox/:inbound_email_id/incinerate(.:format) |
rails/conductor/action_mailbox/incinerates#create |
actionmailbox (8.1.2) config/routes.rb:24 |
| rails_service_blob_path | GET | /rails/active_storage/blobs/redirect/:signed_id/*filename(.:format) |
active_storage/blobs/redirect#show |
activestorage (8.1.2) config/routes.rb:5 |
| rails_service_blob_proxy_path | GET | /rails/active_storage/blobs/proxy/:signed_id/*filename(.:format) |
active_storage/blobs/proxy#show |
activestorage (8.1.2) config/routes.rb:6 |
| GET | /rails/active_storage/blobs/:signed_id/*filename(.:format) |
active_storage/blobs/redirect#show |
activestorage (8.1.2) config/routes.rb:7 |
|
| rails_blob_representation_path | GET | /rails/active_storage/representations/redirect/:signed_blob_id/:variation_key/*filename(.:format) |
active_storage/representations/redirect#show |
activestorage (8.1.2) config/routes.rb:9 |
| rails_blob_representation_proxy_path | GET | /rails/active_storage/representations/proxy/:signed_blob_id/:variation_key/*filename(.:format) |
active_storage/representations/proxy#show |
activestorage (8.1.2) config/routes.rb:10 |
| GET | /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format) |
active_storage/representations/redirect#show |
activestorage (8.1.2) config/routes.rb:11 |
|
| rails_disk_service_path | GET | /rails/active_storage/disk/:encoded_key/*filename(.:format) |
active_storage/disk#show |
activestorage (8.1.2) config/routes.rb:13 |
| update_rails_disk_service_path | PUT | /rails/active_storage/disk/:encoded_token(.:format) |
active_storage/disk#update |
activestorage (8.1.2) config/routes.rb:14 |
| rails_direct_uploads_path | POST | /rails/active_storage/direct_uploads(.:format) |
active_storage/direct_uploads#create |
activestorage (8.1.2) config/routes.rb:15 |
Request
Parameters:
None
GATEWAY_INTERFACE: "CGI/1.2" HTTP_ACCEPT: "*/*" ORIGINAL_SCRIPT_NAME: "" REMOTE_ADDR: "127.0.0.1" SERVER_NAME: "127.0.0.1" SERVER_PROTOCOL: "HTTP/1.1"
Response
Headers:
None