Routing Error

No route matches [GET] "/users/password/new"

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
new_admin_session_path GET /admin/login(.:format)

admin/adminsessions#new

admin_session_path POST /admin/login(.:format)

admin/adminsessions#create

destroy_admin_session_path DELETE /admin/logout(.:format)

admin/adminsessions#destroy

new_admin_password_path GET /admin/password/new(.:format)

devise/passwords#new

edit_admin_password_path GET /admin/password/edit(.:format)

devise/passwords#edit

admin_password_path PATCH /admin/password(.:format)

devise/passwords#update

PUT /admin/password(.:format)

devise/passwords#update

POST /admin/password(.:format)

devise/passwords#create

cancel_admin_registration_path GET /admin/cancel(.:format)

admin/adminregistrations#cancel

new_admin_registration_path GET /admin/register(.:format)

admin/adminregistrations#new

edit_admin_registration_path GET /admin/settings(.:format)

admin/adminregistrations#edit

admin_registration_path PATCH /admin(.:format)

admin/adminregistrations#update

PUT /admin(.:format)

admin/adminregistrations#update

DELETE /admin(.:format)

admin/adminregistrations#destroy

POST /admin(.:format)

admin/adminregistrations#create

new_user_session_path GET /login(.:format)

user/usersessions#new

user_session_path POST /login(.:format)

user/usersessions#create

destroy_user_session_path DELETE /logout(.:format)

user/usersessions#destroy

new_user_password_path GET /password/new(.:format)

user/users/passwords#new

edit_user_password_path GET /password/edit(.:format)

user/users/passwords#edit

user_password_path PATCH /password(.:format)

user/users/passwords#update

PUT /password(.:format)

user/users/passwords#update

POST /password(.:format)

user/users/passwords#create

cancel_user_registration_path GET /cancel(.:format)

admin/userregistrations#cancel

new_user_registration_path GET /register(.:format)

admin/userregistrations#new

edit_user_registration_path GET /settings(.:format)

admin/userregistrations#edit

user_registration_path PATCH /

admin/userregistrations#update

PUT /

admin/userregistrations#update

DELETE /

admin/userregistrations#destroy

POST /

admin/userregistrations#create

new_user_confirmation_path GET /confirmation/new(.:format)

user/users/confirmations#new

user_confirmation_path GET /confirmation(.:format)

user/users/confirmations#show

POST /confirmation(.:format)

user/users/confirmations#create

root_path GET /

static#home

admin_search_user_path GET /admin/search/users(.:format)

admin/search#searchUser

admin_search_admin_path GET /admin/search/admins(.:format)

admin/search#searchAdmin

admin_dynamic_user_search_path GET /admin/dynamicSearch/users(.:format)

admin/search#dynamicUserSearch

admin_admin_show_path GET /admin/show/:admin_id(.:format)

admin/admin#index

admin_user_show_path GET /admin/user/:user_id(.:format)

admin/user#index

admin_delete_user_path DELETE /admin/user/:user_id(.:format)

admin/user#destroy

admin_become_user_path POST /admin/admin/become/user/:user_id(.:format)

admin/admin#become

admin_makePrenium_path POST /admin/user/:user_id/makePrenium(.:format)

admin/user#makePrenium

admin_makeRegular_path POST /admin/user/:user_id/makeRegular(.:format)

admin/user#makeRegular

admin_calculate_avals_path POST /admin/user/:user_id/avals/calculate/all(.:format)

admin/user#calculate_avaluations

admin_delete_admin_path DELETE /admin/:admin_id(.:format)

admin/admin#destroy

admin_delete_aval_path DELETE /admin/user/:user_id/aval/:aval_id/delete(.:format)

admin/avaluation#destroy

admin_delete_plantation_path DELETE /admin/user/:user_id/plantation/:plantation_id/delete(.:format)

admin/plantation#destroy

admin_delete_land_path DELETE /admin/user/:user_id/land/:land_id/delete(.:format)

admin/land#destroy

admin_export_class_path GET /admin/admin/e/xls(.:format)

admin/aux_information#export_class

admin_import_class_path POST /admin/admin/i/xls(.:format)

admin/aux_information#import_class

admin_update_admin_path PUT /admin/:admin_id(.:format)

admin/admin#update

admin_update_user_path PUT /admin/user/:user_id(.:format)

admin/user#edit

admin_export_power_bi_path POST /admin/admin/user/:user_id/export/pbi/all(.:format)

admin/user#export_power_bi

