No route matches [GET] "/blog/82.html"

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper (Path / Url) HTTP Verb Path Controller#Action Source Location
native_oauth_authorization_path GET /oauth2/authorize/native(.:format)

oauth2_authorizations#show

oauth_authorization_path GET /oauth2/authorize(.:format)

oauth2_authorizations#new

DELETE /oauth2/authorize(.:format)

oauth2_authorizations#destroy

POST /oauth2/authorize(.:format)

oauth2_authorizations#create

oauth_token_path POST /oauth2/token(.:format)

doorkeeper/tokens#create

oauth_revoke_path POST /oauth2/revoke(.:format)

doorkeeper/tokens#revoke

oauth_introspect_path POST /oauth2/introspect(.:format)

doorkeeper/tokens#introspect

oauth_applications_path GET /oauth2/applications(.:format)

oauth2_applications#index

POST /oauth2/applications(.:format)

oauth2_applications#create

new_oauth_application_path GET /oauth2/applications/new(.:format)

oauth2_applications#new

edit_oauth_application_path GET /oauth2/applications/:id/edit(.:format)

oauth2_applications#edit

oauth_application_path GET /oauth2/applications/:id(.:format)

oauth2_applications#show

PATCH /oauth2/applications/:id(.:format)

oauth2_applications#update

PUT /oauth2/applications/:id(.:format)

oauth2_applications#update

DELETE /oauth2/applications/:id(.:format)

oauth2_applications#destroy

oauth_authorized_applications_path GET /oauth2/authorized_applications(.:format)

oauth2_authorized_applications#index

oauth_authorized_application_path DELETE /oauth2/authorized_applications/:id(.:format)

oauth2_authorized_applications#destroy

oauth_token_info_path GET /oauth2/token/info(.:format)

doorkeeper/token_info#show

api_capabilities_path GET /api/capabilities(.:format)

api/capabilities#show

config/routes.rb:12

api_versions_path GET /api/versions(.:format)

api/versions#show

config/routes.rb:13

capabilities_path GET /api/0.6/capabilities(.:format)

api/capabilities#show

config/routes.rb:17

permissions_path GET /api/0.6/permissions(.:format)

api/permissions#show

config/routes.rb:18

changeset_create_path PUT /api/0.6/changeset/create(.:format)

api/changesets#create

config/routes.rb:20

changeset_upload_path POST /api/0.6/changeset/:id/upload(.:format)

api/changesets#upload {:id=>/\d+/}

config/routes.rb:21

changeset_download_path GET /api/0.6/changeset/:id/download(.:format)

api/changesets#download {:id=>/\d+/}

config/routes.rb:22

changeset_show_path GET /api/0.6/changeset/:id(.:format)

api/changesets#show {:id=>/\d+/}

config/routes.rb:23

changeset_subscribe_path POST /api/0.6/changeset/:id/subscribe(.:format)

api/changesets#subscribe {:id=>/\d+/}

config/routes.rb:24

changeset_unsubscribe_path POST /api/0.6/changeset/:id/unsubscribe(.:format)

api/changesets#unsubscribe {:id=>/\d+/}

config/routes.rb:25

PUT /api/0.6/changeset/:id(.:format)

api/changesets#update {:id=>/\d+/}

config/routes.rb:26

changeset_close_path PUT /api/0.6/changeset/:id/close(.:format)

api/changesets#close {:id=>/\d+/}

config/routes.rb:27

changesets_path GET /api/0.6/changesets(.:format)

api/changesets#query

config/routes.rb:28

changeset_comment_path POST /api/0.6/changeset/:id/comment(.:format)

api/changeset_comments#create {:id=>/\d+/}

config/routes.rb:29

changeset_comment_hide_path POST /api/0.6/changeset/comment/:id/hide(.:format)

api/changeset_comments#destroy {:id=>/\d+/}

config/routes.rb:30

changeset_comment_unhide_path POST /api/0.6/changeset/comment/:id/unhide(.:format)

api/changeset_comments#restore {:id=>/\d+/}

config/routes.rb:31

node_create_path PUT /api/0.6/node/create(.:format)

api/nodes#create

config/routes.rb:33

node_ways_path GET /api/0.6/node/:id/ways(.:format)

api/ways#ways_for_node {:id=>/\d+/}

config/routes.rb:34

node_relations_path GET /api/0.6/node/:id/relations(.:format)

api/relations#relations_for_node {:id=>/\d+/}

config/routes.rb:35

api_node_history_path GET /api/0.6/node/:id/history(.:format)

api/old_nodes#history {:id=>/\d+/}

config/routes.rb:36

node_version_redact_path POST /api/0.6/node/:id/:version/redact(.:format)

