Sha256: 8d1eea200691ac55e17dd67388c691dc72d23655731c20b61c4235d796f3fd12

Contents?: true

Size: 585 Bytes

Versions: 10

Compression:

Stored size: 585 Bytes

Contents

require 'xing/dev-assets'

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::DevAssets::RackApp
    # The static app isn't always started with a Rails environment, so we can't
    # use Rails.root for this.
    def log_root
      File.expand_path("../../log", __FILE__)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
xing-framework-1.0.0.pre.beta.1 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-1.0.0.pre.beta default_configuration/base_app/backend/lib/static-app.rb
xing-framework-1.0.0.pre.alpha default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.3.2 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.3.1 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.3.0 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.9 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.9.beta1 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.8 default_configuration/base_app/backend/lib/static-app.rb
xing-framework-0.2.8.beta1 default_configuration/base_app/backend/lib/static-app.rb