ruby on rails - No route matches [GET] error bluehost -


i know basic stuff i'm not sure why i'm getting type of error.it's driving me nuts.we moved our site bluehost site5 ,i did config setting there i'm getting no route matches [get] error.

link : http://xxx.xx.xx.xx/~fuegotic  

when call link message shows

enter image description here

app_config.yml

development: &local     site_name: site name     site_url: http://xxx.xx.xx.xx/~fuegotic     app_url: http://xxx.xx.xx.xx/~fuegotic/appfolder/app/assets/images/     js_url: http://xxx.xx.xx.xx/~fuegotic/appfolder/app/assets/javascripts/     css_url: http://xxx.xx.xx.xx/~fuegotic/appfolder/app/assets/stylesheets/     upload_url: http://xxx.xx.xx.xx/~fuegotic/appfolder/public/     folder: appfolder  production:   <<: *local  staging:   <<: *local  test:   <<: *local 

routes.rb has following line

root :to => 'home#index' 

rails -v

rails 3.2.13 

ruby -v

ruby 2.1.4p265(2014-10-27 version 48166)[x86_64-linux] 

rake routs has following route

root    /     home#index 

dose non ascii sign "~" in url causing problem?? i'm running out of ideas.any appreciated.

thanks!!


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -