Sha256: 98fa1ec768499b3066d7c5a4c381a52c685ff1b643cd6efad68ef5f626a43cc7

Contents?: true

Size: 988 Bytes

Versions: 24

Compression:

Stored size: 988 Bytes

Contents

module Compass
  module AppIntegration
    module Rails
      extend self
      def initialize!
        Compass::Util.compass_warn("WARNING:  Please remove the call to Compass::AppIntegration::Rails.initialize! from #{caller[0].sub(/:.*$/,'')};\nWARNING:  This is done automatically now. If this is default compass initializer you can just remove the file.")
      end
      def root
        Compass::Util.compass_warn("WARNING:  Please remove the call to Compass::AppIntegration::Rails.root from #{caller[0].sub(/:.*$/,'')};\nWARNING:  This is done automatically now. If this is default compass initializer you can just remove the file.")
        ::Rails.root
      end
      def env
        Compass::Util.compass_warn("WARNING:  Please remove the call to Compass::AppIntegration::Rails.env from #{caller[0].sub(/:.*$/,'')};\nWARNING:  This is done automatically now. If this is default compass initializer you can just remove the file.")
        ::Rails.env
      end
    end
  end
end

Version data entries

24 entries across 23 versions & 3 rubygems

Version Path
compass-0.12.7 lib/compass/app_integration/rails.rb
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/lib/compass/app_integration/rails.rb
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/lib/compass/app_integration/rails.rb
compass-0.12.6 lib/compass/app_integration/rails.rb
compass-0.12.5 lib/compass/app_integration/rails.rb
compass-0.12.4 lib/compass/app_integration/rails.rb
compass-0.12.3 lib/compass/app_integration/rails.rb
compass-0.13.alpha.10 lib/compass/app_integration/rails.rb
compass-0.13.alpha.9 lib/compass/app_integration/rails.rb
compass-0.13.alpha.8 lib/compass/app_integration/rails.rb
compass-0.13.alpha.7 lib/compass/app_integration/rails.rb
compass-0.13.alpha.6 lib/compass/app_integration/rails.rb
compass-0.13.alpha.5 lib/compass/app_integration/rails.rb
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 lib/compass/app_integration/rails.rb
compass-0.13.alpha.4 lib/compass/app_integration/rails.rb
compass-0.13.alpha.3 lib/compass/app_integration/rails.rb
compass-0.13.alpha.2 lib/compass/app_integration/rails.rb
compass-0.12.2 lib/compass/app_integration/rails.rb
compass-0.12.2.rc.1 lib/compass/app_integration/rails.rb
compass-0.12.2.rc.0 lib/compass/app_integration/rails.rb