Routing Error

No route matches [GET] "/500px.com/yewyuee/stories"

Rails.root: /home/photobazaar/public_html

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
new_user_session_path GET /users/sign_in(.:format) users/sessions#new
user_session_path POST /users/sign_in(.:format) users/sessions#create
destroy_user_session_path DELETE /users/sign_out(.:format) users/sessions#destroy
user_omniauth_authorize_path GET|POST /users/auth/:provider(.:format) users/omniauth_callbacks#passthru {:provider=>/vkontakte|facebook/}
user_omniauth_callback_path GET|POST /users/auth/:action/callback(.:format) users/omniauth_callbacks#:action
root_path GET / mainpage#index
admin_root_path GET /admin(.:format) admin/admin#index
admin_photos_import_path GET /admin/photos_import(.:format) admin/photos_import#index
admin_photos_path GET /admin/photos(.:format) admin/photos#index
POST /admin/photos(.:format) admin/photos#create
new_admin_photo_path GET /admin/photos/new(.:format) admin/photos#new
edit_admin_photo_path GET /admin/photos/:id/edit(.:format) admin/photos#edit
admin_photo_path GET /admin/photos/:id(.:format) admin/photos#show
PATCH /admin/photos/:id(.:format) admin/photos#update
PUT /admin/photos/:id(.:format) admin/photos#update
DELETE /admin/photos/:id(.:format) admin/photos#destroy
admin_categories_path GET /admin/categories(.:format) admin/categories#index
POST /admin/categories(.:format) admin/categories#create
new_admin_category_path GET /admin/categories/new(.:format) admin/categories#new
edit_admin_category_path GET /admin/categories/:id/edit(.:format) admin/categories#edit
admin_category_path GET /admin/categories/:id(.:format) admin/categories#show
PATCH /admin/categories/:id(.:format) admin/categories#update
PUT /admin/categories/:id(.:format) admin/categories#update
DELETE /admin/categories/:id(.:format) admin/categories#destroy
admin_photographers_path GET /admin/photographers(.:format) admin/photographers#index
POST /admin/photographers(.:format) admin/photographers#create
new_admin_photographer_path GET /admin/photographers/new(.:format) admin/photographers#new
edit_admin_photographer_path GET /admin/photographers/:id/edit(.:format) admin/photographers#edit
admin_photographer_path GET /admin/photographers/:id(.:format) admin/photographers#show
PATCH /admin/photographers/:id(.:format) admin/photographers#update
PUT /admin/photographers/:id(.:format) admin/photographers#update
DELETE /admin/photographers/:id(.:format) admin/photographers#destroy
admin_cameras_path GET /admin/cameras(.:format) admin/cameras#index
POST /admin/cameras(.:format) admin/cameras#create
new_admin_camera_path GET /admin/cameras/new(.:format) admin/cameras#new
edit_admin_camera_path GET /admin/cameras/:id/edit(.:format) admin/cameras#edit
admin_camera_path GET /admin/cameras/:id(.:format) admin/cameras#show
PATCH /admin/cameras/:id(.:format) admin/cameras#update
PUT /admin/cameras/:id(.:format) admin/cameras#update
DELETE /admin/cameras/:id(.:format) admin/cameras#destroy
admin_api_photos_path GET /admin/api/photos(.:format) admin/api/photos#index
POST /admin/api/photos(.:format) admin/api/photos#create
new_admin_api_photo_path GET /admin/api/photos/new(.:format) admin/api/photos#new
edit_admin_api_photo_path GET /admin/api/photos/:id/edit(.:format) admin/api/photos#edit
admin_api_photo_path GET /admin/api/photos/:id(.:format) admin/api/photos#show
PATCH /admin/api/photos/:id(.:format) admin/api/photos#update
PUT /admin/api/photos/:id(.:format) admin/api/photos#update
DELETE /admin/api/photos/:id(.:format) admin/api/photos#destroy
admin_api_categories_path GET /admin/api/categories(.:format) admin/api/categories#index
POST /admin/api/categories(.:format) admin/api/categories#create
new_admin_api_category_path GET /admin/api/categories/new(.:format) admin/api/categories#new
edit_admin_api_category_path GET /admin/api/categories/:id/edit(.:format) admin/api/categories#edit
admin_api_category_path GET /admin/api/categories/:id(.:format) admin/api/categories#show
PATCH /admin/api/categories/:id(.:format) admin/api/categories#update
PUT /admin/api/categories/:id(.:format) admin/api/categories#update
DELETE /admin/api/categories/:id(.:format) admin/api/categories#destroy
admin_api_photographers_path GET /admin/api/photographers(.:format) admin/api/photographers#index
POST /admin/api/photographers(.:format) admin/api/photographers#create
new_admin_api_photographer_path GET /admin/api/photographers/new(.:format) admin/api/photographers#new
edit_admin_api_photographer_path GET /admin/api/photographers/:id/edit(.:format) admin/api/photographers#edit
admin_api_photographer_path GET /admin/api/photographers/:id(.:format) admin/api/photographers#show
PATCH /admin/api/photographers/:id(.:format) admin/api/photographers#update
PUT /admin/api/photographers/:id(.:format) admin/api/photographers#update
DELETE /admin/api/photographers/:id(.:format) admin/api/photographers#destroy
admin_api_cameras_path GET /admin/api/cameras(.:format) admin/api/cameras#index
POST /admin/api/cameras(.:format) admin/api/cameras#create
new_admin_api_camera_path GET /admin/api/cameras/new(.:format) admin/api/cameras#new
edit_admin_api_camera_path GET /admin/api/cameras/:id/edit(.:format) admin/api/cameras#edit
admin_api_camera_path GET /admin/api/cameras/:id(.:format) admin/api/cameras#show
PATCH /admin/api/cameras/:id(.:format) admin/api/cameras#update
PUT /admin/api/cameras/:id(.:format) admin/api/cameras#update
DELETE /admin/api/cameras/:id(.:format) admin/api/cameras#destroy
admin_api_path GET /admin/api/:action(.:format) admin/api/api#:action
POST /admin/api/:action(.:format) admin/api/api#:action
GET /api/:action(.:format) api#:action
photo_page_path GET /photo/:id(.:format) photos#show
user_photo_page_path GET /photo/:id/from_user(.:format) photos#user_photo
fresh_photo_page_path GET /photo/:id/from_fresh(.:format) photos#fresh_photo
bpod_photo_page_path GET /photo/:id/from_bpod(.:format) photos#bpod_photo
fresh_photos_page_path GET /fresh(.:format) photos#fresh
photos_of_the_day_page_path GET /photos_of_the_day(.:format) photos#photos_of_the_day
categories_path GET /:cat_slug(.:format) photos#category