aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/initializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Make generated Metal bits a pure rack endpoint application (not middleware)Joshua Peek2008-12-171-3/+1
* Introduce Rails MetalJoshua Peek2008-12-161-0/+10
* Switch to Rack based session stores.Joshua Peek2008-12-151-10/+2
* Remove config dir from the load pathJeremy Kemper2008-12-031-2/+1
* Add internal middleware stack to DispatcherJoshua Peek2008-12-011-0/+5
* Changed Rails.root to return a Pathname object (allows for Rails.root.join("a...David Heinemeier Hansson2008-11-301-2/+2
* Me loves me some whitespaceDavid Heinemeier Hansson2008-11-301-1/+6
* Load app initializers by path relative to Rails.rootJeremy Kemper2008-11-291-1/+1
* Merge branch 'master' of git@github.com:rails/railsJoshua Peek2008-11-291-6/+2
|\
| * Enhanced Rails.root to take parameters that'll be join with the root, like Ra...David Heinemeier Hansson2008-11-291-6/+2
| * Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-291-4/+3
* | Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-281-3/+4
* | Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-271-4/+3
|/
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-11-271-3/+4
|\
| * Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-261-3/+4
* | Added view path support for engines [DHH]David Heinemeier Hansson2008-11-271-6/+2
|/
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-261-2/+7
* Really remove components.Jeremy Kemper2008-11-241-5/+1
* Add config.preload_frameworks to load all frameworks at startup. Default to f...Jeremy Kemper2008-11-241-0/+23
* Initializer#env relies on StringInquirer autoload. Style fixes.Jeremy Kemper2008-11-241-7/+4
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-0/+8
* add vendor/ back to load paths; catch errors in constant loadingMatt Jones2008-11-181-0/+1
* Added config.i18n settings gatherer to config/environment, auto-loading of al...David Heinemeier Hansson2008-11-181-0/+31
* Make refresh_specs more resilient. Always add vendor/gems to gem search path....Matt Jones2008-11-011-0/+1
* 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