Playing with sinatra, I\'m stuck on a little problem : when I use params with slashes, it confuses the router engine. So is there a nice way to handle this kind of param wit
or use:
url = request.fullpath[5..-1]