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
Search Repo:
Improved RDoc of Merb#load_dependencies.
Michael S. Klishin (author)
Sat Jul 05 14:59:50 -0700 2008
commit  0d50ec2931d474acfeaf8138edcd65dd919e752d
tree    189a827a485a0bfd9f29a18a478077ada2441da3
parent  aae145a39e5bdb3e3a061861cd0ad566ca8f4310
...
434
435
436
 
 
 
 
437
438
439
...
434
435
436
437
438
439
440
441
442
443
0
@@ -434,6 +434,10 @@ module Merb
0
     end
0
 
0
     # Load all basic dependencies (selected BootLoaders only).
0
+ # This sets up Merb framework component paths
0
+ # (directories for models, controllers, etc) using
0
+ # framework.rb or default layout, loads init file
0
+ # and dependencies specified in it and runs before_app_loads hooks.
0
     #
0
     # ==== Parameters
0
     # options<Hash>:: Options to pass on to the Merb config.

Comments

    No one has commented yet.