public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Operator precedence ftl
wycats (author)
Sat Sep 27 22:19:39 -0700 2008
commit  247779ebe96100b49690581801a897636e72b36a
tree    e83ae3ffd25175a6415ce57397df14f357af203c
parent  55dcdc6fbc29257dcaf25997d59cdf66fb66a507
...
380
381
382
383
 
384
385
386
...
380
381
382
 
383
384
385
386
0
@@ -380,7 +380,7 @@ class Merb::BootLoader::LoadClasses < Merb::BootLoader
0
       @ran = true
0
       $0 = "merb: master"
0
       
0
-      if Merb::Config[:fork_for_class_load] && !Merb.env == "test"
0
+      if Merb::Config[:fork_for_class_load] && Merb.env != "test"
0
         start_transaction
0
       else
0
         trap('INT') do 

Comments