api/old_nodes#redact {:version=>/\d+/, :id=>/\d+/}

config/routes.rb:37

node_version_path GET /api/0.6/node/:id/:version(.:format)

api/old_nodes#version {:id=>/\d+/, :version=>/\d+/}

config/routes.rb:38

api_node_path GET /api/0.6/node/:id(.:format)

api/nodes#show {:id=>/\d+/}

config/routes.rb:39

PUT /api/0.6/node/:id(.:format)

api/nodes#update {:id=>/\d+/}

config/routes.rb:40

DELETE /api/0.6/node/:id(.:format)

api/nodes#delete {:id=>/\d+/}

config/routes.rb:41

nodes_path GET /api/0.6/nodes(.:format)

api/nodes#index

config/routes.rb:42

way_create_path PUT /api/0.6/way/create(.:format)

api/ways#create

config/routes.rb:44

api_way_history_path GET /api/0.6/way/:id/history(.:format)

api/old_ways#history {:id=>/\d+/}

config/routes.rb:45

way_full_path GET /api/0.6/way/:id/full(.:format)

api/ways#full {:id=>/\d+/}

config/routes.rb:46

way_relations_path GET /api/0.6/way/:id/relations(.:format)

api/relations#relations_for_way {:id=>/\d+/}

config/routes.rb:47

way_version_redact_path POST /api/0.6/way/:id/:version/redact(.:format)

api/old_ways#redact {:version=>/\d+/, :id=>/\d+/}

config/routes.rb:48

way_version_path GET /api/0.6/way/:id/:version(.:format)

api/old_ways#version {:id=>/\d+/, :version=>/\d+/}

config/routes.rb:49

api_way_path GET /api/0.6/way/:id(.:format)

api/ways#show {:id=>/\d+/}

config/routes.rb:50

PUT /api/0.6/way/:id(.:format)

api/ways#update {:id=>/\d+/}

config/routes.rb:51

DELETE /api/0.6/way/:id(.:format)

api/ways#delete {:id=>/\d+/}

config/routes.rb:52

ways_path GET /api/0.6/ways(.:format)

api/ways#index

config/routes.rb:53

relation_create_path PUT /api/0.6/relation/create(.:format)

api/relations#create

config/routes.rb:55

relation_relations_path GET /api/0.6/relation/:id/relations(.:format)

api/relations#relations_for_relation {:id=>/\d+/}

config/routes.rb:56

api_relation_history_path GET /api/0.6/relation/:id/history(.:format)

api/old_relations#history {:id=>/\d+/}

config/routes.rb:57

relation_full_path GET /api/0.6/relation/:id/full(.:format)

api/relations#full {:id=>/\d+/}

config/routes.rb:58

relation_version_redact_path POST /api/0.6/relation/:id/:version/redact(.:format)

api/old_relations#redact {:version=>/\d+/, :id=>/\d+/}

config/routes.rb:59

relation_version_path GET /api/0.6/relation/:id/:version(.:format)

api/old_relations#version {:id=>/\d+/, :version=>/\d+/}

config/routes.rb:60

api_relation_path GET /api/0.6/relation/:id(.:format)

api/relations#show {:id=>/\d+/}

config/routes.rb:61

PUT /api/0.6/relation/:id(.:format)

api/relations#update {:id=>/\d+/}

config/routes.rb:62

DELETE /api/0.6/relation/:id(.:format)

api/relations#delete {:id=>/\d+/}

config/routes.rb:63

relations_path GET /api/0.6/relations(.:format)

api/relations#index

config/routes.rb:64

map_path GET /api/0.6/map(.:format)

api/map#index

config/routes.rb:66

trackpoints_path GET /api/0.6/trackpoints(.:format)

api/tracepoints#index

config/routes.rb:68

api_user_path GET /api/0.6/user/:id(.:format)

api/users#show {:id=>/\d+/}

config/routes.rb:70

user_details_path GET /api/0.6/user/details(.:format)

api/users#details

config/routes.rb:71

user_gpx_files_path GET /api/0.6/user/gpx_files(.:format)

api/users#gpx_files

config/routes.rb:72

api_users_path GET /api/0.6/users(.:format)

api/users#index

config/routes.rb:73

user_preferences_path PUT /api/0.6/user/preferences(.:format)

api/user_preferences#update_all

config/routes.rb:77

GET /api/0.6/user/preferences(.:format)

api/user_preferences#index

config/routes.rb:75

user_preference_path GET /api/0.6/user/preferences/:preference_key(.:format)

api/user_preferences#show

config/routes.rb:75

PATCH /api/0.6/user/preferences/:preference_key(.:format)

api/user_preferences#update

