aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/initializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-1/+1
* Work around a gem dependency edge case that prevents Rails from booting..Tim Connor2009-06-051-1/+1
* Avoid loading the ActiveRecord::SessionStore class on initialization if it is...Luke Melia2009-05-301-1/+1
* Ruby 1.9: use UTF-8 for default internal and external encodings.Jeremy Kemper2009-05-281-3/+7
* ensure initialize_database_middleware doesn't use ActionController if action_...calavera2009-05-271-2/+4
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-2/+1
* Extract generic callbacks middleware from dispatcherJoshua Peek2009-05-171-1/+0
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-171-1/+1
* Get Railties passing againYehuda Katz2009-05-161-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+1
* Fix old reference to ActionController::FailsafeJeremy Kemper2009-05-061-1/+1
* Attempt to deal with more cases of gems with native components.David Dollar2009-04-281-0/+21
* Rejig active support dependencies to behave better with the boot processJeremy Kemper2009-04-281-3/+7
* Remove reference to Rack::RewindableInput, which has been removed a while ago.Hongli Lai (Phusion)2009-04-261-1/+1
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-1/+1
* Rails server boots againCarl Lerche & Yehuda Katz2009-04-131-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-11/+40
|\
| * Makes the gem system understand development vs. runtime dependencies [#2195 s...David Dollar2009-03-131-1/+3
| * Enhanced Rails Metal - the load order of metals can now be configured [#2057 ...Simon Jefford2009-03-031-0/+6
| * Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-271-0/+2
| * Ensure ActiveRecord session store's connections are checked in after each req...Joshua Peek2009-02-241-1/+15
| * Merge with docrailsPratik Naik2009-02-241-1/+2
| * load plugin view_paths to action_mailer view_paths and make action_mailer use...Sven Fuchs2009-02-221-2/+2
| * Ensure that the app routes file is loaded even when engines are in play (Thji...David Heinemeier Hansson2009-02-221-1/+1
| * break out of initializer early if gems aren't loaded [#1750 state:resolved]Matt Jones2009-02-201-1/+5
| * Move development mode reloading up the stack to avoid issues with class reloa...Joshua Peek2009-02-201-1/+1
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-3/+3
| * Fix some edge cases when the same template is called with different local ass...Andrew White2009-02-101-4/+2
| * Fixes a typo in initializer.rb producing error: undefined local variable or m...Gaspard Bucher2009-02-101-1/+1
| * Still need to setup view pathsJoshua Peek2009-02-091-0/+12
| * Improve view rendering performance in development mode and reinstate template...Andrew White2009-02-091-13/+0
| * Make sure all autoload constants are pulled in when using config.threadsafe! ...Joshua Peek2009-02-051-2/+2
|/
* Disable eager loading for all rake tasks [#802 state:resolved]Joshua Peek2009-01-271-1/+2
* Setup ActiveRecord QueryCache middleware in the initializerJoshua Peek2009-01-211-0/+1
* Only insert metal middleware if any existJoshua Peek2009-01-211-1/+3
* Decouple the local cache strategy from MemCacheStore for reuse with other rem...Lourens Naude2009-01-171-2/+4
* Added in a local per request cache to MemCacheStore. It acts as a buffer to s...Nahum Wild2009-01-151-0/+3
* Use Rack's MethodOverride lib [#1699 state:resolved]Joshua Peek2009-01-131-1/+1
* Move metal above method piggybacking middleware and add some test coverageJoshua Peek2009-01-031-1/+1
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-3/+4
* 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