Sha256: 03bd6aec6a132bbc107efd79b5cefe1746bbd65b89f0be3b998adaa41aa173c0

Contents?: true

Size: 513 Bytes

Versions: 47

Compression:

Stored size: 513 Bytes

Contents

if defined? ::Rails and ::Rails::VERSION::MAJOR == 2
  require 'brighter_planet_layout'
  require ::BrighterPlanetLayout.helper_file
  ::Rails.configuration.to_prepare do
    ::ApplicationController.helper ::BrighterPlanetHelper
    # sabshere 7/29/10 this makes it impossible to apply selectively
    # ::ApplicationController.layout 'brighter_planet'
    # sabshere 7/29/10 the view path appears to be magically appended
    # ::ApplicationController.append_view_path ::BrighterPlanetLayout.view_path
  end
end

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
brighter_planet_layout-0.3.10 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.9 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.8 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.7 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.6 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.5 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.4 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.3 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.2 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.1 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-ruby19-0.3.0 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.3.0 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-ruby19-0.2.48 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.2.48 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-ruby19-0.2.47 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.2.47 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.2.46 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.2.45 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.2.44 lib/brighter_planet_layout/rails.rb
brighter_planet_layout-0.2.43 lib/brighter_planet_layout/rails.rb