https://myrecipes.sjc.com/public/

Routing

homepage Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 email_test_route_name /test/email Path does not match
2 app_app_specific_mailer_sendemail /email Path does not match
3 email_attending_event /email/users/attending/{typ} Path does not match
4 email_birthdays_this_month /email/users/birthdays/thismonth Path does not match
5 email_admins /email/admins Path does not match
6 email_all /email/users/all Path does not match
7 email_users /email/users Path does not match
8 print_badges_pdf_test /print/badges/test Path does not match
9 print_deceased_badges /print/badges/deceased Path does not match
10 print_all_badges /print/badges/all Path does not match
11 print_attending_badges /print/badges/{typ} Path does not match
12 myrecipes_main /myrecipes Path does not match
13 myrecipes_add /myrecipes/add/{typ}/{cat} Path does not match
14 myrecipes_edit /myrecipes/edit/{id} Path does not match
15 myrecipes_delete /myrecipes/delete/{id} Path does not match
16 myrecipes_recipe_list /myrecipes/list/{typ} Path does not match
17 myrecipes_shopping_list /myrecipes/shopping_list Path does not match
18 myrecipes_diet_helper /myrecipes/diet_helper Path does not match
19 myrecipes_ingredient_matcher /myrecipes/ingredient_matcher Path does not match
20 myrecipes_import_recipe /myrecipes/import_recipe Path does not match
21 myrecipes_dining_out_guide /myrecipes/dining_out_guide Path does not match
22 app_register /register Path does not match
23 app_forgot_password_request /reset-your-password Path does not match
24 app_check_email /check-email Path does not match
25 app_reset_password /reset/{token} Path does not match
26 app_login /login Path does not match
27 app_logout /logout Path does not match
28 this_weeks_birthdays /birthdays Path does not match
29 my_missing_info /myMissingInfo/{id} Path does not match
30 missing_birthdays /missingbirthdays Path does not match
31 missing_emails /missingemails Path does not match
32 classmate_details /details/{id} Path does not match
33 user_info /info Path does not match
34 user_blog /blog Path does not match
35 all_list /listall Path does not match
36 user_list /listusers Path does not match
37 user_narrow_list /listusers/{restrictionStr} Path does not match
38 userFirst_details /details/first/{curid} Path does not match
39 classmatePrev_details /details/prev/{curid} Path does not match
40 userNext_details /details/next/{curid} Path does not match
41 userLast_details /details/last/{curid} Path does not match
42 add_location_detail /admin/add/location/detail Path does not match
43 edit_location_detail /admin/edit/location/detail/{id} Path does not match
44 delete_location_detail /admin/delete/location/detail/{id} Path does not match
45 fetch_current_location_detail /admin/fetch/current/location/detail Path does not match
46 fetch_all_locations_details /admin/fetch/all/locations/details Path does not match
47 adduserbylist /admin/addUserByList Path does not match
48 forgotpassword /forgotpassword Path does not match
49 homepage / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.