Routing Error

No route matches [GET] "/%25D0%25BA%25D1%2583%25D0%25BF%25D0%25BE%25D1%2580%25D0%25BE%25D1%2581-%25D0%25BC%25D0%25B5%25D0%25B4%25D0%25BD%25D1%258B%25D0%25B9"

Rails.root: /ror

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
new_client_session_path GET /clients/sign_in(.:format)

devise/sessions#new

client_session_path POST /clients/sign_in(.:format)

devise/sessions#create

destroy_client_session_path DELETE /clients/sign_out(.:format)

devise/sessions#destroy

new_client_password_path GET /clients/password/new(.:format)

devise/passwords#new

edit_client_password_path GET /clients/password/edit(.:format)

devise/passwords#edit

client_password_path PATCH /clients/password(.:format)

devise/passwords#update

PUT /clients/password(.:format)

devise/passwords#update

POST /clients/password(.:format)

devise/passwords#create

cancel_client_registration_path GET /clients/cancel(.:format)

devise/registrations#cancel

new_client_registration_path GET /clients/sign_up(.:format)

devise/registrations#new

edit_client_registration_path GET /clients/edit(.:format)

devise/registrations#edit

client_registration_path PATCH /clients(.:format)

devise/registrations#update

PUT /clients(.:format)

devise/registrations#update

DELETE /clients(.:format)

devise/registrations#destroy

POST /clients(.:format)

devise/registrations#create

ckeditor_path /ckeditor

Ckeditor::Engine

rails_admin_path /admin

RailsAdmin::Engine

new_user_session_path GET /users/sign_in(.:format)

devise/sessions#new

user_session_path POST /users/sign_in(.:format)

devise/sessions#create

destroy_user_session_path DELETE /users/sign_out(.:format)

devise/sessions#destroy

new_user_password_path GET /users/password/new(.:format)

devise/passwords#new

edit_user_password_path GET /users/password/edit(.:format)

devise/passwords#edit

user_password_path PATCH /users/password(.:format)

devise/passwords#update

PUT /users/password(.:format)

devise/passwords#update

POST /users/password(.:format)

devise/passwords#create

cancel_user_registration_path GET /users/cancel(.:format)

devise/registrations#cancel

new_user_registration_path GET /users/sign_up(.:format)

devise/registrations#new

edit_user_registration_path GET /users/edit(.:format)

devise/registrations#edit

user_registration_path PATCH /users(.:format)

devise/registrations#update

PUT /users(.:format)

devise/registrations#update

DELETE /users(.:format)

devise/registrations#destroy

POST /users(.:format)

devise/registrations#create

new_user_confirmation_path GET /users/confirmation/new(.:format)

devise/confirmations#new

user_confirmation_path GET /users/confirmation(.:format)

devise/confirmations#show

POST /users/confirmation(.:format)

devise/confirmations#create

new_user_unlock_path GET /users/unlock/new(.:format)

devise/unlocks#new

user_unlock_path GET /users/unlock(.:format)

devise/unlocks#show

POST /users/unlock(.:format)

devise/unlocks#create

root_path GET /

pages#home

search_path GET /search(.:format)

search#index

suggest_path POST /search/suggest(.:format)

search#suggest

users_profile_path GET /users/profile(.:format)

users#profile

report_get_product_path GET|POST /report/get_product(.:format)

report#get_product

categories_path GET /catalog(.:format)

categories#index

category_path GET /category/:id(.:format)

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

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

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

articles_path GET /articles(.:format)

articles#index

article_path GET /article/:id(.:format)

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

page_path GET /page/:id(.:format)

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

about_path GET /about(.:format)

pages#about

contact_path GET /contact(.:format)

pages#contact

contact_city_path GET /contact/city/:id(.:format)

pages#contact_city

branches_json_path GET /contact/branches.json(.:format)

pages#branches_json

branches_update_path GET /contact/branches/update(.:format)

pages#branches_update

cart_path GET /cart(.:format)

carts#show

cart_add_product_path POST /cart/add_product(.:format)

carts#add_product

cart_remove_product_path POST /cart/remove_product(.:format)

carts#remove_product

cart_clear_path POST /cart/clear(.:format)

carts#clear

ordering_path GET /order(.:format)

orders#new

order_path POST /order(.:format)

orders#create

order_confirmation_path GET /order/confirmation(.:format)

orders#confirmation

feedback_path GET /feedback(.:format)

forms#feedback

POST /feedback(.:format)

forms#feedback_submit

GET /catalog/:id(.:format)

redirect#catalog {:id=>/\d.+/}

GET /node/:id(.:format)

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

sitemap_path GET /sitemap(.:format)

sitemap#index

sitemap_products_path GET /sitemap_products_:page(.:format)

sitemap#products

sitemap_categories_path GET /sitemap_categories_:page(.:format)

sitemap#categories

cache_clear_path GET /cache/clear(.:format)

cache#clear

test_page_path GET /test_page(.:format)

pages#test

yml_cable_marks_path GET /yml/cable-marks(.:format)

yml#cable_marks

yml_cable_marksizes_path GET /yml/cable-marksizes(.:format)

yml#cable_marksizes

yml_chemical_path GET /yml/chemical(.:format)

yml#chemical

Routes for Ckeditor::Engine
pictures_path GET /pictures(.:format)

ckeditor/pictures#index

POST /pictures(.:format)

ckeditor/pictures#create

picture_path DELETE /pictures/:id(.:format)

ckeditor/pictures#destroy

attachment_files_path GET /attachment_files(.:format)

ckeditor/attachment_files#index

POST /attachment_files(.:format)

ckeditor/attachment_files#create

attachment_file_path DELETE /attachment_files/:id(.:format)

ckeditor/attachment_files#destroy

Routes for RailsAdmin::Engine
dashboard_path GET /

rails_admin/main#dashboard

index_path GET|POST /:model_name(.:format)

rails_admin/main#index

new_path GET|POST /:model_name/new(.:format)

rails_admin/main#new

export_path GET|POST /:model_name/export(.:format)

rails_admin/main#export

bulk_delete_path POST|DELETE /:model_name/bulk_delete(.:format)

rails_admin/main#bulk_delete

bulk_action_path POST /:model_name/bulk_action(.:format)

rails_admin/main#bulk_action

show_path GET /:model_name/:id(.:format)

rails_admin/main#show

edit_path GET|PUT /:model_name/:id/edit(.:format)

rails_admin/main#edit

delete_path GET|DELETE /:model_name/:id/delete(.:format)

rails_admin/main#delete

show_in_app_path GET /:model_name/:id/show_in_app(.:format)

rails_admin/main#show_in_app

Request

Parameters:

{"_openstat"=>"ZGlyZWN0LnlhbmRleC5ydTsyNzg0NTExOTs0MzAwNzQyNjE4O3lhbmRleC5ydTpwcmVtaXVt"}

Response

Headers:

None