Merb core boot process / Edits
Edited line 24 :
Edited line 52 :
The #start class method of Merb::Server does some dirty work with
start class method of Merb::Server does some dirty work with
Edited line 71 :
Edited line 78 :
Every class that has a run method and subclasses Merb::BootLoader is a “bootloader”.
For sake of simplicity we call bootloader every class that has run method and subclasses Merb::BootLoader.
Edited line 193 :
Edited line 137 :
Edited line 146 :
You can override init file location using command line option -I or—init-file. In
You can override init file location using command line option—init-file. In
Edited line 180 :
Note that if your session store is not registered at the point
Note that if your session store is not registred at the point
Edited line 17 :
Merb::Config.use do |conf|
conf[:session_store] = 'memcache'
end
Merb::Config.use do |conf| conf[:session_store] = ‘memcache’ end