aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/initializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-579/+0
* Add gem load paths after loading environmentJoshua Peek2009-09-111-9/+9
* Removed default_internal, which was preventing round-tripping of some encodings.Yehuda Katz2009-07-301-1/+0
* Allow namespaced configuration on generators.José Valim2009-07-151-2/+2
* Remove generator environment until we have a gem manifest.José Valim2009-07-131-3/+2
* Add the new generators environment and update commands.José Valim2009-07-081-1/+1
* Generators are configured on initialization if RAILS_ENV=generators.José Valim2009-07-081-0/+10
* Get Initializer tests running without requiring parts of Rails being loaded f...Yehuda Katz + Carl Lerche2009-07-061-0/+4
* Added tests for the :install_gem_spec_stubs initializerYehuda Katz + Carl Lerche2009-07-021-5/+2
* Starting to replace scattered path configuration settings with the path objectYehuda Katz + Carl Lerche2009-06-261-20/+7
* Checkpoint. Added a bunch of TODOs and some changes after further going throu...Yehuda Katz + Carl Lerche2009-06-261-15/+8
* Try speeding up rails bootingYehuda Katz + Carl Lerche2009-06-251-6/+10
* Run the block passed to #run first when initializingYehuda Katz + Carl Lerche2009-06-251-0/+1
* Separate Rails module methods, the config object, and the initializer into se...Yehuda Katz + Carl Lerche2009-06-231-334/+2
* Resurrect threadsafe!Yehuda Katz + Carl Lerche2009-06-231-0/+12
* Tests pass, AWDoR passes, and a fresh app boots.Yehuda Katz + Carl Lerche2009-06-231-121/+228
* Got all the railties tests to pass, rails must boot!Yehuda Katz + Carl Lerche2009-06-231-1/+27
* Fix the default frameworksYehuda Katz + Carl Lerche2009-06-231-1/+9
* Get more tests to passYehuda Katz + Carl Lerche2009-06-231-2/+71
* Get initializer_test.rb to pass with the new initializer.Yehuda Katz + Carl Lerche2009-06-231-5/+101
* Started making progress on implementing a new initializer.Yehuda Katz + Carl Lerche2009-06-231-986/+448
* 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