config/routes.rb:75

PUT /api/0.6/user/preferences/:preference_key(.:format)

api/user_preferences#update

config/routes.rb:75

DELETE /api/0.6/user/preferences/:preference_key(.:format)

api/user_preferences#destroy

config/routes.rb:75

gpx_create_path POST /api/0.6/gpx/create(.:format)

api/traces#create

config/routes.rb:81

api_trace_path GET /api/0.6/gpx/:id(.:format)

api/traces#show {:id=>/\d+/}

config/routes.rb:82

PUT /api/0.6/gpx/:id(.:format)

api/traces#update {:id=>/\d+/}

config/routes.rb:83

DELETE /api/0.6/gpx/:id(.:format)

api/traces#destroy {:id=>/\d+/}

config/routes.rb:84

GET /api/0.6/gpx/:id/details(.:format)

api/traces#show {:id=>/\d+/}

config/routes.rb:85

api_trace_data_path GET /api/0.6/gpx/:id/data(.:format)

api/traces#data

config/routes.rb:86

search_api_notes_path GET /api/0.6/notes/search(.:format)

api/notes#search

config/routes.rb:91

feed_api_notes_path GET /api/0.6/notes/feed(.:format)

api/notes#feed {:format=>"rss"}

config/routes.rb:92

comment_api_note_path POST /api/0.6/notes/:id/comment(.:format)

api/notes#comment {:id=>/\d+/}

config/routes.rb:96

close_api_note_path POST /api/0.6/notes/:id/close(.:format)

api/notes#close {:id=>/\d+/}

config/routes.rb:97

reopen_api_note_path POST /api/0.6/notes/:id/reopen(.:format)

api/notes#reopen {:id=>/\d+/}

config/routes.rb:98

api_notes_path GET /api/0.6/notes(.:format)

api/notes#index

config/routes.rb:89

POST /api/0.6/notes(.:format)

api/notes#create

config/routes.rb:89

api_note_path GET /api/0.6/notes/:id(.:format)

api/notes#show {:id=>/\d+/}

config/routes.rb:89

DELETE /api/0.6/notes/:id(.:format)

api/notes#destroy {:id=>/\d+/}

config/routes.rb:89

notes_addPOIexec_path POST /api/0.6/notes/addPOIexec(.:format)

api/notes#create

config/routes.rb:102

notes_closePOIexec_path POST /api/0.6/notes/closePOIexec(.:format)

api/notes#close

config/routes.rb:103

notes_editPOIexec_path POST /api/0.6/notes/editPOIexec(.:format)

api/notes#comment

config/routes.rb:104

notes_getGPX_path GET /api/0.6/notes/getGPX(.:format)

api/notes#index {:format=>/gpx/}

config/routes.rb:105

notes_getRSSfeed_path GET /api/0.6/notes/getRSSfeed(.:format)

api/notes#feed {:format=>/rss/}

config/routes.rb:106

api_user_block_path GET /api/0.6/user_blocks/:id(.:format)

api/user_blocks#show {:id=>/\d+/}

config/routes.rb:108

way_path GET /way/:id(.:format)

browse#way {:id=>/\d+/}

config/routes.rb:112

way_history_path GET /way/:id/history(.:format)

browse#way_history {:id=>/\d+/}

config/routes.rb:113

node_path GET /node/:id(.:format)

browse#node {:id=>/\d+/}

config/routes.rb:114

node_history_path GET /node/:id/history(.:format)

browse#node_history {:id=>/\d+/}

config/routes.rb:115

relation_path GET /relation/:id(.:format)

browse#relation {:id=>/\d+/}

config/routes.rb:116

relation_history_path GET /relation/:id/history(.:format)

browse#relation_history {:id=>/\d+/}

config/routes.rb:117

changeset_path GET /changeset/:id(.:format)

browse#changeset {:id=>/\d+/}

config/routes.rb:118

changeset_comments_feed_path GET /changeset/:id/comments/feed(.:format)

changeset_comments#index {:format=>"rss", :id=>/\d*/}

config/routes.rb:119

new_note_path GET /note/new(.:format)

notes#new

config/routes.rb:120

note_path GET /note/:id(.:format)

notes#show

config/routes.rb:120

GET /user/:display_name/history(.:format)

changesets#index

config/routes.rb:122

GET /user/:display_name/history/feed(.:format)

changesets#feed {:format=>:atom}

config/routes.rb:123

user_notes_path GET /user/:display_name/notes(.:format)

notes#index

config/routes.rb:124

friend_changesets_path GET /history/friends(.:format)

changesets#index {:format=>:html, :friends=>true}

config/routes.rb:125

