pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Change Rails routing #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently to access an app the url is <head node>/apps/redirect/<app name>.
Originally we wanted the url to be simply <head node>/apps/<app name> but
just never got around to fixing the routing in Rails.

Original issue reported on code.google.com by shattere...@gmail.com on 19 Aug 2009 at 3:21

GoogleCodeExporter commented 9 years ago
Done, will be in next release. Routing now is as follows:

/apps/name routes to /apps/redirect/name
/status routes to /status/cloud
/logout routes to /login/logout (AppServer also changed to reflect this)
/controller/action/id still routes normally
all else routes to /status

Original comment by shattere...@gmail.com on 21 Aug 2009 at 4:34