public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/auser/merb-core.git
updated kernel.rb documentation

documentation for Kernel#use_orm and Kernel#use_test reference
Merb.root/dependencies.yml instead of Merb.root/config/init.rb

Signed-off-by: Michael D. Ivey <ivey@gweezlebur.com>
benburkert (author)
Tue Feb 12 20:40:42 -0800 2008
ivey (committer)
Wed Feb 13 20:30:52 -0800 2008
commit  f32b4cbf96c307cf913102b676fb379c847daa80
tree    405349f490e498e52527df83e7ad9dd193522ed7
parent  baf74321765d1ab799dc4a51f44766f6ad1a8e45
...
72
73
74
75
 
76
77
78
...
87
88
89
90
 
91
92
93
...
72
73
74
 
75
76
77
78
...
87
88
89
 
90
91
92
93
0
@@ -72,7 +72,7 @@ module Kernel
0
     Merb.logger.error(message) if message
0
   end
0
   
0
- # Used in Merb.root/dependencies.yml
0
+ # Used in Merb.root/config/init.rb
0
   # Tells merb which ORM (Object Relational Mapper) you wish to use.
0
   # Currently merb has plugins to support ActiveRecord, DataMapper, and Sequel.
0
   #
0
@@ -87,7 +87,7 @@ module Kernel
0
     Kernel.dependency(orm_plugin)
0
   end
0
   
0
- # Used in Merb.root/dependencies.yml
0
+ # Used in Merb.root/config/init.rb
0
   # Tells merb which testing framework to use.
0
   # Currently merb supports rspec and test_unit for testing
0
   #

Comments

    No one has commented yet.