nearby_changesets_path GET /history/nearby(.:format)

changesets#index {:format=>:html, :nearby=>true}

config/routes.rb:126

GET /browse/way/:id(.:format)

redirect(301, path: /way/%{id})

config/routes.rb:128

GET /browse/way/:id/history(.:format)

redirect(301, path: /way/%{id}/history)

config/routes.rb:129

GET /browse/node/:id(.:format)

redirect(301, path: /node/%{id})

config/routes.rb:130

GET /browse/node/:id/history(.:format)

redirect(301, path: /node/%{id}/history)

config/routes.rb:131

GET /browse/relation/:id(.:format)

redirect(301, path: /relation/%{id})

config/routes.rb:132

GET /browse/relation/:id/history(.:format)

redirect(301, path: /relation/%{id}/history)

config/routes.rb:133

GET /browse/changeset/:id(.:format)

redirect(301, path: /changeset/%{id})

config/routes.rb:134

GET /browse/note/:id(.:format)

redirect(301, path: /note/%{id})

config/routes.rb:135

GET /user/:display_name/edits(.:format)

redirect(301, path: /user/%{display_name}/history)

config/routes.rb:136

GET /user/:display_name/edits/feed(.:format)

redirect(301, path: /user/%{display_name}/history/feed)

config/routes.rb:137

browse_friends_path GET /browse/friends(.:format)

redirect(301, path: /history/friends)

config/routes.rb:138

browse_nearby_path GET /browse/nearby(.:format)

redirect(301, path: /history/nearby)

config/routes.rb:139

browse_changesets_feed_path GET /browse/changesets/feed(.:format)

redirect(301, path: /history/feed)

config/routes.rb:140

browse_changesets_path GET /browse/changesets(.:format)

redirect(301, path: /history)

config/routes.rb:141

browse_path GET /browse(.:format)

redirect(301, path: /history)

config/routes.rb:142

root_path GET|POST /

site#index

config/routes.rb:145

edit_path GET /edit(.:format)

site#edit

config/routes.rb:146

GET /copyright/:copyright_locale(.:format)

site#copyright

config/routes.rb:147

copyright_path GET /copyright(.:format)

site#copyright

config/routes.rb:148

welcome_path GET /welcome(.:format)

site#welcome

config/routes.rb:149

fixthemap_path GET /fixthemap(.:format)

site#fixthemap

config/routes.rb:150

help_path GET /help(.:format)

site#help

config/routes.rb:151

GET /about/:about_locale(.:format)

site#about

config/routes.rb:152

about_path GET /about(.:format)

site#about

config/routes.rb:153

communities_path GET /communities(.:format)

site#communities

config/routes.rb:154

history_path GET /history(.:format)

changesets#index

config/routes.rb:155

history_feed_path GET /history/feed(.:format)

changesets#feed {:format=>:atom}

config/routes.rb:156

changesets_comments_feed_path GET /history/comments/feed(.:format)

changeset_comments#index {:format=>"rss"}

config/routes.rb:157

export_path GET /export(.:format)

site#export

config/routes.rb:158

login_path GET /login(.:format)

sessions#new

config/routes.rb:159

POST /login(.:format)

sessions#create

config/routes.rb:160

logout_path GET|POST /logout(.:format)

sessions#destroy

config/routes.rb:161

offline_path GET /offline(.:format)

site#offline

config/routes.rb:162

key_path GET /key(.:format)

site#key

config/routes.rb:163

id_path GET /id(.:format)

site#id

config/routes.rb:164

query_path GET /query(.:format)

browse#query

config/routes.rb:165

user_new_path GET /user/new(.:format)

users#new

config/routes.rb:166

POST /user/new(.:format)

users#create

config/routes.rb:167

user_terms_path GET /user/terms(.:format)

users#terms

config/routes.rb:168

user_save_path POST /user/save(.:format)

users#save

config/routes.rb:169

user_confirm_resend_path GET /user/:display_name/confirm/resend(.:format)

confirmations#confirm_resend

config/routes.rb:170

GET|POST /user/:display_name/confirm(.:format)

confirmations#confirm

config/routes.rb:171

user_confirm_path GET|POST /user/confirm(.:format)

confirmations#confirm

config/routes.rb:172

user_confirm_email_path GET|POST /user/confirm-email(.:format)

confirmations#confirm_email

config/routes.rb:173

user_go_public_path POST /user/go_public(.:format)

users#go_public

config/routes.rb:174

user_forgot_password_path GET /user/forgot-password(.:format)

passwords#new

config/routes.rb:176

POST /user/forgot-password(.:format)

passwords#create

config/routes.rb:177

user_reset_password_path GET /user/reset-password(.:format)

