Skip to content

Instantly share code, notes, and snippets.

@scherztc
Created March 30, 2015 20:14
Show Gist options
  • Save scherztc/8ee57f4f1c93c9a6130d to your computer and use it in GitHub Desktop.
Save scherztc/8ee57f4f1c93c9a6130d to your computer and use it in GitHub Desktop.
rake routes
Prefix Verb URI Pattern Controller#Action
root GET / page_requests#view_presentation
clear_bookmarks DELETE /bookmarks/clear(.:format) bookmarks#clear
bookmarks GET /bookmarks(.:format) bookmarks#index
POST /bookmarks(.:format) bookmarks#create
new_bookmark GET /bookmarks/new(.:format) bookmarks#new
edit_bookmark GET /bookmarks/:id/edit(.:format) bookmarks#edit
bookmark GET /bookmarks/:id(.:format) bookmarks#show
PATCH /bookmarks/:id(.:format) bookmarks#update
PUT /bookmarks/:id(.:format) bookmarks#update
DELETE /bookmarks/:id(.:format) bookmarks#destroy
search_history GET /search_history(.:format) search_history#index
clear_search_history DELETE /search_history/clear(.:format) search_history#clear
clear_saved_searches DELETE /saved_searches/clear(.:format) saved_searches#clear
saved_searches GET /saved_searches(.:format) saved_searches#index
save_search PUT /saved_searches/save/:id(.:format) saved_searches#save
forget_search DELETE /saved_searches/forget/:id(.:format) saved_searches#forget
POST /saved_searches/forget/:id(.:format) saved_searches#forget
opensearch_catalog GET /catalog/opensearch(.:format) catalog#opensearch
citation_catalog GET /catalog/citation(.:format) catalog#citation
email_catalog GET /catalog/email(.:format) catalog#email
catalog_email POST /catalog/email(.:format) catalog#email
sms_catalog GET /catalog/sms(.:format) catalog#sms
endnote_catalog GET /catalog/endnote(.:format) catalog#endnote
catalog_facet GET /catalog/facet/:id(.:format) catalog#facet
catalog_index GET /catalog(.:format) catalog#index
librarian_view_catalog GET /catalog/:id/librarian_view(.:format) catalog#librarian_view
solr_document GET /catalog/:id(.:format) catalog#show
PATCH /catalog/:id(.:format) catalog#update
PUT /catalog/:id(.:format) catalog#update
catalog GET /catalog/:id(.:format) catalog#show
PATCH /catalog/:id(.:format) catalog#update
PUT /catalog/:id(.:format) catalog#update
feedback GET /feedback(.:format) feedback#show
feedback_complete GET /feedback/complete(.:format) feedback#complete
hydra_file_assets GET /hydra/file_assets(.:format) hydra/file_assets#index
POST /hydra/file_assets(.:format) hydra/file_assets#create
new_hydra_file_asset GET /hydra/file_assets/new(.:format) hydra/file_assets#new
edit_hydra_file_asset GET /hydra/file_assets/:id/edit(.:format) hydra/file_assets#edit
hydra_file_asset GET /hydra/file_assets/:id(.:format) hydra/file_assets#show
PATCH /hydra/file_assets/:id(.:format) hydra/file_assets#update
PUT /hydra/file_assets/:id(.:format) hydra/file_assets#update
DELETE /hydra/file_assets/:id(.:format) hydra/file_assets#destroy
hydra_asset_file_assets GET /hydra/assets/:asset_id/file_assets(.:format) hydra/file_assets#index
POST /hydra/assets/:asset_id/file_assets(.:format) hydra/file_assets#create
new_hydra_asset_file_asset GET /hydra/assets/:asset_id/file_assets/new(.:format) hydra/file_assets#new
edit_hydra_asset_file_asset GET /hydra/assets/:asset_id/file_assets/:id/edit(.:format) hydra/file_assets#edit
hydra_asset_file_asset GET /hydra/assets/:asset_id/file_assets/:id(.:format) hydra/file_assets#show
PATCH /hydra/assets/:asset_id/file_assets/:id(.:format) hydra/file_assets#update
PUT /hydra/assets/:asset_id/file_assets/:id(.:format) hydra/file_assets#update
DELETE /hydra/assets/:asset_id/file_assets/:id(.:format) hydra/file_assets#destroy
hydra_assets GET /hydra/assets(.:format) hydra/assets#index
POST /hydra/assets(.:format) hydra/assets#create
new_hydra_asset GET /hydra/assets/new(.:format) hydra/assets#new
edit_hydra_asset GET /hydra/assets/:id/edit(.:format) hydra/assets#edit
hydra_asset GET /hydra/assets/:id(.:format) hydra/assets#show
PATCH /hydra/assets/:id(.:format) hydra/assets#update
PUT /hydra/assets/:id(.:format) hydra/assets#update
DELETE /hydra/assets/:id(.:format) hydra/assets#destroy
new_user_session GET /users/sign_in(.:format) sessions#new
user_session POST /users/sign_in(.:format) sessions#create
destroy_user_session GET /users/sign_out(.:format) sessions#destroy
user_password POST /users/password(.:format) devise/passwords#create
new_user_password GET /users/password/new(.:format) devise/passwords#new
edit_user_password GET /users/password/edit(.:format) devise/passwords#edit
PATCH /users/password(.:format) devise/passwords#update
PUT /users/password(.:format) devise/passwords#update
cancel_user_registration GET /users/cancel(.:format) registrations#cancel
user_registration POST /users(.:format) registrations#create
new_user_registration GET /users/sign_up(.:format) registrations#new
edit_user_registration GET /users/edit(.:format) registrations#edit
PATCH /users(.:format) registrations#update
PUT /users(.:format) registrations#update
DELETE /users(.:format) registrations#destroy
riiif /image-service Riiif::Engine
admin_resque_server /admin/queues Resque::Server
user_root GET /user_root(.:format) catalog#index
browse_everything_engine /remote_files/browse BrowseEverything::Engine
add_member_form_collections GET /collections/add_member_form(.:format) curate/collections#add_member_form
add_member_collections PUT /collections/add_member(.:format) curate/collections#add_member
remove_member_collections PUT /collections/remove_member(.:format) curate/collections#remove_member
collections GET /collections(.:format) curate/collections#index
POST /collections(.:format) curate/collections#create
new_collection GET /collections/new(.:format) curate/collections#new
edit_collection GET /collections/:id/edit(.:format) curate/collections#edit
collection GET /collections/:id(.:format) curate/collections#show
PATCH /collections/:id(.:format) curate/collections#update
PUT /collections/:id(.:format) curate/collections#update
DELETE /collections/:id(.:format) curate/collections#destroy
add_member_form_profiles GET /profiles/add_member_form(.:format) curate/collections#add_member_form
add_member_profiles PUT /profiles/add_member(.:format) curate/collections#add_member
remove_member_profiles PUT /profiles/remove_member(.:format) curate/collections#remove_member
profiles GET /profiles(.:format) curate/collections#index
POST /profiles(.:format) curate/collections#create
new_profile GET /profiles/new(.:format) curate/collections#new
edit_profile GET /profiles/:id/edit(.:format) curate/collections#edit
profile GET /profiles/:id(.:format) curate/collections#show
PATCH /profiles/:id(.:format) curate/collections#update
PUT /profiles/:id(.:format) curate/collections#update
DELETE /profiles/:id(.:format) curate/collections#destroy
add_member_form_profile_sections GET /profile_sections/add_member_form(.:format) curate/collections#add_member_form
add_member_profile_sections PUT /profile_sections/add_member(.:format) curate/collections#add_member
remove_member_profile_sections PUT /profile_sections/remove_member(.:format) curate/collections#remove_member
profile_sections GET /profile_sections(.:format) curate/collections#index
POST /profile_sections(.:format) curate/collections#create
new_profile_section GET /profile_sections/new(.:format) curate/collections#new
edit_profile_section GET /profile_sections/:id/edit(.:format) curate/collections#edit
profile_section GET /profile_sections/:id(.:format) curate/collections#show
PATCH /profile_sections/:id(.:format) curate/collections#update
PUT /profile_sections/:id(.:format) curate/collections#update
DELETE /profile_sections/:id(.:format) curate/collections#destroy
person_depositors GET /people/:person_id/depositors(.:format) curate/depositors#index
POST /people/:person_id/depositors(.:format) curate/depositors#create
person_depositor DELETE /people/:person_id/depositors/:id(.:format) curate/depositors#destroy
people GET /people(.:format) curate/people#index
person GET /people/:id(.:format) curate/people#show
user_profile GET /profile(.:format) curate/user_profiles#show
download GET /downloads/:id(.:format) downloads#show
curation_concern_generic_works POST /concern/generic_works(.:format) curation_concern/generic_works#create
new_curation_concern_generic_work GET /concern/generic_works/new(.:format) curation_concern/generic_works#new
edit_curation_concern_generic_work GET /concern/generic_works/:id/edit(.:format) curation_concern/generic_works#edit
curation_concern_generic_work GET /concern/generic_works/:id(.:format) curation_concern/generic_works#show
PATCH /concern/generic_works/:id(.:format) curation_concern/generic_works#update
PUT /concern/generic_works/:id(.:format) curation_concern/generic_works#update
DELETE /concern/generic_works/:id(.:format) curation_concern/generic_works#destroy
curation_concern_datasets POST /concern/datasets(.:format) curation_concern/datasets#create
new_curation_concern_dataset GET /concern/datasets/new(.:format) curation_concern/datasets#new
edit_curation_concern_dataset GET /concern/datasets/:id/edit(.:format) curation_concern/datasets#edit
curation_concern_dataset GET /concern/datasets/:id(.:format) curation_concern/datasets#show
PATCH /concern/datasets/:id(.:format) curation_concern/datasets#update
PUT /concern/datasets/:id(.:format) curation_concern/datasets#update
DELETE /concern/datasets/:id(.:format) curation_concern/datasets#destroy
curation_concern_articles POST /concern/articles(.:format) curation_concern/articles#create
new_curation_concern_article GET /concern/articles/new(.:format) curation_concern/articles#new
edit_curation_concern_article GET /concern/articles/:id/edit(.:format) curation_concern/articles#edit
curation_concern_article GET /concern/articles/:id(.:format) curation_concern/articles#show
PATCH /concern/articles/:id(.:format) curation_concern/articles#update
PUT /concern/articles/:id(.:format) curation_concern/articles#update
DELETE /concern/articles/:id(.:format) curation_concern/articles#destroy
curation_concern_images POST /concern/images(.:format) curation_concern/images#create
new_curation_concern_image GET /concern/images/new(.:format) curation_concern/images#new
edit_curation_concern_image GET /concern/images/:id/edit(.:format) curation_concern/images#edit
curation_concern_image GET /concern/images/:id(.:format) curation_concern/images#show
PATCH /concern/images/:id(.:format) curation_concern/images#update
PUT /concern/images/:id(.:format) curation_concern/images#update
DELETE /concern/images/:id(.:format) curation_concern/images#destroy
curation_concern_documents POST /concern/documents(.:format) curation_concern/documents#create
new_curation_concern_document GET /concern/documents/new(.:format) curation_concern/documents#new
edit_curation_concern_document GET /concern/documents/:id/edit(.:format) curation_concern/documents#edit
curation_concern_document GET /concern/documents/:id(.:format) curation_concern/documents#show
PATCH /concern/documents/:id(.:format) curation_concern/documents#update
PUT /concern/documents/:id(.:format) curation_concern/documents#update
DELETE /concern/documents/:id(.:format) curation_concern/documents#destroy
confirm_curation_concern_permission GET /concern/permissions/:id/confirm(.:format) curation_concern/permissions#confirm
copy_curation_concern_permission POST /concern/permissions/:id/copy(.:format) curation_concern/permissions#copy
curation_concern_linked_resources POST /concern/container/:parent_id/linked_resources(.:format) curation_concern/linked_resources#create
new_curation_concern_linked_resource GET /concern/container/:parent_id/linked_resources/new(.:format) curation_concern/linked_resources#new
edit_curation_concern_linked_resource GET /concern/linked_resources/:id/edit(.:format) curation_concern/linked_resources#edit
curation_concern_linked_resource GET /concern/linked_resources/:id(.:format) curation_concern/linked_resources#show
PATCH /concern/linked_resources/:id(.:format) curation_concern/linked_resources#update
PUT /concern/linked_resources/:id(.:format) curation_concern/linked_resources#update
DELETE /concern/linked_resources/:id(.:format) curation_concern/linked_resources#destroy
curation_concern_generic_files POST /concern/container/:parent_id/generic_files(.:format) curation_concern/generic_files#create
new_curation_concern_generic_file GET /concern/container/:parent_id/generic_files/new(.:format) curation_concern/generic_files#new
versions_curation_concern_generic_file GET /concern/generic_files/:id/versions(.:format) curation_concern/generic_files#versions
rollback_curation_concern_generic_file PUT /concern/generic_files/:id/rollback(.:format) curation_concern/generic_files#rollback
edit_curation_concern_generic_file GET /concern/generic_files/:id/edit(.:format) curation_concern/generic_files#edit
curation_concern_generic_file GET /concern/generic_files/:id(.:format) curation_concern/generic_files#show
PATCH /concern/generic_files/:id(.:format) curation_concern/generic_files#update
PUT /concern/generic_files/:id(.:format) curation_concern/generic_files#update
DELETE /concern/generic_files/:id(.:format) curation_concern/generic_files#destroy
terms_of_service_agreements POST /terms_of_service_agreements(.:format) terms_of_service_agreements#create
new_terms_of_service_agreement GET /terms_of_service_agreements/new(.:format) terms_of_service_agreements#new
help_requests POST /help_requests(.:format) help_requests#create
new_help_request GET /help_requests/new(.:format) help_requests#new
classify_concerns POST /classify_concerns(.:format) classify_concerns#create
new_classify_concern GET /classify_concerns/new(.:format) classify_concerns#new
common_object GET /show/:id(.:format) common_objects#show
common_object_stub_information GET /show/stub/:id(.:format) common_objects#show_stub_information
edit_user GET /users/:id/edit(.:format) users#edit
hydramata_groups GET /hydramata/groups(.:format) hydramata/groups#index
POST /hydramata/groups(.:format) hydramata/groups#create
new_hydramata_group GET /hydramata/groups/new(.:format) hydramata/groups#new
edit_hydramata_group GET /hydramata/groups/:id/edit(.:format) hydramata/groups#edit
hydramata_group GET /hydramata/groups/:id(.:format) hydramata/groups#show
PATCH /hydramata/groups/:id(.:format) hydramata/groups#update
PUT /hydramata/groups/:id(.:format) hydramata/groups#update
DELETE /hydramata/groups/:id(.:format) hydramata/groups#destroy
terms_request GET /terms_request(.:format) page_requests#view_terms
about_request GET /about_request(.:format) page_requests#view_about
presentation_request GET /presentation_request(.:format) page_requests#view_presentation
coll_pol_request GET /coll_pol_request(.:format) page_requests#view_coll_pol
format_advice_request GET /format_advice_request(.:format) page_requests#view_format_advice
faq_request GET /faq_request(.:format) page_requests#view_faq
distribution_license_request GET /distribution_license_request(.:format) page_requests#view_distribution_license
contact_requests GET /contact_requests(.:format) contact_requests#index
POST /contact_requests(.:format) contact_requests#create
new_contact_request GET /contact_requests/new(.:format) contact_requests#new
edit_contact_request GET /contact_requests/:id/edit(.:format) contact_requests#edit
contact_request GET /contact_requests/:id(.:format) contact_requests#show
PATCH /contact_requests/:id(.:format) contact_requests#update
PUT /contact_requests/:id(.:format) contact_requests#update
DELETE /contact_requests/:id(.:format) contact_requests#destroy
Routes for Riiif::Engine:
image GET /:id/:region/:size/:rotation/:quality.:format riiif/images#show {:rotation=>"0", :size=>/(pct:)?[\w.,]+/, :format=>"jpg", :region=>"full", :quality=>"native"}
info GET /:id/info.json(.:format) riiif/images#info {:format=>"json"}
GET /:id/view(.:format) riiif/images#view
Routes for BrowseEverything::Engine:
connector_response GET /connect(.:format) browse_everything#auth
resolver GET|POST /resolve(.:format) browse_everything#resolve
contents GET|POST /:provider(/*path)(.:format) browse_everything#show
root GET / browse_everything#index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment