-
Notifications
You must be signed in to change notification settings - Fork 0
/
Routes_Expanded
189 lines (189 loc) · 13.1 KB
/
Routes_Expanded
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
PS D:\Yubi\Rails_Projects\movie_upload> rails routes --expanded
--[ Route 1 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | movies
Verb | GET
URI | /movies(.:format)
Controller#Action | movies#index
--[ Route 2 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | POST
URI | /movies(.:format)
Controller#Action | movies#create
--[ Route 3 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | new_movie
Verb | GET
URI | /movies/new(.:format)
Controller#Action | movies#new
--[ Route 4 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | edit_movie
Verb | GET
URI | /movies/:id/edit(.:format)
Controller#Action | movies#edit
--[ Route 5 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | movie
Verb | GET
URI | /movies/:id(.:format)
Controller#Action | movies#show
--[ Route 6 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | PATCH
URI | /movies/:id(.:format)
Controller#Action | movies#update
--[ Route 7 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | PUT
URI | /movies/:id(.:format)
Controller#Action | movies#update
--[ Route 8 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | DELETE
URI | /movies/:id(.:format)
Controller#Action | movies#destroy
--[ Route 9 ]-------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | root
Verb | GET
URI | /
Controller#Action | pages#home
--[ Route 10 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | turbo_recede_historical_location
Verb | GET
URI | /recede_historical_location(.:format)
Controller#Action | turbo/native/navigation#recede
--[ Route 11 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | turbo_resume_historical_location
Verb | GET
URI | /resume_historical_location(.:format)
Controller#Action | turbo/native/navigation#resume
--[ Route 12 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | turbo_refresh_historical_location
Verb | GET
URI | /refresh_historical_location(.:format)
Controller#Action | turbo/native/navigation#refresh
--[ Route 13 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_postmark_inbound_emails
Verb | POST
URI | /rails/action_mailbox/postmark/inbound_emails(.:format)
Controller#Action | action_mailbox/ingresses/postmark/inbound_emails#create
--[ Route 14 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_relay_inbound_emails
Verb | POST
URI | /rails/action_mailbox/relay/inbound_emails(.:format)
Controller#Action | action_mailbox/ingresses/relay/inbound_emails#create
--[ Route 15 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_sendgrid_inbound_emails
Verb | POST
URI | /rails/action_mailbox/sendgrid/inbound_emails(.:format)
Controller#Action | action_mailbox/ingresses/sendgrid/inbound_emails#create
--[ Route 16 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_mandrill_inbound_health_check
Verb | GET
URI | /rails/action_mailbox/mandrill/inbound_emails(.:format)
Controller#Action | action_mailbox/ingresses/mandrill/inbound_emails#health_check
--[ Route 17 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_mandrill_inbound_emails
Verb | POST
URI | /rails/action_mailbox/mandrill/inbound_emails(.:format)
Controller#Action | action_mailbox/ingresses/mandrill/inbound_emails#create
--[ Route 18 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_mailgun_inbound_emails
Verb | POST
URI | /rails/action_mailbox/mailgun/inbound_emails/mime(.:format)
Controller#Action | action_mailbox/ingresses/mailgun/inbound_emails#create
--[ Route 19 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_conductor_inbound_emails
Verb | GET
URI | /rails/conductor/action_mailbox/inbound_emails(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails#index
--[ Route 20 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | POST
URI | /rails/conductor/action_mailbox/inbound_emails(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails#create
--[ Route 21 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | new_rails_conductor_inbound_email
Verb | GET
URI | /rails/conductor/action_mailbox/inbound_emails/new(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails#new
--[ Route 22 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | edit_rails_conductor_inbound_email
Verb | GET
URI | /rails/conductor/action_mailbox/inbound_emails/:id/edit(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails#edit
--[ Route 23 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_conductor_inbound_email
Verb | GET
URI | /rails/conductor/action_mailbox/inbound_emails/:id(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails#show
--[ Route 24 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | PATCH
URI | /rails/conductor/action_mailbox/inbound_emails/:id(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails#update
--[ Route 25 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | PUT
URI | /rails/conductor/action_mailbox/inbound_emails/:id(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails#update
--[ Route 26 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | DELETE
URI | /rails/conductor/action_mailbox/inbound_emails/:id(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails#destroy
--[ Route 27 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | new_rails_conductor_inbound_email_source
Verb | GET
URI | /rails/conductor/action_mailbox/inbound_emails/sources/new(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails/sources#new
--[ Route 28 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_conductor_inbound_email_sources
Verb | POST
URI | /rails/conductor/action_mailbox/inbound_emails/sources(.:format)
Controller#Action | rails/conductor/action_mailbox/inbound_emails/sources#create
--[ Route 29 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_conductor_inbound_email_reroute
Verb | POST
URI | /rails/conductor/action_mailbox/:inbound_email_id/reroute(.:format)
Controller#Action | rails/conductor/action_mailbox/reroutes#create
--[ Route 30 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_conductor_inbound_email_incinerate
Verb | POST
URI | /rails/conductor/action_mailbox/:inbound_email_id/incinerate(.:format)
Controller#Action | rails/conductor/action_mailbox/incinerates#create
--[ Route 31 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_service_blob
Verb | GET
URI | /rails/active_storage/blobs/redirect/:signed_id/*filename(.:format)
Controller#Action | active_storage/blobs/redirect#show
--[ Route 32 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_service_blob_proxy
Verb | GET
URI | /rails/active_storage/blobs/proxy/:signed_id/*filename(.:format)
Controller#Action | active_storage/blobs/proxy#show
--[ Route 33 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | GET
URI | /rails/active_storage/blobs/:signed_id/*filename(.:format)
Controller#Action | active_storage/blobs/redirect#show
--[ Route 34 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_blob_representation
Verb | GET
URI | /rails/active_storage/representations/redirect/:signed_blob_id/:variation_key/*filename(.:format)
Controller#Action | active_storage/representations/redirect#show
--[ Route 35 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix | rails_blob_representation_proxy
Verb | GET
URI | /rails/active_storage/representations/proxy/:signed_blob_id/:variation_key/*filename(.:format)
Controller#Action | active_storage/representations/proxy#show
--[ Route 36 ]------------------------------------------------------------------------------------------------------------------------------------------------
Prefix |
Verb | GET
URI | /rails/active_storage/disk/:encoded_key/*filename(.:format)
Controller#Action | active_storage/disk#show
--[ Route 38 ]------------------------------------------------------------------------------------------------------------------------------------------------Prefix | update_rails_disk_service
Verb | PUT
URI | /rails/active_storage/disk/:encoded_token(.:format)
Controller#Action | active_storage/disk#update
--[ Route 39 ]------------------------------------------------------------------------------------------------------------------------------------------------Prefix | rails_direct_uploads
Verb | POST
URI | /rails/active_storage/direct_uploads(.:format)
Controller#Action | active_storage/direct_uploads#create