passwords#edit

config/routes.rb:178

POST /user/reset-password(.:format)

passwords#update

config/routes.rb:179

user_suspended_path GET /user/suspended(.:format)

users#suspended

config/routes.rb:181

GET /index.html(.:format)

redirect(301, path: /)

config/routes.rb:183

GET /create-account.html(.:format)

redirect(301, path: /user/new)

config/routes.rb:184

GET /forgot-password.html(.:format)

redirect(301, path: /user/forgot-password)

config/routes.rb:185

auth_failure_path GET /auth/failure(.:format)

users#auth_failure

config/routes.rb:188

auth_success_path GET|POST /auth/:provider/callback(.:format)

users#auth_success

config/routes.rb:189

auth_path POST|PATCH /auth/:provider(.:format)

users#auth

config/routes.rb:190

permalink_path GET /go/:code(.:format)

site#permalink {:code=>/[a-zA-Z0-9_@~]+[=-]*/}

config/routes.rb:193

preview_path POST /preview/:type(.:format)

site#preview

config/routes.rb:196

traces_path GET /traces(.:format)

traces#index

config/routes.rb:199

POST /traces(.:format)

traces#create

config/routes.rb:199

new_trace_path GET /traces/new(.:format)

traces#new

config/routes.rb:199

edit_trace_path GET /traces/:id/edit(.:format)

traces#edit

config/routes.rb:199

trace_path PATCH /traces/:id(.:format)

traces#update

config/routes.rb:199

PUT /traces/:id(.:format)

traces#update

config/routes.rb:199

DELETE /traces/:id(.:format)

traces#destroy

config/routes.rb:199

GET /user/:display_name/traces/tag/:tag/page/:page(.:format)

redirect(301, path: /user/%{display_name}/traces/tag/%{tag}) {:page=>/[1-9][0-9]*/}

config/routes.rb:200

GET /user/:display_name/traces/tag/:tag(.:format)

traces#index

config/routes.rb:201

GET /user/:display_name/traces/page/:page(.:format)

redirect(301, path: /user/%{display_name}/traces) {:page=>/[1-9][0-9]*/}

config/routes.rb:202

GET /user/:display_name/traces(.:format)

traces#index

config/routes.rb:203

GET /user/:display_name/traces/tag/:tag/rss(.:format)

traces#georss {:format=>:rss}

config/routes.rb:204

GET /user/:display_name/traces/rss(.:format)

traces#georss {:format=>:rss}

config/routes.rb:205

show_trace_path GET /user/:display_name/traces/:id(.:format)

traces#show

config/routes.rb:206

trace_picture_path GET /user/:display_name/traces/:id/picture(.:format)

traces#picture

config/routes.rb:207

trace_icon_path GET /user/:display_name/traces/:id/icon(.:format)

traces#icon

config/routes.rb:208

GET /traces/tag/:tag/page/:page(.:format)

redirect(301, path: /traces/tag/%{tag}) {:page=>/[1-9][0-9]*/}

config/routes.rb:209

GET /traces/tag/:tag(.:format)

traces#index

config/routes.rb:210

GET /traces/page/:page(.:format)

redirect(301, path: /traces) {:page=>/[1-9][0-9]*/}

config/routes.rb:211

GET /traces/tag/:tag/rss(.:format)

traces#georss {:format=>:rss}

config/routes.rb:212

traces_rss_path GET /traces/rss(.:format)

traces#georss {:format=>:rss}

config/routes.rb:213

GET /traces/mine/tag/:tag/page/:page(.:format)

redirect(301, path: /traces/mine/tag/%{tag}) {:page=>/[1-9][0-9]*/}

config/routes.rb:214

GET /traces/mine/tag/:tag(.:format)

traces#mine

config/routes.rb:215

GET /traces/mine/page/:page(.:format)

redirect(301, path: /traces/mine) {:page=>/[1-9][0-9]*/}

config/routes.rb:216

traces_mine_path GET /traces/mine(.:format)

traces#mine

config/routes.rb:217

trace_create_path GET /trace/create(.:format)

redirect(301, path: /traces/new)

config/routes.rb:218

trace_data_path GET /trace/:id/data(.:format)

traces#data {:id=>/\d+/}

config/routes.rb:219

GET /trace/:id/edit(.:format)

redirect(301, path: /traces/%{id}/edit)

config/routes.rb:220

friends_diary_entries_path GET /diary/friends(.:format)

diary_entries#index {:friends=>true}

config/routes.rb:225

nearby_diary_entries_path GET /diary/nearby(.:format)

diary_entries#index {:nearby=>true}

config/routes.rb:226

diary_entries_path GET /diary(.:format)

diary_entries#index

