No route matches [GET] "/articles/547"

Rails.root: /home/deploy/www/fiterl-production

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
products_path GET /products(.:format)

products#index

POST /products(.:format)

products#create

new_product_path GET /products/new(.:format)

products#new

edit_product_path GET /products/:id/edit(.:format)

products#edit

product_path GET /products/:id(.:format)

products#show

PATCH /products/:id(.:format)

products#update

PUT /products/:id(.:format)

products#update

DELETE /products/:id(.:format)

products#destroy

treeings_path GET /treeings(.:format)

treeings#index

POST /treeings(.:format)

treeings#create

new_treeing_path GET /treeings/new(.:format)

treeings#new

edit_treeing_path GET /treeings/:id/edit(.:format)

treeings#edit

treeing_path GET /treeings/:id(.:format)

treeings#show

PATCH /treeings/:id(.:format)

treeings#update

PUT /treeings/:id(.:format)

treeings#update

DELETE /treeings/:id(.:format)

treeings#destroy

trees_path GET /trees(.:format)

trees#index

POST /trees(.:format)

trees#create

new_tree_path GET /trees/new(.:format)

trees#new

edit_tree_path GET /trees/:id/edit(.:format)

trees#edit

tree_path GET /trees/:id(.:format)

trees#show

PATCH /trees/:id(.:format)

trees#update

PUT /trees/:id(.:format)

trees#update

DELETE /trees/:id(.:format)

trees#destroy

assets_path GET /assets(.:format)

assets#index

POST /assets(.:format)

assets#create

new_asset_path GET /assets/new(.:format)

assets#new

edit_asset_path GET /assets/:id/edit(.:format)

assets#edit

asset_path GET /assets/:id(.:format)

assets#show

PATCH /assets/:id(.:format)

assets#update

PUT /assets/:id(.:format)

assets#update

DELETE /assets/:id(.:format)

assets#destroy

sites_path GET /sites(.:format)

sites#index

POST /sites(.:format)

sites#create

new_site_path GET /sites/new(.:format)

sites#new

edit_site_path GET /sites/:id/edit(.:format)

sites#edit

site_path GET /sites/:id(.:format)

sites#show

PATCH /sites/:id(.:format)

sites#update

PUT /sites/:id(.:format)

sites#update

DELETE /sites/:id(.:format)

sites#destroy

/cable

#, @worker_pool_size=4, @disable_request_forgery_protection=false, @allow_same_origin_as_host=true, @logger=#, @formatter=#, @logdev=#, @binmode=false, @mon_data=#, @mon_data_owner_object_id=7140>>, @cable={"adapter"=>"redis", "url"=>"redis://localhost:6379/1", "channel_prefix"=>"elearn_production"}, @mount_path="/cable", @precompile_assets=true>, @mutex=#, @pubsub=nil, @worker_pool=nil, @event_loop=nil, @remote_connections=nil>

tags_path GET /tags(.:format)

tags#index

POST /tags(.:format)

tags#create

new_tag_path GET /tags/new(.:format)

tags#new

edit_tag_path GET /tags/:id/edit(.:format)

tags#edit {:id=>/[^\/]+/}

tag_path GET /tags/:id(.:format)

tags#show {:id=>/[^\/]+/}

PATCH /tags/:id(.:format)

tags#update {:id=>/[^\/]+/}

PUT /tags/:id(.:format)

tags#update {:id=>/[^\/]+/}

DELETE /tags/:id(.:format)

tags#destroy {:id=>/[^\/]+/}

books_path GET /books(.:format)

books#index

POST /books(.:format)

books#create

new_book_path GET /books/new(.:format)

books#new

edit_book_path GET /books/:id/edit(.:format)

books#edit

book_path GET /books/:id(.:format)

books#show

PATCH /books/:id(.:format)

books#update

PUT /books/:id(.:format)

books#update

DELETE /books/:id(.:format)

books#destroy

root_path GET /

books#epub_reader

GET /books/:id/file.epub(.:format)

books#file

epubjs_path GET /epubjs(.:format)

books#epubjs

reader_path GET /reader(.:format)

books#epub_reader

GET /books/:id/reader(.:format)

books#reader

GET /books/:id/highlights(.:format)

books#reader

highlights_path GET /highlights(.:format)

books#reader

GET /tags/:id/highlights(.:format)

books#reader {:id=>/[^\/]+/}

reading_path GET /reading(.:format)

welcome#index

finished_path GET /finished(.:format)

welcome#index

liking_path GET /liking(.:format)

welcome#index

writing_path GET /writing(.:format)

