Open mperham opened 14 years ago
Rails 3.rc has deprecated rails/init.rb. You should update the root init.rb like so:
require File.join(File.dirname(__FILE__), 'lib', 'less', 'controller_extension') if Rails.env.development?
Please note RAILS_ENV is also deprecated.
fixed: http://github.com/grosser/more/tree/i29
Thanks for your branched fork, it stopped the deprecation warnings
Rails 3.rc has deprecated rails/init.rb. You should update the root init.rb like so:
Please note RAILS_ENV is also deprecated.