# File lib/merb-core/bootloader.rb, line 382 def self.run set_encoding # this is crucial: load init file with all the preferences # then environment init file, then start enabling specific # components, load dependencies and update logger. unless Merb::disabled?(:initfile) load_initfile load_env_config end expand_ruby_path enable_json_gem unless Merb::disabled?(:json) load_dependencies update_logger nil end