Cleaning URL hashes(#)

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 <a href="#"> 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..

Dhaval Parikh Software Engineer www.railshouse.com sales(AT)railshouse(DOT)com