From 2a68698c70063b7cbf11420a2a58047777f161f0 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sat, 16 Feb 2008 14:08:12 +0000 Subject: [PATCH] ActionItem154: loading all models on configure time caused problems with ferret's Drb server in production mode. All tests pass, but I don't know yet if we are going to have problems. --- config/environment.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 68dbe5e..1665f6d 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -86,7 +86,3 @@ require 'acts_as_having_boxes' require 'acts_as_having_settings' require 'hacked_after_create' -# to the hell, I want all my models loaded before the application run anything -Dir.glob("#{RAILS_ROOT}/app/models/*.rb").each do |model| - require_dependency model -end -- libgit2 0.21.2