config/routes.rb:223

POST /diary(.:format)

diary_entries#create

config/routes.rb:223

new_diary_entry_path GET /diary/new(.:format)

diary_entries#new

config/routes.rb:223

GET /user/:display_name/diary/rss(.:format)

diary_entries#rss {:format=>:rss}

config/routes.rb:229

GET /diary/:language/rss(.:format)

diary_entries#rss {:format=>:rss}

config/routes.rb:230

diary_rss_path GET /diary/rss(.:format)

diary_entries#rss {:format=>:rss}

config/routes.rb:231

GET /user/:display_name/diary/comments/:page(.:format)

diary_entries#comments {:page=>/[1-9][0-9]*/}

config/routes.rb:232

diary_comments_path GET /user/:display_name/diary/comments(.:format)

diary_entries#comments

config/routes.rb:233

GET /user/:display_name/diary(.:format)

diary_entries#index

config/routes.rb:234

GET /diary/:language(.:format)

diary_entries#index

config/routes.rb:235

edit_diary_entry_path GET /user/:display_name/diary/:id/edit(.:format)

diary_entries#edit {:id=>/\d+/}

config/routes.rb:237

diary_entry_path GET /user/:display_name/diary/:id(.:format)

diary_entries#show {:id=>/\d+/}

config/routes.rb:237

PATCH /user/:display_name/diary/:id(.:format)

diary_entries#update {:id=>/\d+/}

config/routes.rb:237

PUT /user/:display_name/diary/:id(.:format)

diary_entries#update {:id=>/\d+/}

config/routes.rb:237

comment_diary_entry_path POST /user/:display_name/diary/:id/newcomment(.:format)

diary_entries#comment {:id=>/\d+/}

config/routes.rb:239

hide_diary_entry_path POST /user/:display_name/diary/:id/hide(.:format)

diary_entries#hide {:id=>/\d+/}

config/routes.rb:240

unhide_diary_entry_path POST /user/:display_name/diary/:id/unhide(.:format)

diary_entries#unhide {:id=>/\d+/}

config/routes.rb:241

hide_diary_comment_path POST /user/:display_name/diary/:id/hidecomment/:comment(.:format)

diary_entries#hidecomment {:id=>/\d+/, :comment=>/\d+/}

config/routes.rb:242

unhide_diary_comment_path POST /user/:display_name/diary/:id/unhidecomment/:comment(.:format)

diary_entries#unhidecomment {:id=>/\d+/, :comment=>/\d+/}

config/routes.rb:243

diary_entry_subscribe_path POST /user/:display_name/diary/:id/subscribe(.:format)

diary_entries#subscribe {:id=>/\d+/}

config/routes.rb:244

diary_entry_unsubscribe_path POST /user/:display_name/diary/:id/unsubscribe(.:format)

diary_entries#unsubscribe {:id=>/\d+/}

config/routes.rb:245

user_path GET /user/:display_name(.:format)

users#show

config/routes.rb:248

DELETE /user/:display_name(.:format)

users#destroy

config/routes.rb:248

GET /user/:display_name/account(.:format)

redirect(301, path: /account/edit)

config/routes.rb:249

set_status_user_path POST /user/:display_name/set_status(.:format)

users#set_status

config/routes.rb:250

edit_account_path GET /account/edit(.:format)

accounts#edit

config/routes.rb:252

account_path PATCH /account(.:format)

accounts#update

config/routes.rb:252

PUT /account(.:format)

accounts#update

config/routes.rb:252

DELETE /account(.:format)

accounts#destroy

config/routes.rb:252

account_deletion_path GET /account/deletion(.:format)

account/deletions#show

config/routes.rb:255

dashboard_path GET /dashboard(.:format)

dashboards#show

config/routes.rb:257

edit_preferences_path GET /preferences/edit(.:format)

preferences#edit

config/routes.rb:258

preferences_path GET /preferences(.:format)

preferences#show

config/routes.rb:258

PATCH /preferences(.:format)

preferences#update

config/routes.rb:258

PUT /preferences(.:format)

preferences#update

config/routes.rb:258

edit_profile_path GET /profile/edit(.:format)

profiles#edit

config/routes.rb:259

profile_path PATCH /profile(.:format)

profiles#update

config/routes.rb:259

PUT /profile(.:format)

profiles#update

config/routes.rb:259

make_friend_path GET|POST /user/:display_name/make_friend(.:format)

friendships#make_friend

config/routes.rb:262

remove_friend_path GET|POST /user/:display_name/remove_friend(.:format)

friendships#remove_friend

config/routes.rb:263

users_path GET|POST /users(.:format)

users#index

config/routes.rb:266