admin_export_all_path POST /admin/admin/user/:user_id/export/all(.:format)

admin/user#export

admin_import_all_path POST /admin/admin/user/:user_id/import/all(.:format)

admin/user#import

admin_create_power_bi_path POST /admin/user/:user_id/power_bi(.:format)

admin/powerbi#create

admin_edit_power_bi_path GET /admin/user/:user_id/power_bi/:id/edit(.:format)

admin/powerbi#edit

admin_update_power_bi_path PUT /admin/user/:user_id/power_bi/edit(.:format)

admin/powerbi#update

admin_delete_power_bi_path DELETE /admin/user/:user_id/power_bi/:id/delete(.:format)

admin/powerbi#destroy

admin_send_power_bi_path GET /admin/user/:user_id/dropbox(.:format)

admin/powerbi#send_dropbox

admin_send_power_bi_aux_path GET /admin/user/:user_id/dropbox/auxData(.:format)

admin/powerbi#send_dropbox_aux

user_dashboard_path GET /user/dashboard(.:format)

user/dashboard#index

user_search_path POST /user/dashboard/search(.:format)

user/dashboard#search

user_avaluation_path GET /user/land/:land_id/plantation/:plantation_id/avaluation(.:format)

user/avaluation#index

user_show_all_aval_path GET /user/avaluations(.:format)

user/avaluation#showAll

user_show_aval_path GET /user/avaluation/:aval_id/show(.:format)

user/avaluation#show

user_show_comparation_path POST /user/comparation(.:format)

user/comparation#index

user_show_comparation_all_path GET /user/comparation(.:format)

user/comparation#index

user_aval_pHidrica_path GET /user/avaluation/:aval_id/ph(.:format)

user/water_result#edit

user_aval_pCarboni_path GET /user/avaluation/:aval_id/pc(.:format)

user/carbon_result#edit

user_aval_res_hidrica_path GET /user/avaluation/:aval_id/res/ph(.:format)

user/water_result#show

user_aval_res_carboni_path GET /user/avaluation/:aval_id/res/pc(.:format)

user/carbon_result#show

user_aval_mitigacions_path GET /user/avaluation/:aval_id/res/mitigacions(.:format)

user/mitigacions#show

user_clone_aval_path POST /user/avaluation/:aval_id/clone(.:format)

user/avaluation#clone

user_create_land_path POST /user/land(.:format)

user/land#create

user_edit_land_path GET /user/land/:id/edit(.:format)

user/land#edit

user_update_land_path PUT /user/land/edit(.:format)

user/land#update

user_update_plantation_path PUT /user/plantation/update(.:format)

user/plantation#update

user_create_plantation_path POST /user/land/plantation(.:format)

user/plantation#create

user_create_aval_h_path POST /user/avaluation/:aval_id/form_H(.:format)

user/avaluation#create_pH

user_create_aval_c_path POST /user/avaluation/:aval_id/form_C(.:format)

user/avaluation#create_pC

user_delete_plantation_path DELETE /user/land/:land_id/plantation/:plantation_id(.:format)

user/plantation#destroy

user_delete_land_path DELETE /user/land/:land_id/delete/delete(.:format)

user/land#destroy

user_update_aval_path PUT /user/avaluation/:aval_id/update(.:format)

user/avaluation#update

user_process_aval_carboni_url_path POST /user/avaluation/carboni(.:format)

user/avaluation#aval_carboni

user_process_aval_hidrica_url_path POST /user/avaluation/hidrica(.:format)

user/avaluation#aval_hidrica

user_delete_aval_path DELETE /user/avaluation/:aval_id(.:format)

user/avaluation#destroy

user_reveal_aval_path POST /user/avaluation/:aval_id(.:format)

user/avaluation#reveal

user_create_avaluation_path POST /user/land/:land_id/plantation/:plantation_id/avaluation(.:format)

user/avaluation#new

user_show_questionnaire_path GET /user/avaluation/:aval_id/questionnaire(.:format)

user/avaluation#show_questionnaire

user_export_results_path POST /user/:user_id/export_all_results(.:format)

user/comparation#show

user_show_extractions_info_path GET /user/information/extractions(.:format)

user/information#extractions

user_test_show_path GET /user/:user_id/payment(.:format)

user/payment#show

user_test_pay_path POST /user/:user_id/payment(.:format)

user/payment#testpay

user_products_show_path POST /user/:user_id/products(.:format)

user/products#show

about_path GET /about(.:format)

static#about

