Merb core boot process / Edits

2 months ago

Edited line 24 :

plugin init file), it all comes to Merb::Config hash-like
plugin init file), it all comes to Merb::Config hash-alike

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 :

When you subclass Merb::BootLoader the subclassing class name is put into
When you subclass Merb::BootLoader subclassing class name is put into

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 :

Rack. By default it is rack.rb under Merb.dir_for(:config)
Rack. By default it is rack.rb under Merb.dif_for(:config)

3 months ago

Edited line 137 :

tries to load JSON gem with C extension, falls back to pure Ruby, updates logger
tries to load JSON gem with C extesion, falls back to pure Ruby, updates logger

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

3 months ago

Edited line 17 :

Merb::Config.use do |conf| 
    conf[:session_store] = 'memcache' 
end

Merb::Config.use do |conf| conf[:session_store] = ‘memcache’ end

3 months ago