Prefix Verb URI Pattern Controller#Action galleries GET /galleries(.:format) galleries#index POST /galleries(.:format) galleries#create new_gallery GET /galleries/new(.:format) galleries#new edit_gallery GET /galleries/:id/edit(.:format) galleries#edit gallery GET /galleries/:id(.:format) galleries#show PATCH /galleries/:id(.:format) galleries#update PUT /galleries/:id(.:format) galleries#update DELETE /galleries/:id(.:format) galleries#destroy premium_plans GET /premium_plans(.:format) premium_plans#index POST /premium_plans(.:format) premium_plans#create new_premium_plan GET /premium_plans/new(.:format) premium_plans#new edit_premium_plan GET /premium_plans/:id/edit(.:format) premium_plans#edit premium_plan GET /premium_plans/:id(.:format) premium_plans#show PATCH /premium_plans/:id(.:format) premium_plans#update PUT /premium_plans/:id(.:format) premium_plans#update DELETE /premium_plans/:id(.:format) premium_plans#destroy coupons GET /coupons(.:format) coupons#index POST /coupons(.:format) coupons#create new_coupon GET /coupons/new(.:format) coupons#new edit_coupon GET /coupons/:id/edit(.:format) coupons#edit coupon GET /coupons/:id(.:format) coupons#show PATCH /coupons/:id(.:format) coupons#update PUT /coupons/:id(.:format) coupons#update DELETE /coupons/:id(.:format) coupons#destroy activities GET /activities(.:format) activities#index POST /activities(.:format) activities#create new_activity GET /activities/new(.:format) activities#new edit_activity GET /activities/:id/edit(.:format) activities#edit activity GET /activities/:id(.:format) activities#show PATCH /activities/:id(.:format) activities#update PUT /activities/:id(.:format) activities#update DELETE /activities/:id(.:format) activities#destroy announcements GET /announcements(.:format) announcements#index POST /announcements(.:format) announcements#create new_announcement GET /announcements/new(.:format) announcements#new edit_announcement GET /announcements/:id/edit(.:format) announcements#edit announcement GET /announcements/:id(.:format) announcements#show PATCH /announcements/:id(.:format) announcements#update PUT /announcements/:id(.:format) announcements#update DELETE /announcements/:id(.:format) announcements#destroy attachments GET /attachments(.:format) attachments#index POST /attachments(.:format) attachments#create new_attachment GET /attachments/new(.:format) attachments#new edit_attachment GET /attachments/:id/edit(.:format) attachments#edit attachment GET /attachments/:id(.:format) attachments#show PATCH /attachments/:id(.:format) attachments#update PUT /attachments/:id(.:format) attachments#update DELETE /attachments/:id(.:format) attachments#destroy shared_rides GET /shared_rides(.:format) shared_rides#index POST /shared_rides(.:format) shared_rides#create new_shared_ride GET /shared_rides/new(.:format) shared_rides#new edit_shared_ride GET /shared_rides/:id/edit(.:format) shared_rides#edit shared_ride GET /shared_rides/:id(.:format) shared_rides#show PATCH /shared_rides/:id(.:format) shared_rides#update PUT /shared_rides/:id(.:format) shared_rides#update DELETE /shared_rides/:id(.:format) shared_rides#destroy referrals GET /referrals(.:format) referrals#index POST /referrals(.:format) referrals#create new_referral GET /referrals/new(.:format) referrals#new edit_referral GET /referrals/:id/edit(.:format) referrals#edit referral GET /referrals/:id(.:format) referrals#show PATCH /referrals/:id(.:format) referrals#update PUT /referrals/:id(.:format) referrals#update DELETE /referrals/:id(.:format) referrals#destroy avatars GET /avatars(.:format) avatars#index POST /avatars(.:format) avatars#create new_avatar GET /avatars/new(.:format) avatars#new edit_avatar GET /avatars/:id/edit(.:format) avatars#edit avatar GET /avatars/:id(.:format) avatars#show PATCH /avatars/:id(.:format) avatars#update PUT /avatars/:id(.:format) avatars#update DELETE /avatars/:id(.:format) avatars#destroy join_challenge POST /challenges/:id/join(.:format) challenges#join leaderboard_challenge GET /challenges/:id/leaderboard(.:format) challenges#leaderboard leave_challenge DELETE /challenges/:id/leave(.:format) challenges#leave challenges GET /challenges(.:format) challenges#index POST /challenges(.:format) challenges#create new_challenge GET /challenges/new(.:format) challenges#new edit_challenge GET /challenges/:id/edit(.:format) challenges#edit challenge GET /challenges/:id(.:format) challenges#show PATCH /challenges/:id(.:format) challenges#update PUT /challenges/:id(.:format) challenges#update DELETE /challenges/:id(.:format) challenges#destroy POST /riding_groups/:id/riders/:rider_id(.:format) riding_groups#add_rider DELETE /riding_groups/:id/riders/:rider_id(.:format) riding_groups#remove_rider active_riding_groups GET /riding_groups/active(.:format) riding_groups#active riding_groups GET /riding_groups(.:format) riding_groups#index POST /riding_groups(.:format) riding_groups#create new_riding_group GET /riding_groups/new(.:format) riding_groups#new edit_riding_group GET /riding_groups/:id/edit(.:format) riding_groups#edit riding_group GET /riding_groups/:id(.:format) riding_groups#show PATCH /riding_groups/:id(.:format) riding_groups#update PUT /riding_groups/:id(.:format) riding_groups#update DELETE /riding_groups/:id(.:format) riding_groups#destroy users_me_app_settings GET /users/me/app-settings(.:format) app_settings#index POST /users/me/app-settings(.:format) app_settings#create GET /routes/:route_id/popularity(.:format) popularity#index POST /routes/:route_id/popularity(.:format) popularity#create DELETE /routes/:route_id/popularity(.:format) popularity#destroy POST /user_location/:latlng(.:format) user_location#create {:latlng=>/[0-9\-\.,]+/} user_location GET /user_location(.:format) user_location#index GET /embed/shot/:route_id(.:format) embed#shot GET /embed/:route_id(.:format) embed#index GET /weather/:latlng(.:format) weather#index {:latlng=>/[0-9\-\.,]+/} weather GET /weather(.:format) weather#index unsubscribe POST /unsubscribe(.:format) payments#unsubscribe subscribe POST /subscribe(.:format) payments#subscribe confirm_buy POST /confirm_buy(.:format) users#status_pro is_premium POST /is_premium(.:format) users#is_premium POST /notifications/:route_id(.:format) notifications#create notapproved_invites GET /invites/notapproved(.:format) invites#notapproved GET /invites/approve/:id(.:format) invites#approve invites GET /invites(.:format) invites#index POST /invites(.:format) invites#create new_invite GET /invites/new(.:format) invites#new edit_invite GET /invites/:id/edit(.:format) invites#edit invite GET /invites/:id(.:format) invites#show PATCH /invites/:id(.:format) invites#update PUT /invites/:id(.:format) invites#update DELETE /invites/:id(.:format) invites#destroy GET /members/listforapprove/:club_id(.:format) members#listforapprove POST /members/approve/:club_id(.:format) members#approve members GET /members(.:format) members#index POST /members(.:format) members#create new_member GET /members/new(.:format) members#new edit_member GET /members/:id/edit(.:format) members#edit member GET /members/:id(.:format) members#show PATCH /members/:id(.:format) members#update PUT /members/:id(.:format) members#update DELETE /members/:id(.:format) members#destroy approve_friendships GET /friendships/approve(.:format) friendships#approve POST /friendships/approve(.:format) friendships#approve approvecount_friendships POST /friendships/approvecount(.:format) friendships#approvecount myfriends_friendships GET /friendships/myfriends(.:format) friendships#myfriends suggest_friendships GET /friendships/suggest(.:format) friendships#suggest friendships GET /friendships(.:format) friendships#index POST /friendships(.:format) friendships#create new_friendship GET /friendships/new(.:format) friendships#new edit_friendship GET /friendships/:id/edit(.:format) friendships#edit friendship GET /friendships/:id(.:format) friendships#show PATCH /friendships/:id(.:format) friendships#update PUT /friendships/:id(.:format) friendships#update DELETE /friendships/:id(.:format) friendships#destroy GET /addresses/city/:state(.:format) addresses#city cities_addresses GET /addresses/cities(.:format) addresses#cities addresses GET /addresses(.:format) addresses#index POST /addresses(.:format) addresses#create new_address GET /addresses/new(.:format) addresses#new edit_address GET /addresses/:id/edit(.:format) addresses#edit address GET /addresses/:id(.:format) addresses#show PATCH /addresses/:id(.:format) addresses#update PUT /addresses/:id(.:format) addresses#update DELETE /addresses/:id(.:format) addresses#destroy rides_club GET /clubs/:id/rides(.:format) group_rides#index POST /clubs/:id/rides/:route_id(.:format) group_rides#create DELETE /clubs/:id/rides/:route_id(.:format) group_rides#destroy search_clubs GET /clubs/search(.:format) clubs#search POST /clubs/search(.:format) clubs#search logoupload_clubs POST /clubs/logoupload(.:format) clubs#logoupload clubs GET /clubs(.:format) clubs#index POST /clubs(.:format) clubs#create new_club GET /clubs/new(.:format) clubs#new edit_club GET /clubs/:id/edit(.:format) clubs#edit club GET /clubs/:id(.:format) clubs#show PATCH /clubs/:id(.:format) clubs#update PUT /clubs/:id(.:format) clubs#update DELETE /clubs/:id(.:format) clubs#destroy route_comments GET /routes/:route_id/comments(.:format) comments#index POST /routes/:route_id/comments(.:format) comments#create new_route_comment GET /routes/:route_id/comments/new(.:format) comments#new edit_route_comment GET /routes/:route_id/comments/:id/edit(.:format) comments#edit route_comment GET /routes/:route_id/comments/:id(.:format) comments#show PATCH /routes/:route_id/comments/:id(.:format) comments#update PUT /routes/:route_id/comments/:id(.:format) comments#update DELETE /routes/:route_id/comments/:id(.:format) comments#destroy show_own_routes POST /routes/show_own(.:format) routes#show_own search_routes GET /routes/search(.:format) routes#search POST /routes/search(.:format) routes#search search_butler_routes POST /routes/search_butler(.:format) routes#search_butler show_my_routes_routes GET /routes/show_my_routes(.:format) routes#show_my_routes my_rides_routes GET /routes/my_rides(.:format) routes#my_rides g1_markers_routes GET /routes/g1_markers(.:format) routes#g1_markers GET /routes/friends/:friend_id/rides(.:format) routes#friend_rides POST /routes/upload_img/:id(.:format) routes#upload_img POST /routes/delete_img/:id(.:format) routes#delete_img upload_routes POST /routes/upload(.:format) routes#upload nearby_route GET /routes/:id/nearby(.:format) routes#nearby copy_route POST /routes/:id/copy(.:format) routes#copy download_route GET /routes/:id/download(.:format) routes#download push_route POST /routes/:id/push(.:format) routes#push routes GET /routes(.:format) routes#index POST /routes(.:format) routes#create new_route GET /routes/new(.:format) routes#new edit_route GET /routes/:id/edit(.:format) routes#edit route GET /routes/:id(.:format) routes#show PATCH /routes/:id(.:format) routes#update PUT /routes/:id(.:format) routes#update DELETE /routes/:id(.:format) routes#destroy GET /shared_rides/new/:id(.:format) shared_rides#new share_via_email_shared_rides POST /shared_rides/share_via_email(.:format) shared_rides#share_via_email newsharecount_shared_rides POST /shared_rides/newsharecount(.:format) shared_rides#newsharecount see_rides_shared_rides POST /shared_rides/see_rides(.:format) shared_rides#see_rides POST /shared_rides/sharegetfriends/:id(.:format) shared_rides#sharegetfriends shareautocomplete_find_shared_rides GET /shared_rides/shareautocomplete/find(.:format) shared_rides#shareautocomplete GET /shared_rides(.:format) shared_rides#index POST /shared_rides(.:format) shared_rides#create GET /shared_rides/new(.:format) shared_rides#new GET /shared_rides/:id/edit(.:format) shared_rides#edit GET /shared_rides/:id(.:format) shared_rides#show PATCH /shared_rides/:id(.:format) shared_rides#update PUT /shared_rides/:id(.:format) shared_rides#update DELETE /shared_rides/:id(.:format) shared_rides#destroy comments_new_comment_comments GET /comments/new/:related_id(.:format) comments#new comments_see_for_route_comments GET /comments/show_for_route/:related_id(.:format) comments#show_for_route comments GET /comments(.:format) comments#index POST /comments(.:format) comments#create new_comment GET /comments/new(.:format) comments#new edit_comment GET /comments/:id/edit(.:format) comments#edit comment GET /comments/:id(.:format) comments#show PATCH /comments/:id(.:format) comments#update PUT /comments/:id(.:format) comments#update DELETE /comments/:id(.:format) comments#destroy GET /announcements/new/:club_id(.:format) announcements#new GET /announcements/show_for_club/:club_id(.:format) announcements#show_for_club GET /announcements(.:format) announcements#index POST /announcements(.:format) announcements#create GET /announcements/new(.:format) announcements#new GET /announcements/:id/edit(.:format) announcements#edit GET /announcements/:id(.:format) announcements#show PATCH /announcements/:id(.:format) announcements#update PUT /announcements/:id(.:format) announcements#update DELETE /announcements/:id(.:format) announcements#destroy api_v1_tokens POST /api/v1/tokens(.:format) api/v1/tokens#create api_v1_token DELETE /api/v1/tokens/:id(.:format) api/v1/tokens#destroy bg_uploads_new GET /bg_uploads/new(.:format) bg_upload#new bg_uploads_create POST /bg_uploads/create(.:format) bg_upload#create friends_view GET /friends/view(.:format) friends#view GET /friends/route/:id(.:format) friends#route friends GET /friends(.:format) friends#index omniauth_callbacks_facebook GET /omniauth_callbacks/facebook(.:format) omniauth_callbacks#facebook homepage_index GET /homepage/index(.:format) homepage#index 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_omniauth_authorize GET|POST /users/auth/:provider(.:format) users/omniauth_callbacks#passthru {:provider=>/facebook/} user_omniauth_callback GET|POST /users/auth/:action/callback(.:format) users/omniauth_callbacks#:action 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 registrations_invite GET /registrations/invite(.:format) registrations#invite signup_as_premium GET /signup-as-premium(.:format) registrations#combined registrations_inviterequest POST /registrations/inviterequest(.:format) registrations#inviterequest GET /registrations/frominvite/:id(.:format) registrations#frominvite GET /users/edit/:id(.:format) registrations#edit PUT /users/:id(.:format) registrations#update DELETE /users/:id(.:format) registrations#destroy authenticated_root GET / homepage#index unauthenticated_root GET / sessions#new search_users GET /users/search(.:format) users#search additional_users GET /users/additional(.:format) users#additional role_users GET /users/role(.:format) users#role all_emails_users GET /users/all_emails(.:format) users#all_emails GET /users/nearby/:latlng(.:format) user_location#nearby {:latlng=>/[0-9\-\.,]+/} promote_user POST /users/:id/promote(.:format) users#promote_to_admin demote_user POST /users/:id/demote(.:format) users#demote_to_free make_pro_user POST /users/:id/make_pro(.:format) users#make_pro challenges_user GET /users/:id/challenges(.:format) challenges#index users GET /users(.:format) users#index POST /users(.:format) users#create new_user GET /users/new(.:format) users#new edit_user GET /users/:id/edit(.:format) users#edit user GET /users/:id(.:format) users#show PATCH /users/:id(.:format) users#update PUT /users/:id(.:format) users#update DELETE /users/:id(.:format) users#destroy root GET / homepage#index rebuild GET /rebuild(.:format) data#form api_build POST /api/build(.:format) data#build GET /api/build(.:format) data#build api_jobs GET /api/jobs(.:format) data#jobs api_proxy GET /api/proxy(.:format) proxy#index POST /api/proxy(.:format) proxy#index authorize_net POST /authorize-net(.:format) silent_post#save_to_db mail_preview /mail_view MailPreview sidekiq_web /sidekiq Sidekiq::Web pg_hero /pghero PgHero::Engine admin_user_session POST /admin/user_session(.:format) admin/user_sessions#create DELETE /admin/user_session(.:format) admin/user_sessions#destroy v2_root GET /v2(.:format) v2/dashboards#index v2_profile GET /v2/profile(.:format) v2/profiles#show PATCH /v2/profile(.:format) v2/profiles#update PUT /v2/profile(.:format) v2/profiles#update upgrade_v2_subscription GET /v2/subscription/upgrade(.:format) v2/subscriptions#upgrade v2_subscription GET /v2/subscription(.:format) v2/subscriptions#show PATCH /v2/subscription(.:format) v2/subscriptions#update PUT /v2/subscription(.:format) v2/subscriptions#update DELETE /v2/subscription(.:format) v2/subscriptions#destroy accept_v2_challenge GET /v2/challenges/:id/accept(.:format) v2/challenges#accept v2_challenges GET /v2/challenges(.:format) v2/challenges#index v2_challenge GET /v2/challenges/:id(.:format) v2/challenges#show invite_v2_club POST /v2/groups/:id/invite(.:format) v2/clubs#invite join_v2_club PATCH /v2/groups/:id/join(.:format) v2/clubs#join leave_v2_club DELETE /v2/groups/:id/leave(.:format) v2/clubs#leave announcements_v2_club GET /v2/groups/:id/announcements(.:format) v2/clubs#announcements v2_clubs GET /v2/groups(.:format) v2/clubs#index POST /v2/groups(.:format) v2/clubs#create new_v2_club GET /v2/groups/new(.:format) v2/clubs#new edit_v2_club GET /v2/groups/:id/edit(.:format) v2/clubs#edit v2_club GET /v2/groups/:id(.:format) v2/clubs#show PATCH /v2/groups/:id(.:format) v2/clubs#update PUT /v2/groups/:id(.:format) v2/clubs#update DELETE /v2/groups/:id(.:format) v2/clubs#destroy v2_feeds GET /v2/feeds(.:format) v2/feeds#index v2_feed GET /v2/feeds/:id(.:format) v2/feeds#show v2_announcement GET /v2/announcements/:id(.:format) v2/announcements#show befriend_v2_user PATCH /v2/users/:id/befriend(.:format) v2/users#befriend unfriend_v2_user DELETE /v2/users/:id/unfriend(.:format) v2/users#unfriend v2_users GET /v2/users(.:format) v2/users#index v2_user GET /v2/users/:id(.:format) v2/users#show v2_friends GET /v2/friends(.:format) v2/friends#index POST /v2/friends(.:format) v2/friends#create new_v2_friend GET /v2/friends/new(.:format) v2/friends#new edit_v2_friend GET /v2/friends/:id/edit(.:format) v2/friends#edit v2_friend GET /v2/friends/:id(.:format) v2/friends#show PATCH /v2/friends/:id(.:format) v2/friends#update PUT /v2/friends/:id(.:format) v2/friends#update DELETE /v2/friends/:id(.:format) v2/friends#destroy v2_rides GET /v2/rides(.:format) v2/rides#index POST /v2/rides(.:format) v2/rides#create new_v2_ride GET /v2/rides/new(.:format) v2/rides#new edit_v2_ride GET /v2/rides/:id/edit(.:format) v2/rides#edit v2_ride GET /v2/rides/:id(.:format) v2/rides#show PATCH /v2/rides/:id(.:format) v2/rides#update PUT /v2/rides/:id(.:format) v2/rides#update DELETE /v2/rides/:id(.:format) v2/rides#destroy v2_route_comments GET /v2/routes/:route_id/comments(.:format) v2/comments#index POST /v2/routes/:route_id/comments(.:format) v2/comments#create new_v2_route_comment GET /v2/routes/:route_id/comments/new(.:format) v2/comments#new edit_v2_route_comment GET /v2/routes/:route_id/comments/:id/edit(.:format) v2/comments#edit v2_route_comment GET /v2/routes/:route_id/comments/:id(.:format) v2/comments#show PATCH /v2/routes/:route_id/comments/:id(.:format) v2/comments#update PUT /v2/routes/:route_id/comments/:id(.:format) v2/comments#update DELETE /v2/routes/:route_id/comments/:id(.:format) v2/comments#destroy show_own_v2_routes POST /v2/routes/show_own(.:format) v2/routes#show_own search_v2_routes GET /v2/routes/search(.:format) v2/routes#search POST /v2/routes/search(.:format) v2/routes#search search_butler_v2_routes POST /v2/routes/search_butler(.:format) v2/routes#search_butler show_my_routes_v2_routes GET /v2/routes/show_my_routes(.:format) v2/routes#show_my_routes my_rides_v2_routes GET /v2/routes/my_rides(.:format) v2/routes#my_rides g1_markers_v2_routes GET /v2/routes/g1_markers(.:format) v2/routes#g1_markers GET /v2/routes/friends/:friend_id/rides(.:format) v2/routes#friend_rides POST /v2/routes/upload_img/:id(.:format) v2/routes#upload_img POST /v2/routes/delete_img/:id(.:format) v2/routes#delete_img upload_v2_routes POST /v2/routes/upload(.:format) v2/routes#upload nearby_v2_route GET /v2/routes/:id/nearby(.:format) v2/routes#nearby copy_v2_route POST /v2/routes/:id/copy(.:format) v2/routes#copy download_v2_route GET /v2/routes/:id/download(.:format) v2/routes#download push_v2_route POST /v2/routes/:id/push(.:format) v2/routes#push v2_routes GET /v2/routes(.:format) v2/routes#index POST /v2/routes(.:format) v2/routes#create new_v2_route GET /v2/routes/new(.:format) v2/routes#new edit_v2_route GET /v2/routes/:id/edit(.:format) v2/routes#edit v2_route GET /v2/routes/:id(.:format) v2/routes#show PATCH /v2/routes/:id(.:format) v2/routes#update PUT /v2/routes/:id(.:format) v2/routes#update DELETE /v2/routes/:id(.:format) v2/routes#destroy v2_signin GET /v2/signin(.:format) v2/login#signin v2_signup GET /v2/signup(.:format) v2/login#signup v2_markup_root GET /v2/markup(.:format) v2/markup#index v2_markup_dashboard GET /v2/markup/dashboard(.:format) v2/markup#dashboard v2_markup_group GET /v2/markup/group(.:format) v2/markup#group v2_markup_group_form GET /v2/markup/group_form(.:format) v2/markup#group_form v2_markup_challenge GET /v2/markup/challenge(.:format) v2/markup#challenge v2_markup_feed GET /v2/markup/feed(.:format) v2/markup#feed v2_markup_friend GET /v2/markup/friend(.:format) v2/markup#friend v2_markup_subscription GET /v2/markup/subscription(.:format) v2/markup#subscription v2_markup_upgrade GET /v2/markup/upgrade(.:format) v2/markup#upgrade v2_markup_account GET /v2/markup/account(.:format) v2/markup#account v2_markup_group_search GET /v2/markup/group_search(.:format) v2/markup#group_search v2_markup_challenges GET /v2/markup/challenges(.:format) v2/markup#challenges v2_markup_trip GET /v2/markup/trip(.:format) v2/markup#trip v2_markup_map GET /v2/markup/map(.:format) v2/markup#map