contact_path GET /contact(.:format)

static#contact

send_info_path POST /calculadora(.:format)

calculadora#send_info

register_path POST /api/register(.:format)

login_attempts#register

api_eval_aval_wf_path POST /api/avaluation/evaluate/WF(.:format)

api/api_res_water#create {:format=>:json}

api_eval_aval_user_wf_path POST /api/avaluation/:aval_id/res/WF(.:format)

api/api_res_water#evaluate {:format=>:json}

api_show_aval_wf_path GET /api/avaluation/:aval_id/res/WF(.:format)

api/api_res_water#show {:format=>:json}

api_eval_aval_cf_path POST /api/avaluation/evaluate/CF(.:format)

api/api_res_carbon#create {:format=>:json}

api_eval_aval_user_cf_path POST /api/avaluation/:aval_id/res/CF(.:format)

api/api_res_carbon#evaluate {:format=>:json}

api_show_aval_cf_path GET /api/avaluation/:aval_id/res/CF(.:format)

api/api_res_carbon#show {:format=>:json}

api_get_avaluation_path GET /api/avaluation/:aval_id(.:format)

api/api_avaluation#show {:format=>:json}

api_get_all_avaluation_path GET /api/avaluations/all(.:format)

api/api_avaluation#index {:format=>:json}

api_edit_avaluation_path PUT /api/avaluation/:aval_id(.:format)

api/api_avaluation#edit {:format=>:json}

api_hide_avaluation_path DELETE /api/avaluation/:aval_id(.:format)

api/api_avaluation#hide {:format=>:json}

api_reveal_avaluation_path POST /api/avaluation/:aval_id(.:format)

api/api_avaluation#reveal {:format=>:json}

api_destroy_avaluation_path DELETE /api/user/:user_id/avaluation/:aval_id/delete(.:format)

api/api_avaluation#destroy {:format=>:json}

api_create_avaluation_path POST /api/user/plantation/:plantation_id/avaluation/new(.:format)

api/api_avaluation#create {:format=>:json}

api_show_user_path GET /api/user/:user_id(.:format)

api/api_user#show {:format=>:json}

api_edit_user_path PUT /api/user/:user_id(.:format)

api/api_user#edit {:format=>:json}

api_destroy_user_path DELETE /api/user/:user_id(.:format)

api/api_user#destroy {:format=>:json}

api_show_all_users_path GET /api/users/all(.:format)

api/api_user#show_all {:format=>:json}

api_create_user_path POST /api/user/new(.:format)

api/api_user#create {:format=>:json}

api_reveal_land_path POST /api/user/land/:land_id(.:format)

api/api_land#reveal {:format=>:json}

api_show_land_path GET /api/user/land/:land_id(.:format)

api/api_land#show {:format=>:json}

api_edit_land_path PUT /api/user/land/:land_id(.:format)

api/api_land#edit {:format=>:json}

api_hide_land_path DELETE /api/user/land/:land_id(.:format)

api/api_land#hide {:format=>:json}

api_show_all_lands_path GET /api/user/lands/all(.:format)

api/api_land#show_all {:format=>:json}

api_create_land_path POST /api/user/new/land(.:format)

api/api_land#create {:format=>:json}

api_destroy_land_path DELETE /api/user/:user_id/land/:land_id/delete(.:format)

api/api_land#destroy {:format=>:json}

api_show_plantation_path GET /api/user/land/:land_id/plantation/:plantation_id(.:format)

api/api_plantation#show {:format=>:json}

api_edit_plantation_path PUT /api/user/land/:land_id/plantation/:plantation_id(.:format)

api/api_plantation#edit {:format=>:json}

api_destroy_plantation_path DELETE /api/user/:user_id/land/:land_id/plantation/:plantation_id/delete(.:format)

api/api_plantation#destroy {:format=>:json}

api_hide_plantation_path DELETE /api/user/land/:land_id/plantation/:plantation_id(.:format)

api/api_plantation#hide {:format=>:json}

api_reveal_plantation_path POST /api/user/land/:land_id/plantation/:plantation_id(.:format)

api/api_plantation#reveal {:format=>:json}

api_show_all_plantations_path GET /api/user/land/:land_id/plantations/all(.:format)

api/api_plantation#show_all {:format=>:json}

api_create_plantation_path POST /api/user/land/:land_id/new/plantation(.:format)

api/api_plantation#create {:format=>:json}

GET /:locale(.:format)

static#home

Request

Parameters:

None

Response

Headers:

None