Sha256: a457f05b6b71025bce944802a5c36ca808a1b2fad65363cb5b62a9905b342dcd

Contents?: true

Size: 583 Bytes

Versions: 11

Compression:

Stored size: 583 Bytes

Contents

require 'xing/static'

module APP_MODULE
  # The intention is to make Static::RackApp configurable via override.
  # At the moment, this is not the case - if you need to configure, replace
  # this implementation. N.b. however that the RackApp interface is slated to
  # change in the near term, and the override may need to be revisited then.
  class StaticApp < Xing::Static::RackApp
    # The static app isn't always started with a Rails environment, so we can't
    # use Rails.root for this.
    def self.log_root
      File.expand_path("../../log", __FILE__)
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
xing-framework-0.2.7 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.7.pre.beta1 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.6 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.5 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.4 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.3 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.2 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.1 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.0 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.0.3 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.0.2 default_configuration/base_app/backend/lib/static-app.rb