GET|POST /users/:status(.:format)

users#index

config/routes.rb:267

search_path GET /search(.:format)

geocoder#search

config/routes.rb:270

geocoder_search_latlon_path POST /geocoder/search_latlon(.:format)

geocoder#search_latlon

config/routes.rb:271

geocoder_search_osm_nominatim_path POST /geocoder/search_osm_nominatim(.:format)

geocoder#search_osm_nominatim

config/routes.rb:272

geocoder_search_osm_nominatim_reverse_path POST /geocoder/search_osm_nominatim_reverse(.:format)

geocoder#search_osm_nominatim_reverse

config/routes.rb:273

directions_path GET /directions(.:format)

directions#search

config/routes.rb:276

export_finish_path POST /export/finish(.:format)

export#finish

config/routes.rb:279

export_embed_path GET /export/embed(.:format)

export#embed

config/routes.rb:280

message_mark_path POST /messages/:message_id/mark(.:format)

messages#mark

config/routes.rb:284

message_unmute_path PATCH /messages/:message_id/unmute(.:format)

messages#unmute

config/routes.rb:285

message_reply_path GET|POST /messages/:message_id/reply(.:format)

messages#reply

config/routes.rb:287

inbox_messages_path GET /messages/inbox(.:format)

messages#inbox

config/routes.rb:289

muted_messages_path GET /messages/muted(.:format)

messages#muted

config/routes.rb:290

outbox_messages_path GET /messages/outbox(.:format)

messages#outbox

config/routes.rb:291

messages_path POST /messages(.:format)

messages#create

config/routes.rb:283

message_path GET /messages/:id(.:format)

messages#show

config/routes.rb:283

DELETE /messages/:id(.:format)

messages#destroy

config/routes.rb:283

GET /user/:display_name/inbox(.:format)

redirect(301, path: /messages/inbox)

config/routes.rb:294

GET /user/:display_name/outbox(.:format)

redirect(301, path: /messages/outbox)

config/routes.rb:295

new_message_path GET /message/new/:display_name(.:format)

messages#new

config/routes.rb:296

GET /message/read/:message_id(.:format)

redirect(301, path: /messages/%{message_id})

config/routes.rb:297

user_mute_path DELETE /user/:display_name/mute(.:format)

user_mutes#destroy

config/routes.rb:301

POST /user/:display_name/mute(.:format)

user_mutes#create

config/routes.rb:301

user_mutes_path GET /user_mutes(.:format)

user_mutes#index

config/routes.rb:303

oauth_clients_path GET /user/:display_name/oauth_clients(.:format)

oauth_clients#index

config/routes.rb:307

POST /user/:display_name/oauth_clients(.:format)

oauth_clients#create

config/routes.rb:307

new_oauth_client_path GET /user/:display_name/oauth_clients/new(.:format)

oauth_clients#new

config/routes.rb:307

edit_oauth_client_path GET /user/:display_name/oauth_clients/:id/edit(.:format)

oauth_clients#edit

config/routes.rb:307

oauth_client_path GET /user/:display_name/oauth_clients/:id(.:format)

oauth_clients#show

config/routes.rb:307

PATCH /user/:display_name/oauth_clients/:id(.:format)

oauth_clients#update

config/routes.rb:307

PUT /user/:display_name/oauth_clients/:id(.:format)

oauth_clients#update

config/routes.rb:307

DELETE /user/:display_name/oauth_clients/:id(.:format)

oauth_clients#destroy

config/routes.rb:307

GET|POST /oauth/revoke(.:format)

oauth#revoke

config/routes.rb:309

authorize_path GET|POST /oauth/authorize(.:format)

oauth#authorize

config/routes.rb:310

token_path GET /oauth/token(.:format)

oauth#token

config/routes.rb:311

request_token_path GET|POST /oauth/request_token(.:format)

oauth#request_token

config/routes.rb:312

access_token_path GET|POST /oauth/access_token(.:format)

oauth#access_token

config/routes.rb:313

test_request_path GET /oauth/test_request(.:format)

oauth#test_request

config/routes.rb:314

grant_role_path POST /user/:display_name/role/:role/grant(.:format)

user_roles#grant

config/routes.rb:317

revoke_role_path POST /user/:display_name/role/:role/revoke(.:format)

user_roles#revoke

config/routes.rb:318

user_blocks_on_path GET /user/:display_name/blocks(.:format)

user_blocks#blocks_on

config/routes.rb:319

user_blocks_by_path GET /user/:display_name/blocks_by(.:format)

user_blocks#blocks_by

config/routes.rb:320

new_user_block_path GET /blocks/new/:display_name(.:format)

user_blocks#new

config/routes.rb:321