welcome#index

opening_path GET /opening(.:format)

welcome#index

api_tts_path GET /api/tts(.:format)

api/tts#index

timelines_path GET /timelines(.:format)

welcome#timelines

test_path GET /test(.:format)

welcome#test

sentences_path GET /sentences(.:format)

sentences#index

POST /sentences(.:format)

sentences#create

new_sentence_path GET /sentences/new(.:format)

sentences#new

edit_sentence_path GET /sentences/:id/edit(.:format)

sentences#edit

sentence_path GET /sentences/:id(.:format)

sentences#show

PATCH /sentences/:id(.:format)

sentences#update

PUT /sentences/:id(.:format)

sentences#update

DELETE /sentences/:id(.:format)

sentences#destroy

GET /files/:id(.:format)

files#show {:id=>/[^\/]+/}

webhoolks_customers_data_request_path POST /webhoolks/customers/data_request(.:format)

webhooks#customers_data_request

webhoolks_customers_redact_path POST /webhoolks/customers/redact(.:format)

webhooks#customers_redact

webhoolks_shop_redact_path POST /webhoolks/shop/redact(.:format)

webhooks#shop_redact

GET /api/sites(/page/:page)(.:format)

api/sites#index

api_sites_path GET /api/sites(.:format)

api/sites#index

POST /api/sites(.:format)

api/sites#create

new_api_site_path GET /api/sites/new(.:format)

api/sites#new

edit_api_site_path GET /api/sites/:id/edit(.:format)

api/sites#edit {:id=>/[^\/]+/}

api_site_path GET /api/sites/:id(.:format)

api/sites#show {:id=>/[^\/]+/}

PATCH /api/sites/:id(.:format)

api/sites#update {:id=>/[^\/]+/}

PUT /api/sites/:id(.:format)

api/sites#update {:id=>/[^\/]+/}

DELETE /api/sites/:id(.:format)

api/sites#destroy {:id=>/[^\/]+/}

api_products_path GET /api/products(.:format)

api/products#index {:concern=>:paginatable}

POST /api/products(.:format)

api/products#create {:concern=>:paginatable}

new_api_product_path GET /api/products/new(.:format)

api/products#new {:concern=>:paginatable}

edit_api_product_path GET /api/products/:id/edit(.:format)

api/products#edit {:concern=>:paginatable}

api_product_path GET /api/products/:id(.:format)

api/products#show {:concern=>:paginatable}

PATCH /api/products/:id(.:format)

api/products#update {:concern=>:paginatable}

PUT /api/products/:id(.:format)

api/products#update {:concern=>:paginatable}

DELETE /api/products/:id(.:format)

api/products#destroy {:concern=>:paginatable}

api_epubs_path GET /api/epubs(.:format)

api/epubs#index {:concern=>:paginatable}

POST /api/epubs(.:format)

api/epubs#create {:concern=>:paginatable}

new_api_epub_path GET /api/epubs/new(.:format)

api/epubs#new {:concern=>:paginatable}

edit_api_epub_path GET /api/epubs/:id/edit(.:format)

api/epubs#edit {:concern=>:paginatable}

api_epub_path GET /api/epubs/:id(.:format)

api/epubs#show {:concern=>:paginatable}

PATCH /api/epubs/:id(.:format)

api/epubs#update {:concern=>:paginatable}

PUT /api/epubs/:id(.:format)

api/epubs#update {:concern=>:paginatable}

DELETE /api/epubs/:id(.:format)

api/epubs#destroy {:concern=>:paginatable}

api_attachings_path GET /api/attachings(.:format)

api/attachings#index {:concern=>:paginatable}

POST /api/attachings(.:format)

api/attachings#create {:concern=>:paginatable}

new_api_attaching_path GET /api/attachings/new(.:format)

api/attachings#new {:concern=>:paginatable}

edit_api_attaching_path GET /api/attachings/:id/edit(.:format)

api/attachings#edit {:concern=>:paginatable}

api_attaching_path GET /api/attachings/:id(.:format)

api/attachings#show {:concern=>:paginatable}

PATCH /api/attachings/:id(.:format)

api/attachings#update {:concern=>:paginatable}

PUT /api/attachings/:id(.:format)

api/attachings#update {:concern=>:paginatable}

DELETE /api/attachings/:id(.:format)

api/attachings#destroy {:concern=>:paginatable}

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

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

rails/conductor/action_mailbox/inbound_emails#edit

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

rails/conductor/action_mailbox/inbound_emails#show

PATCH /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

PUT /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

DELETE /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#destroy

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