On Thu, 2012-09-06 at 14:20 +0200, [email protected] wrote: > From: Michal Fojtik <[email protected]> > > * Thinks like :default_driver and :logger are same > for all three frontends. > > Signed-off-by: Michal fojtik <[email protected]> > --- > server/config.ru | 32 ++++++++++---------------------- > server/lib/deltacloud_rack.rb | 4 ++-- > 2 files changed, 12 insertions(+), 24 deletions(-)
Sorry .. did find one problem: because the DC frontend is now mounted at /api, Sinatra never sees requests for /images, which leads to broken images in the HTML UI. So, I revise my ACK to ACK after fixing this (by mapping /images via Rack::Builder similar to /stylesheets and /javascripts) David
