You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sina...@googlegroups.com
This has become a real feature request. I'm getting asked this alot. mapar has mentioned he has a fix and will send a patch. for now you simply:
get '/foo/*' do splat = request.path_info.split('/')[1..-1].join('/') # or use gsub to replace the prefix with a blank string
... use splat for something ... end