| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gem load paths after loading environment | Joshua Peek | 2009-09-11 | 1 | -9/+9 |
* | Removed default_internal, which was preventing round-tripping of some encodings. | Yehuda Katz | 2009-07-30 | 1 | -1/+0 |
* | Allow namespaced configuration on generators. | José Valim | 2009-07-15 | 1 | -2/+2 |
* | Remove generator environment until we have a gem manifest. | José Valim | 2009-07-13 | 1 | -3/+2 |
* | Add the new generators environment and update commands. | José Valim | 2009-07-08 | 1 | -1/+1 |
* | Generators are configured on initialization if RAILS_ENV=generators. | José Valim | 2009-07-08 | 1 | -0/+10 |
* | Get Initializer tests running without requiring parts of Rails being loaded f... | Yehuda Katz + Carl Lerche | 2009-07-06 | 1 | -0/+4 |
* | Added tests for the :install_gem_spec_stubs initializer | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -5/+2 |
* | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -20/+7 |
* | Checkpoint. Added a bunch of TODOs and some changes after further going throu... | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -15/+8 |
* | Try speeding up rails booting | Yehuda Katz + Carl Lerche | 2009-06-25 | 1 | -6/+10 |
* | Run the block passed to #run first when initializing | Yehuda Katz + Carl Lerche | 2009-06-25 | 1 | -0/+1 |
* | Separate Rails module methods, the config object, and the initializer into se... | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -334/+2 |
* | Resurrect threadsafe! | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -0/+12 |
* | Tests pass, AWDoR passes, and a fresh app boots. | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -121/+228 |
* | Got all the railties tests to pass, rails must boot! | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -1/+27 |
* | Fix the default frameworks | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -1/+9 |
* | Get more tests to pass | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -2/+71 |
* | Get initializer_test.rb to pass with the new initializer. | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -5/+101 |
* | Started making progress on implementing a new initializer. | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -986/+448 |
* | Rename ActionView::Template::Path ActionView::Resolver | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -1/+1 |
* | Work around a gem dependency edge case that prevents Rails from booting.. | Tim Connor | 2009-06-05 | 1 | -1/+1 |
* | Avoid loading the ActiveRecord::SessionStore class on initialization if it is... | Luke Melia | 2009-05-30 | 1 | -1/+1 |
* | Ruby 1.9: use UTF-8 for default internal and external encodings. | Jeremy Kemper | 2009-05-28 | 1 | -3/+7 |
* | ensure initialize_database_middleware doesn't use ActionController if action_... | calavera | 2009-05-27 | 1 | -2/+4 |
* | Remove 'core' fluff. Hookable ActiveSupport.load_all! | Jeremy Kemper | 2009-05-20 | 1 | -2/+1 |
* | Extract generic callbacks middleware from dispatcher | Joshua Peek | 2009-05-17 | 1 | -1/+0 |
* | Merge Failsafe middleware into ShowExceptions | Joshua Peek | 2009-05-17 | 1 | -1/+1 |
* | Get Railties passing again | Yehuda Katz | 2009-05-16 | 1 | -1/+1 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -1/+1 |
* | Fix old reference to ActionController::Failsafe | Jeremy Kemper | 2009-05-06 | 1 | -1/+1 |
* | Attempt to deal with more cases of gems with native components. | David Dollar | 2009-04-28 | 1 | -0/+21 |
* | Rejig active support dependencies to behave better with the boot process | Jeremy Kemper | 2009-04-28 | 1 | -3/+7 |
* | Remove reference to Rack::RewindableInput, which has been removed a while ago. | Hongli Lai (Phusion) | 2009-04-26 | 1 | -1/+1 |
* | Makes rails-dev-boost work again | Carl Lerche & Yehuda Katz | 2009-04-14 | 1 | -1/+1 |
* | Rails server boots again | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -1/+1 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -11/+40 |
|\ |
|
| * | Makes the gem system understand development vs. runtime dependencies [#2195 s... | David Dollar | 2009-03-13 | 1 | -1/+3 |
| * | Enhanced Rails Metal - the load order of metals can now be configured [#2057 ... | Simon Jefford | 2009-03-03 | 1 | -0/+6 |
| * | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 1 | -0/+2 |
| * | Ensure ActiveRecord session store's connections are checked in after each req... | Joshua Peek | 2009-02-24 | 1 | -1/+15 |
| * | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -1/+2 |
| * | load plugin view_paths to action_mailer view_paths and make action_mailer use... | Sven Fuchs | 2009-02-22 | 1 | -2/+2 |
| * | Ensure that the app routes file is loaded even when engines are in play (Thji... | David Heinemeier Hansson | 2009-02-22 | 1 | -1/+1 |
| * | break out of initializer early if gems aren't loaded [#1750 state:resolved] | Matt Jones | 2009-02-20 | 1 | -1/+5 |
| * | Move development mode reloading up the stack to avoid issues with class reloa... | Joshua Peek | 2009-02-20 | 1 | -1/+1 |
| * | Port fast reloadable templates from rails-dev-boost. | thedarkone | 2009-02-12 | 1 | -3/+3 |
| * | Fix some edge cases when the same template is called with different local ass... | Andrew White | 2009-02-10 | 1 | -4/+2 |
| * | Fixes a typo in initializer.rb producing error: undefined local variable or m... | Gaspard Bucher | 2009-02-10 | 1 | -1/+1 |
| * | Still need to setup view paths | Joshua Peek | 2009-02-09 | 1 | -0/+12 |