Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caduguedess/91833b6782897a7d12b4f581c94240ff to your computer and use it in GitHub Desktop.
Save caduguedess/91833b6782897a7d12b4f581c94240ff to your computer and use it in GitHub Desktop.
Routing Error
Routing Error
No route matches [GET] "/land.html"
Rails.root: /home/carlos/openstreetmap-website
Application Trace | Framework Trace | Full Trace
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
request_store (1.4.1) lib/request_store/middleware.rb:19:in `call'
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
rack-uri_sanitizer (0.0.2) lib/rack/uri_sanitizer.rb:14:in `call'
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
secure_headers (6.1.1) lib/secure_headers/middleware.rb:11:in `call'
railties (5.2.3) lib/rails/engine.rb:524:in `call'
puma (3.12.1) lib/puma/configuration.rb:227:in `call'
puma (3.12.1) lib/puma/server.rb:660:in `handle_request'
puma (3.12.1) lib/puma/server.rb:474:in `process_client'
puma (3.12.1) lib/puma/server.rb:334:in `block in run'
puma (3.12.1) lib/puma/thread_pool.rb:135:in `block in spawn_thread'
Routes
Routes match in priority from top to bottom
Helper HTTP Verb Path Controller#Action
Path / Url
api_capabilities_path GET /api/capabilities(.:format)
api/capabilities#show
api_versions_path GET /api/versions(.:format)
api/versions#show
capabilities_path GET /api/0.6/capabilities(.:format)
api/capabilities#show
permissions_path GET /api/0.6/permissions(.:format)
api/permissions#show
changeset_create_path PUT /api/0.6/changeset/create(.:format)
api/changesets#create
POST /api/0.6/changeset/:id/upload(.:format)
api/changesets#upload {:id=>/\d+/}
changeset_download_path GET /api/0.6/changeset/:id/download(.:format)
api/changesets#download {:id=>/\d+/}
POST /api/0.6/changeset/:id/expand_bbox(.:format)
api/changesets#expand_bbox {:id=>/\d+/}
changeset_show_path GET /api/0.6/changeset/:id(.:format)
api/changesets#show {:id=>/\d+/}
changeset_subscribe_path POST /api/0.6/changeset/:id/subscribe(.:format)
api/changesets#subscribe {:id=>/\d+/}
changeset_unsubscribe_path POST /api/0.6/changeset/:id/unsubscribe(.:format)
api/changesets#unsubscribe {:id=>/\d+/}
PUT /api/0.6/changeset/:id(.:format)
api/changesets#update {:id=>/\d+/}
PUT /api/0.6/changeset/:id/close(.:format)
api/changesets#close {:id=>/\d+/}
changesets_path GET /api/0.6/changesets(.:format)
api/changesets#query
changeset_comment_path POST /api/0.6/changeset/:id/comment(.:format)
api/changeset_comments#create {:id=>/\d+/}
changeset_comment_hide_path POST /api/0.6/changeset/comment/:id/hide(.:format)
api/changeset_comments#destroy {:id=>/\d+/}
changeset_comment_unhide_path POST /api/0.6/changeset/comment/:id/unhide(.:format)
api/changeset_comments#restore {:id=>/\d+/}
node_create_path PUT /api/0.6/node/create(.:format)
api/nodes#create
GET /api/0.6/node/:id/ways(.:format)
api/ways#ways_for_node {:id=>/\d+/}
GET /api/0.6/node/:id/relations(.:format)
api/relations#relations_for_node {:id=>/\d+/}
GET /api/0.6/node/:id/history(.:format)
api/old_nodes#history {:id=>/\d+/}
POST /api/0.6/node/:id/:version/redact(.:format)
api/old_nodes#redact {:version=>/\d+/, :id=>/\d+/}
GET /api/0.6/node/:id/:version(.:format)
api/old_nodes#version {:id=>/\d+/, :version=>/\d+/}
GET /api/0.6/node/:id(.:format)
api/nodes#show {:id=>/\d+/}
PUT /api/0.6/node/:id(.:format)
api/nodes#update {:id=>/\d+/}
DELETE /api/0.6/node/:id(.:format)
api/nodes#delete {:id=>/\d+/}
nodes_path GET /api/0.6/nodes(.:format)
api/nodes#index
way_create_path PUT /api/0.6/way/create(.:format)
api/ways#create
GET /api/0.6/way/:id/history(.:format)
api/old_ways#history {:id=>/\d+/}
GET /api/0.6/way/:id/full(.:format)
api/ways#full {:id=>/\d+/}
GET /api/0.6/way/:id/relations(.:format)
api/relations#relations_for_way {:id=>/\d+/}
POST /api/0.6/way/:id/:version/redact(.:format)
api/old_ways#redact {:version=>/\d+/, :id=>/\d+/}
GET /api/0.6/way/:id/:version(.:format)
api/old_ways#version {:id=>/\d+/, :version=>/\d+/}
GET /api/0.6/way/:id(.:format)
api/ways#show {:id=>/\d+/}
PUT /api/0.6/way/:id(.:format)
api/ways#update {:id=>/\d+/}
DELETE /api/0.6/way/:id(.:format)
api/ways#delete {:id=>/\d+/}
ways_path GET /api/0.6/ways(.:format)
api/ways#index
relation_create_path PUT /api/0.6/relation/create(.:format)
api/relations#create
GET /api/0.6/relation/:id/relations(.:format)
api/relations#relations_for_relation {:id=>/\d+/}
GET /api/0.6/relation/:id/history(.:format)
api/old_relations#history {:id=>/\d+/}
GET /api/0.6/relation/:id/full(.:format)
api/relations#full {:id=>/\d+/}
POST /api/0.6/relation/:id/:version/redact(.:format)
api/old_relations#redact {:version=>/\d+/, :id=>/\d+/}
GET /api/0.6/relation/:id/:version(.:format)
api/old_relations#version {:id=>/\d+/, :version=>/\d+/}
GET /api/0.6/relation/:id(.:format)
api/relations#show {:id=>/\d+/}
PUT /api/0.6/relation/:id(.:format)
api/relations#update {:id=>/\d+/}
DELETE /api/0.6/relation/:id(.:format)
api/relations#delete {:id=>/\d+/}
relations_path GET /api/0.6/relations(.:format)
api/relations#index
map_path GET /api/0.6/map(.:format)
api/map#index
trackpoints_path GET /api/0.6/trackpoints(.:format)
api/tracepoints#index
changes_path GET /api/0.6/changes(.:format)
api/changes#index
api_search_path GET /api/0.6/search(.:format)
api/search#search_all
ways_search_path GET /api/0.6/ways/search(.:format)
api/search#search_ways
relations_search_path GET /api/0.6/relations/search(.:format)
api/search#search_relations
nodes_search_path GET /api/0.6/nodes/search(.:format)
api/search#search_nodes
GET /api/0.6/user/:id(.:format)
api/users#show {:id=>/\d+/}
user_details_path GET /api/0.6/user/details(.:format)
api/users#details
user_gpx_files_path GET /api/0.6/user/gpx_files(.:format)
api/users#gpx_files
api_users_path GET /api/0.6/users(.:format)
api/users#index
user_preferences_path GET /api/0.6/user/preferences(.:format)
api/user_preferences#read
GET /api/0.6/user/preferences/:preference_key(.:format)
api/user_preferences#read_one
PUT /api/0.6/user/preferences(.:format)
api/user_preferences#update
PUT /api/0.6/user/preferences/:preference_key(.:format)
api/user_preferences#update_one
DELETE /api/0.6/user/preferences/:preference_key(.:format)
api/user_preferences#delete_one
gpx_create_path POST /api/0.6/gpx/create(.:format)
api/traces#create
GET /api/0.6/gpx/:id(.:format)
api/traces#show {:id=>/\d+/}
PUT /api/0.6/gpx/:id(.:format)
api/traces#update {:id=>/\d+/}
DELETE /api/0.6/gpx/:id(.:format)
api/traces#destroy {:id=>/\d+/}
GET /api/0.6/gpx/:id/details(.:format)
api/traces#show {:id=>/\d+/}
GET /api/0.6/gpx/:id/data(.:format)
api/traces#data
amf_read_path POST /api/0.6/amf/read(.:format)
api/amf#amf_read
amf_write_path POST /api/0.6/amf/write(.:format)
api/amf#amf_write
search_notes_path GET /api/0.6/notes/search(.:format)
api/notes#search {:format=>"xml"}
feed_notes_path GET /api/0.6/notes/feed(.:format)
api/notes#feed {:format=>"rss"}
comment_note_path POST /api/0.6/notes/:id/comment(.:format)
api/notes#comment {:format=>"xml", :id=>/\d+/}
close_note_path POST /api/0.6/notes/:id/close(.:format)
api/notes#close {:format=>"xml", :id=>/\d+/}
reopen_note_path POST /api/0.6/notes/:id/reopen(.:format)
api/notes#reopen {:format=>"xml", :id=>/\d+/}
notes_path GET /api/0.6/notes(.:format)
api/notes#index {:format=>"xml"}
POST /api/0.6/notes(.:format)
api/notes#create {:format=>"xml"}
note_path GET /api/0.6/notes/:id(.:format)
api/notes#show {:format=>"xml", :id=>/\d+/}
DELETE /api/0.6/notes/:id(.:format)
api/notes#destroy {:format=>"xml", :id=>/\d+/}
notes_addPOIexec_path POST /api/0.6/notes/addPOIexec(.:format)
api/notes#create
notes_closePOIexec_path POST /api/0.6/notes/closePOIexec(.:format)
api/notes#close
notes_editPOIexec_path POST /api/0.6/notes/editPOIexec(.:format)
api/notes#comment
notes_getGPX_path GET /api/0.6/notes/getGPX(.:format)
api/notes#index {:format=>/gpx/}
notes_getRSSfeed_path GET /api/0.6/notes/getRSSfeed(.:format)
api/notes#feed {:format=>/rss/}
way_path GET /way/:id(.:format)
browse#way {:id=>/\d+/}
GET /way/:id/history(.:format)
browse#way_history {:id=>/\d+/}
node_path GET /node/:id(.:format)
browse#node {:id=>/\d+/}
GET /node/:id/history(.:format)
browse#node_history {:id=>/\d+/}
relation_path GET /relation/:id(.:format)
browse#relation {:id=>/\d+/}
GET /relation/:id/history(.:format)
browse#relation_history {:id=>/\d+/}
changeset_path GET /changeset/:id(.:format)
browse#changeset {:id=>/\d+/}
changeset_comments_feed_path GET /changeset/:id/comments/feed(.:format)
changeset_comments#index {:format=>"rss", :id=>/\d*/}
browse_note_path GET /note/:id(.:format)
browse#note {:id=>/\d+/}
note_new_path GET /note/new(.:format)
browse#new_note
GET /user/:display_name/history(.:format)
changesets#index
GET /user/:display_name/history/feed(.:format)
changesets#feed {:format=>:atom}
GET /user/:display_name/notes(.:format)
notes#mine
friend_changesets_path GET /history/friends(.:format)
changesets#index {:format=>:html, :friends=>true}
nearby_changesets_path GET /history/nearby(.:format)
changesets#index {:format=>:html, :nearby=>true}
GET /browse/way/:id(.:format)
redirect(301, path: /way/%{id})
GET /browse/way/:id/history(.:format)
redirect(301, path: /way/%{id}/history)
GET /browse/node/:id(.:format)
redirect(301, path: /node/%{id})
GET /browse/node/:id/history(.:format)
redirect(301, path: /node/%{id}/history)
GET /browse/relation/:id(.:format)
redirect(301, path: /relation/%{id})
GET /browse/relation/:id/history(.:format)
redirect(301, path: /relation/%{id}/history)
GET /browse/changeset/:id(.:format)
redirect(301, path: /changeset/%{id})
GET /browse/note/:id(.:format)
redirect(301, path: /note/%{id})
GET /user/:display_name/edits(.:format)
redirect(301, path: /user/%{display_name}/history)
GET /user/:display_name/edits/feed(.:format)
redirect(301, path: /user/%{display_name}/history/feed)
browse_friends_path GET /browse/friends(.:format)
redirect(301, path: /history/friends)
browse_nearby_path GET /browse/nearby(.:format)
redirect(301, path: /history/nearby)
browse_changesets_feed_path GET /browse/changesets/feed(.:format)
redirect(301, path: /history/feed)
browse_changesets_path GET /browse/changesets(.:format)
redirect(301, path: /history)
browse_path GET /browse(.:format)
redirect(301, path: /history)
root_path GET|POST /
site#index
edit_path GET /edit(.:format)
site#edit
GET /copyright/:copyright_locale(.:format)
site#copyright
copyright_path GET /copyright(.:format)
site#copyright
welcome_path GET /welcome(.:format)
site#welcome
fixthemap_path GET /fixthemap(.:format)
site#fixthemap
help_path GET /help(.:format)
site#help
about_path GET /about(.:format)
site#about
history_path GET /history(.:format)
changesets#index
history_feed_path GET /history/feed(.:format)
changesets#feed {:format=>:atom}
changesets_comments_feed_path GET /history/comments/feed(.:format)
changeset_comments#index {:format=>"rss"}
export_path GET /export(.:format)
site#export
login_path GET|POST /login(.:format)
users#login
logout_path GET|POST /logout(.:format)
users#logout
offline_path GET /offline(.:format)
site#offline
key_path GET /key(.:format)
site#key
id_path GET /id(.:format)
site#id
query_path GET /query(.:format)
browse#query
user_new_path GET /user/new(.:format)
users#new
POST /user/new(.:format)
users#create
user_terms_path GET /user/terms(.:format)
users#terms
user_save_path POST /user/save(.:format)
users#save
GET /user/:display_name/confirm/resend(.:format)
users#confirm_resend
GET|POST /user/:display_name/confirm(.:format)
users#confirm
user_confirm_path GET|POST /user/confirm(.:format)
users#confirm
user_confirm_email_path GET|POST /user/confirm-email(.:format)
users#confirm_email
user_go_public_path POST /user/go_public(.:format)
users#go_public
user_reset_password_path GET|POST /user/reset-password(.:format)
users#reset_password
user_forgot_password_path GET|POST /user/forgot-password(.:format)
users#lost_password
user_suspended_path GET /user/suspended(.:format)
users#suspended
GET /index.html(.:format)
redirect(301, path: /)
GET /create-account.html(.:format)
redirect(301, path: /user/new)
GET /forgot-password.html(.:format)
redirect(301, path: /user/forgot-password)
auth_failure_path GET /auth/failure(.:format)
users#auth_failure
auth_success_path GET|POST /auth/:provider/callback(.:format)
users#auth_success
auth_path GET|POST /auth/:provider(.:format)
users#auth
GET /go/:code(.:format)
site#permalink {:code=>/[a-zA-Z0-9_@~]+[=-]*/}
preview_path POST /preview/:type(.:format)
site#preview
traces_path GET /traces(.:format)
traces#index
POST /traces(.:format)
traces#create
new_trace_path GET /traces/new(.:format)
traces#new
edit_trace_path GET /traces/:id/edit(.:format)
traces#edit
trace_path PATCH /traces/:id(.:format)
traces#update
PUT /traces/:id(.:format)
traces#update
DELETE /traces/:id(.:format)
traces#destroy
GET /user/:display_name/traces/tag/:tag/page/:page(.:format)
traces#index {:page=>/[1-9][0-9]*/}
GET /user/:display_name/traces/tag/:tag(.:format)
traces#index
GET /user/:display_name/traces/page/:page(.:format)
traces#index {:page=>/[1-9][0-9]*/}
GET /user/:display_name/traces(.:format)
traces#index
GET /user/:display_name/traces/tag/:tag/rss(.:format)
traces#georss {:format=>:rss}
GET /user/:display_name/traces/rss(.:format)
traces#georss {:format=>:rss}
GET /user/:display_name/traces/:id(.:format)
traces#show
GET /user/:display_name/traces/:id/picture(.:format)
traces#picture
GET /user/:display_name/traces/:id/icon(.:format)
traces#icon
GET /traces/tag/:tag/page/:page(.:format)
traces#index {:page=>/[1-9][0-9]*/}
GET /traces/tag/:tag(.:format)
traces#index
GET /traces/page/:page(.:format)
traces#index {:page=>/[1-9][0-9]*/}
GET /traces/tag/:tag/rss(.:format)
traces#georss {:format=>:rss}
traces_rss_path GET /traces/rss(.:format)
traces#georss {:format=>:rss}
GET /traces/mine/tag/:tag/page/:page(.:format)
traces#mine {:page=>/[1-9][0-9]*/}
GET /traces/mine/tag/:tag(.:format)
traces#mine
GET /traces/mine/page/:page(.:format)
traces#mine
traces_mine_path GET /traces/mine(.:format)
traces#mine
trace_create_path GET /trace/create(.:format)
redirect(301, path: /traces/new)
trace_data_path GET /trace/:id/data(.:format)
traces#data {:id=>/\d+/}
GET /trace/:id/edit(.:format)
redirect(301, path: /traces/%{id}/edit)
POST /trace/:id/delete(.:format)
traces#delete {:id=>/\d+/}
friends_diary_entries_path GET /diary/friends(.:format)
diary_entries#index {:friends=>true}
nearby_diary_entries_path GET /diary/nearby(.:format)
diary_entries#index {:nearby=>true}
diary_entries_path GET /diary(.:format)
diary_entries#index
POST /diary(.:format)
diary_entries#create
new_diary_entry_path GET /diary/new(.:format)
diary_entries#new
GET /user/:display_name/diary/rss(.:format)
diary_entries#rss {:format=>:rss}
GET /diary/:language/rss(.:format)
diary_entries#rss {:format=>:rss}
diary_rss_path GET /diary/rss(.:format)
diary_entries#rss {:format=>:rss}
GET /user/:display_name/diary/comments/:page(.:format)
diary_entries#comments {:page=>/[1-9][0-9]*/}
GET /user/:display_name/diary/comments(.:format)
diary_entries#comments
GET /user/:display_name/diary(.:format)
diary_entries#index
GET /diary/:language(.:format)
diary_entries#index
edit_diary_entry_path GET /user/:display_name/diary/:id/edit(.:format)
diary_entries#edit
diary_entry_path GET /user/:display_name/diary/:id(.:format)
diary_entries#show
PATCH /user/:display_name/diary/:id(.:format)
diary_entries#update
PUT /user/:display_name/diary/:id(.:format)
diary_entries#update
POST /user/:display_name/diary/:id/newcomment(.:format)
diary_entries#comment {:id=>/\d+/}
hide_diary_entry_path POST /user/:display_name/diary/:id/hide(.:format)
diary_entries#hide {:id=>/\d+/}
unhide_diary_entry_path POST /user/:display_name/diary/:id/unhide(.:format)
diary_entries#unhide {:id=>/\d+/}
hide_diary_comment_path POST /user/:display_name/diary/:id/hidecomment/:comment(.:format)
diary_entries#hidecomment {:id=>/\d+/, :comment=>/\d+/}
unhide_diary_comment_path POST /user/:display_name/diary/:id/unhidecomment/:comment(.:format)
diary_entries#unhidecomment {:id=>/\d+/, :comment=>/\d+/}
diary_entry_subscribe_path POST /user/:display_name/diary/:id/subscribe(.:format)
diary_entries#subscribe {:id=>/\d+/}
diary_entry_unsubscribe_path POST /user/:display_name/diary/:id/unsubscribe(.:format)
diary_entries#unsubscribe {:id=>/\d+/}
user_path GET /user/:display_name(.:format)
users#show
make_friend_path GET|POST /user/:display_name/make_friend(.:format)
users#make_friend
remove_friend_path GET|POST /user/:display_name/remove_friend(.:format)
users#remove_friend
GET|POST /user/:display_name/account(.:format)
users#account
set_status_user_path GET /user/:display_name/set_status(.:format)
users#set_status
delete_user_path GET /user/:display_name/delete(.:format)
users#delete
users_path GET|POST /users(.:format)
users#index
GET|POST /users/:status(.:format)
users#index
search_path GET /search(.:format)
geocoder#search
geocoder_search_latlon_path GET /geocoder/search_latlon(.:format)
geocoder#search_latlon
geocoder_search_ca_postcode_path GET /geocoder/search_ca_postcode(.:format)
geocoder#search_ca_postcode
geocoder_search_osm_nominatim_path GET /geocoder/search_osm_nominatim(.:format)
geocoder#search_osm_nominatim
geocoder_search_geonames_path GET /geocoder/search_geonames(.:format)
geocoder#search_geonames
geocoder_search_osm_nominatim_reverse_path GET /geocoder/search_osm_nominatim_reverse(.:format)
geocoder#search_osm_nominatim_reverse
geocoder_search_geonames_reverse_path GET /geocoder/search_geonames_reverse(.:format)
geocoder#search_geonames_reverse
directions_path GET /directions(.:format)
directions#search
export_finish_path POST /export/finish(.:format)
export#finish
export_embed_path GET /export/embed(.:format)
export#embed
message_mark_path POST /messages/:message_id/mark(.:format)
messages#mark
message_reply_path GET|POST /messages/:message_id/reply(.:format)
messages#reply
inbox_messages_path GET /messages/inbox(.:format)
messages#inbox
outbox_messages_path GET /messages/outbox(.:format)
messages#outbox
messages_path POST /messages(.:format)
messages#create
message_path GET /messages/:id(.:format)
messages#show
DELETE /messages/:id(.:format)
messages#destroy
GET /user/:display_name/inbox(.:format)
redirect(301, path: /messages/inbox)
GET /user/:display_name/outbox(.:format)
redirect(301, path: /messages/outbox)
new_message_path GET /message/new/:display_name(.:format)
messages#new
GET /message/read/:message_id(.:format)
redirect(301, path: /messages/%{message_id})
oauth_clients_path GET /user/:display_name/oauth_clients(.:format)
oauth_clients#index
POST /user/:display_name/oauth_clients(.:format)
oauth_clients#create
new_oauth_client_path GET /user/:display_name/oauth_clients/new(.:format)
oauth_clients#new
edit_oauth_client_path GET /user/:display_name/oauth_clients/:id/edit(.:format)
oauth_clients#edit
oauth_client_path GET /user/:display_name/oauth_clients/:id(.:format)
oauth_clients#show
PATCH /user/:display_name/oauth_clients/:id(.:format)
oauth_clients#update
PUT /user/:display_name/oauth_clients/:id(.:format)
oauth_clients#update
DELETE /user/:display_name/oauth_clients/:id(.:format)
oauth_clients#destroy
oauth_revoke_path GET|POST /oauth/revoke(.:format)
oauth#revoke
authorize_path GET|POST /oauth/authorize(.:format)
oauth#authorize
token_path GET /oauth/token(.:format)
oauth#token
request_token_path GET|POST /oauth/request_token(.:format)
oauth#request_token
access_token_path GET|POST /oauth/access_token(.:format)
oauth#access_token
test_request_path GET /oauth/test_request(.:format)
oauth#test_request
grant_role_path POST /user/:display_name/role/:role/grant(.:format)
user_roles#grant
revoke_role_path POST /user/:display_name/role/:role/revoke(.:format)
user_roles#revoke
GET /user/:display_name/blocks(.:format)
user_blocks#blocks_on
GET /user/:display_name/blocks_by(.:format)
user_blocks#blocks_by
new_user_block_path GET /blocks/new/:display_name(.:format)
user_blocks#new
user_blocks_path GET /user_blocks(.:format)
user_blocks#index
POST /user_blocks(.:format)
user_blocks#create
GET /user_blocks/new(.:format)
user_blocks#new
edit_user_block_path GET /user_blocks/:id/edit(.:format)
user_blocks#edit
user_block_path GET /user_blocks/:id(.:format)
user_blocks#show
PATCH /user_blocks/:id(.:format)
user_blocks#update
PUT /user_blocks/:id(.:format)
user_blocks#update
DELETE /user_blocks/:id(.:format)
user_blocks#destroy
revoke_user_block_path GET|POST /blocks/:id/revoke(.:format)
user_blocks#revoke
issue_comments_path GET /issues/:issue_id/comments(.:format)
issue_comments#index
POST /issues/:issue_id/comments(.:format)
issue_comments#create
new_issue_comment_path GET /issues/:issue_id/comments/new(.:format)
issue_comments#new
edit_issue_comment_path GET /issues/:issue_id/comments/:id/edit(.:format)
issue_comments#edit
issue_comment_path GET /issues/:issue_id/comments/:id(.:format)
issue_comments#show
PATCH /issues/:issue_id/comments/:id(.:format)
issue_comments#update
PUT /issues/:issue_id/comments/:id(.:format)
issue_comments#update
DELETE /issues/:issue_id/comments/:id(.:format)
issue_comments#destroy
resolve_issue_path POST /issues/:id/resolve(.:format)
issues#resolve
assign_issue_path POST /issues/:id/assign(.:format)
issues#assign
ignore_issue_path POST /issues/:id/ignore(.:format)
issues#ignore
reopen_issue_path POST /issues/:id/reopen(.:format)
issues#reopen
issues_path GET /issues(.:format)
issues#index
POST /issues(.:format)
issues#create
new_issue_path GET /issues/new(.:format)
issues#new
edit_issue_path GET /issues/:id/edit(.:format)
issues#edit
issue_path GET /issues/:id(.:format)
issues#show
PATCH /issues/:id(.:format)
issues#update
PUT /issues/:id(.:format)
issues#update
DELETE /issues/:id(.:format)
issues#destroy
reports_path GET /reports(.:format)
reports#index
POST /reports(.:format)
reports#create
new_report_path GET /reports/new(.:format)
reports#new
edit_report_path GET /reports/:id/edit(.:format)
reports#edit
report_path GET /reports/:id(.:format)
reports#show
PATCH /reports/:id(.:format)
reports#update
PUT /reports/:id(.:format)
reports#update
DELETE /reports/:id(.:format)
reports#destroy
redactions_path GET /redactions(.:format)
redactions#index
POST /redactions(.:format)
redactions#create
new_redaction_path GET /redactions/new(.:format)
redactions#new
edit_redaction_path GET /redactions/:id/edit(.:format)
redactions#edit
redaction_path GET /redactions/:id(.:format)
redactions#show
PATCH /redactions/:id(.:format)
redactions#update
PUT /redactions/:id(.:format)
redactions#update
DELETE /redactions/:id(.:format)
redactions#destroy
/403(.:format)
errors#forbidden
/404(.:format)
errors#not_found
/500(.:format)
errors#internal_server_error
rails_service_blob_path GET /rails/active_storage/blobs/:signed_id/*filename(.:format)
active_storage/blobs#show
rails_blob_representation_path GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)
active_storage/representations#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:
{"oauth_token"=>"Hh4AJlM8RWL9OlqA7GXGn22eUVX0s3a4BifJTlGX"}
Toggle session dump
Toggle env dump
Response
Headers:
None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment