Hi i am getting # in all the urls in my application.How to get rid of
this # in urls
http://localhost:3000/#/question/question_list
http://localhost:3000/#/base/welcome
…
…
suggest me any solution
ripan
Hi i am getting # in all the urls in my application.How to get rid of
this # in urls
http://localhost:3000/#/question/question_list
http://localhost:3000/#/base/welcome
…
…
suggest me any solution
ripan
Hi
I guess there is some routing issue there…or u might be giving some
hardcoded path which is why the url is displaying like this.
or there is something like and after that u r clicking some
path which is y ur taken to that url.
Also check that by default ur not getting localhost:3000/#
Make sure there is no change in routes.rb file and path is not
hardcoded…
sales(AT)railshouse(DOT)com
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs