public
Fork of wycats/merb-plugins
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/gwynm/merb-plugins.git
Added ActiveRecord::Base.configurations initialization

Signed-off-by: Ezra Zygmuntowicz <ez@engineyard.com>
kovyrin (author)
Mon Mar 31 14:57:48 -0700 2008
ezmobius (committer)
Mon Mar 31 15:26:11 -0700 2008
commit  c6a21a3e821dd718d6776acb3c1c3125602949aa
tree    d43c0b80cc439199b85178bc4a969f7d27184411
parent  65c1ccb8a2a02a7c3c36720244b560d728daa3a6
...
57
58
59
 
60
61
62
...
57
58
59
60
61
62
63
0
@@ -57,6 +57,7 @@ module Merb
0
 
0
             ::ActiveRecord::Base.verification_timeout = 14400
0
             ::ActiveRecord::Base.logger = Merb.logger
0
+ ::ActiveRecord::Base.configurations = configurations
0
             ::ActiveRecord::Base.establish_connection config
0
           else
0
             copy_sample_config

Comments

    No one has commented yet.