sizzlelab / aaltoapps

Market place for Sizzlelab environments
MIT License
4 stars 0 forks source link

Path / with query string causes an error #122

Closed pekman closed 13 years ago

pekman commented 13 years ago

If a HTTP request for root path with a query string (e.g. /?mobile=1) is received, an ActionView::Template::Error exception is raised and an error message is shown to the user. The expected behavior would be to redirect to main page possibly preserving the query string.