aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/initializer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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