myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2742] branches/rails2/vendor/plugins: changed co


From: noreply
Subject: [myexperiment-hackers] [2742] branches/rails2/vendor/plugins: changed config.load_paths to config. autoload_paths
Date: Mon, 24 Oct 2011 16:28:39 -0400 (EDT)

Revision
2742
Author
dgc
Date
2011-10-24 16:28:39 -0400 (Mon, 24 Oct 2011)

Log Message

changed config.load_paths to config.autoload_paths

Modified Paths

Diff

Modified: branches/rails2/vendor/plugins/fckeditor/init.rb (2741 => 2742)


--- branches/rails2/vendor/plugins/fckeditor/init.rb	2011-10-24 20:28:02 UTC (rev 2741)
+++ branches/rails2/vendor/plugins/fckeditor/init.rb	2011-10-24 20:28:39 UTC (rev 2742)
@@ -6,7 +6,7 @@
 FckeditorFileUtils.check_and_install
 
 # make plugin controller available to app
-config.load_paths += %W(#{Fckeditor::PLUGIN_CONTROLLER_PATH} #{Fckeditor::PLUGIN_HELPER_PATH})
+config.autoload_paths += %W(#{Fckeditor::PLUGIN_CONTROLLER_PATH} #{Fckeditor::PLUGIN_HELPER_PATH})
 
 Rails::Initializer.run(:set_load_path, config)
 

Modified: branches/rails2/vendor/plugins/validates_email_veracity_of/test/rails_root/config/environment.rb (2741 => 2742)


--- branches/rails2/vendor/plugins/validates_email_veracity_of/test/rails_root/config/environment.rb	2011-10-24 20:28:02 UTC (rev 2741)
+++ branches/rails2/vendor/plugins/validates_email_veracity_of/test/rails_root/config/environment.rb	2011-10-24 20:28:39 UTC (rev 2742)
@@ -5,7 +5,7 @@
   config.cache_classes = false
   config.whiny_nils = true
   config.breakpoint_server = true
-  config.load_paths << "#{File.dirname(__FILE__)}/../../../lib/"
+  autoload_paths << "#{File.dirname(__FILE__)}/../../../lib/"
 end
  
 Dependencies.log_activity = true

reply via email to

[Prev in Thread] Current Thread [Next in Thread]