user_blocks_path GET /user_blocks(.:format)

user_blocks#index

config/routes.rb:322

POST /user_blocks(.:format)

user_blocks#create

config/routes.rb:322

GET /user_blocks/new(.:format)

user_blocks#new

config/routes.rb:322

edit_user_block_path GET /user_blocks/:id/edit(.:format)

user_blocks#edit

config/routes.rb:322

user_block_path GET /user_blocks/:id(.:format)

user_blocks#show

config/routes.rb:322

PATCH /user_blocks/:id(.:format)

user_blocks#update

config/routes.rb:322

PUT /user_blocks/:id(.:format)

user_blocks#update

config/routes.rb:322

DELETE /user_blocks/:id(.:format)

user_blocks#destroy

config/routes.rb:322

revoke_user_block_path GET|POST /blocks/:id/revoke(.:format)

user_blocks#revoke

config/routes.rb:323

revoke_all_user_blocks_path GET|POST /user/:display_name/blocks/revoke_all(.:format)

user_blocks#revoke_all

config/routes.rb:324

issue_comments_path GET /issues/:issue_id/comments(.:format)

issue_comments#index

config/routes.rb:328

POST /issues/:issue_id/comments(.:format)

issue_comments#create

config/routes.rb:328

new_issue_comment_path GET /issues/:issue_id/comments/new(.:format)

issue_comments#new

config/routes.rb:328

edit_issue_comment_path GET /issues/:issue_id/comments/:id/edit(.:format)

issue_comments#edit

config/routes.rb:328

issue_comment_path GET /issues/:issue_id/comments/:id(.:format)

issue_comments#show

config/routes.rb:328

PATCH /issues/:issue_id/comments/:id(.:format)

issue_comments#update

config/routes.rb:328

PUT /issues/:issue_id/comments/:id(.:format)

issue_comments#update

config/routes.rb:328

DELETE /issues/:issue_id/comments/:id(.:format)

issue_comments#destroy

config/routes.rb:328

resolve_issue_path POST /issues/:id/resolve(.:format)

issues#resolve

config/routes.rb:330

assign_issue_path POST /issues/:id/assign(.:format)

issues#assign

config/routes.rb:331

ignore_issue_path POST /issues/:id/ignore(.:format)

issues#ignore

config/routes.rb:332

reopen_issue_path POST /issues/:id/reopen(.:format)

issues#reopen

config/routes.rb:333

issues_path GET /issues(.:format)

issues#index

config/routes.rb:327

POST /issues(.:format)

issues#create

config/routes.rb:327

new_issue_path GET /issues/new(.:format)

issues#new

config/routes.rb:327

edit_issue_path GET /issues/:id/edit(.:format)

issues#edit

config/routes.rb:327

issue_path GET /issues/:id(.:format)

issues#show

config/routes.rb:327

PATCH /issues/:id(.:format)

issues#update

config/routes.rb:327

PUT /issues/:id(.:format)

issues#update

config/routes.rb:327

DELETE /issues/:id(.:format)

issues#destroy

config/routes.rb:327

reports_path GET /reports(.:format)

reports#index

config/routes.rb:337

POST /reports(.:format)

reports#create

config/routes.rb:337

new_report_path GET /reports/new(.:format)

reports#new

config/routes.rb:337

edit_report_path GET /reports/:id/edit(.:format)

reports#edit

config/routes.rb:337

report_path GET /reports/:id(.:format)

reports#show

config/routes.rb:337

PATCH /reports/:id(.:format)

reports#update

config/routes.rb:337

PUT /reports/:id(.:format)

reports#update

config/routes.rb:337

DELETE /reports/:id(.:format)

reports#destroy

config/routes.rb:337

redactions_path GET /redactions(.:format)

redactions#index

config/routes.rb:340

POST /redactions(.:format)

redactions#create

config/routes.rb:340

new_redaction_path GET /redactions/new(.:format)

redactions#new

config/routes.rb:340

edit_redaction_path GET /redactions/:id/edit(.:format)

redactions#edit

config/routes.rb:340

redaction_path GET /redactions/:id(.:format)

redactions#show

config/routes.rb:340

PATCH /redactions/:id(.:format)

redactions#update

config/routes.rb:340

PUT /redactions/:id(.:format)

redactions#update

config/routes.rb:340

DELETE /redactions/:id(.:format)

redactions#destroy

config/routes.rb:340

/403(.:format)

errors#forbidden

config/routes.rb:343

/404(.:format)

errors#not_found

config/routes.rb:344

/500(.:format)

errors#internal_server_error

config/routes.rb:345

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

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

rails/conductor/action_mailbox/inbound_emails#show

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

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