aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/initializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Memoize the require and construction of the StringInquirerMichael Koziarski2008-10-191-2/+4
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-051-1/+1
* Database connections are now pooled, one pool per #establish_connection call.Jeremy Kemper2008-09-021-1/+1
|\
| * Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* | Remove call to active_record.allow_concurrency since it's deprecatedNick Sieger2008-08-291-1/+0
|/
* Always require activesupport, even if its constant already existsTarmo Tänav2008-08-231-0/+1
* Initializer to sort files before eager loading. [#859 state:resolved]Tom Ward2008-08-221-1/+1
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-5/+10
* Make sure ActionView is loaded inorder to build view pathsJoshua Peek2008-08-061-6/+10
* MemoryStore is the only "unsafe" store. Make it threadsafe by default.Joshua Peek2008-08-061-1/+0
* Added config.threadsafe! to toggle allow concurrency settings and disable the...Joshua Peek2008-08-041-0/+12
* Make requiring gems optional.Ben Sandofsky2008-08-041-1/+5
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-07-311-1/+1
|\
| * Turn cache_classes on by default [#645 state:resolved]Joshua Peek2008-07-311-1/+1
* | load_application_classes requires files relative to the load path and without...Jeremy Kemper2008-07-311-2/+3
|/
* Initializer requires ERB explicitly instead of assuming Action Pack loaded it...José Valim2008-07-301-0/+1
* Initializer skips prepare_dispatcher if Action Controller isn't in use. [#72...José Valim2008-07-301-0/+1
* Remove incomplete non-blocking logger functionalityMichael Koziarski2008-07-291-1/+0
* Check for ActionMailer and ActionController before attempting to eager load t...Sam Granieri2008-07-241-2/+2
* Added config.dependency_loading to enable or disable the dependency loader af...Joshua Peek2008-07-241-3/+24
* Load view path cache after plugins and gems.Joshua Peek2008-07-231-3/+10
* Added configurable eager load paths. Defaults to app/models, app/controllers,...Joshua Peek2008-07-211-4/+21
* Preload application classes. Uses same strategy as phusion passenger.Joshua Peek2008-07-211-0/+11
* Merge with docrails.Pratik Naik2008-07-161-2/+2
* ActionMailer and ActionView can share the same view path cacheJoshua Peek2008-07-151-2/+4
* Removed config.action_view.cache_template_loading, use config.cache_classes i...Joshua Peek2008-07-151-0/+1
* Give more info on missing gems and abort instead of printing a warning. App c...Jeremy Kemper2008-07-151-5/+10
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-1/+1
* Added Rails.initialized? flagJoshua Peek2008-07-021-23/+32
* Add the gem load paths before the framework is loaded, so certain gems like R...rick2008-06-081-4/+4
* Renamed StringQuestioneer to StringInquirer.Joshua Peek2008-06-041-1/+1
* Namespaced StringQuestioneer under ActiveSupport.Joshua Peek2008-06-041-1/+1
* Dependencies move to ActiveSupport::Dependencies missed a few spotsDavid Heinemeier Hansson2008-06-031-7/+7
* Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [...David Heinemeier Hansson2008-06-031-1/+1
* Fixed initializer tests by stubbing out gems dependencies check.Joshua Peek2008-06-021-4/+7
* Added Rack middleware to handle static files.Joshua Peek2008-06-011-0/+1
* Consolidate error messages for missing gems, and skip them when running rake ...rick2008-05-311-12/+31
* Merge docrails.Pratik Naik2008-05-251-23/+23
* Add Rails.version. [#236 state:resolved]Ryan Bates2008-05-221-0/+4
* Merge docrails:Pratik Naik2008-05-091-3/+5
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+2
* Made the location of the routes file configurable with config.routes_configur...David Heinemeier Hansson2008-05-011-0/+10
* Prevent AssetTagHelper from crashing if RAILS_ROOT is not defined. Fixes comp...Hongli Lai (Phusion2008-05-011-2/+6
* run prepare callbacks after after_initialize blocks so config.to_prepare actu...Jeremy Kemper2008-04-281-3/+3
* Be friendlier when upgrading apps with an old boot.rb.John Barnette2008-04-281-0/+4
* Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...Pratik Naik2008-04-181-0/+9
* Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-131-0/+8
* Don't require rails/gem_builder during rails initialization, it's only needed...Rick Olson2008-04-081-1/+0
* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na...Rick Olson2008-04-021-0/+1
* Fix that config.to_prepare dependency error. Closes #10520 [akaspick, Pratik]Pratik Naik2008-04-021-2/+4