| Commit message (Expand) | Author | Age | Files | Lines |
* | RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057. | Jeremy Kemper | 2007-11-17 | 1 | -2/+14 |
* | Load config/preinitializer.rb, if present, before loading the environment. Cl... | Jeremy Kemper | 2007-11-17 | 1 | -1/+18 |
* | Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon] | Rick Olson | 2007-11-08 | 1 | -0/+11 |
* | Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ... | Rick Olson | 2007-11-08 | 5 | -129/+409 |
* | Refactor and test boot.rb. Include tests from and closes #9834. | Jeremy Kemper | 2007-10-23 | 1 | -0/+145 |
* | Model generator tests. Closes #8966 [abhay] | Jeremy Kemper | 2007-10-11 | 1 | -0/+109 |
* | Whitespace fix. Closes #9845. | Jeremy Kemper | 2007-10-11 | 1 | -1/+1 |
* | Tidy up framework initialization code to ensure that it doesn't add folders t... | Michael Koziarski | 2007-10-04 | 1 | -0/+53 |
* | Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ... | Jeremy Kemper | 2007-09-26 | 2 | -121/+4 |
* | RailsFCGIHandler tests. Closes #9630. | Jeremy Kemper | 2007-09-23 | 6 | -181/+156 |
* | Dispatcher tests. References #9630. | Jeremy Kemper | 2007-09-23 | 3 | -76/+48 |
* | Make tests run with mocha gem | David Heinemeier Hansson | 2007-09-22 | 1 | -4/+3 |
* | Doc fix (closes #9203) [lazyatom] | David Heinemeier Hansson | 2007-09-22 | 1 | -5/+9 |
* | Added symbols as a legal way of specifying plugins in config.plugins (closes ... | David Heinemeier Hansson | 2007-09-22 | 1 | -7/+13 |
* | Fix test (closes #9618) | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 |
* | Added the :all option to config.plugins thatll include the rest of the plugin... | David Heinemeier Hansson | 2007-09-21 | 2 | -0/+26 |
* | Support multiple config.after_initialize blocks so plugins and apps can more ... | Jeremy Kemper | 2007-09-18 | 1 | -7/+69 |
* | misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90... | Rick Olson | 2007-07-25 | 1 | -0/+7 |
* | Missing test | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+106 |
* | Added --skip-migration option to scaffold and resource generators (closes #86... | David Heinemeier Hansson | 2007-06-23 | 2 | -37/+60 |
* | Fixed that dispatcher preparation callbacks only run once in production mode.... | Rick Olson | 2007-06-15 | 1 | -0/+7 |
* | Get picky about weird Ruby style. | Jeremy Kemper | 2007-06-10 | 1 | -12/+12 |
* | Scaffolded validation errors set the appropriate HTTP status for XML response... | Jeremy Kemper | 2007-06-10 | 1 | -28/+30 |
* | Missed svn add from [6897]. References #8393. | Jeremy Kemper | 2007-05-29 | 1 | -0/+25 |
* | Generated migrations include timestamps by default. Closes #8501. | Jeremy Kemper | 2007-05-29 | 1 | -1/+12 |
* | Scaffold generator tests. Closes #8443. | Jeremy Kemper | 2007-05-23 | 2 | -0/+344 |
* | Fix generator test broken by scaffold change. Closes #8402. | Jeremy Kemper | 2007-05-18 | 1 | -4/+0 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -28/+0 |
* | Canonicalize configuration.root_path and replace RAILS_ROOT. | Jeremy Kemper | 2007-03-29 | 2 | -16/+5 |
* | Move responsibility for ensuring that all registered gems were loaded from th... | Marcel Molina | 2007-03-03 | 1 | -8/+8 |
* | Split out the basic plugin locator functionality into an abstract super class... | Marcel Molina | 2007-03-02 | 3 | -22/+23 |
* | Split plugin location and loading out of the initializer and into a new Plugi... | Marcel Molina | 2007-03-02 | 5 | -111/+136 |
* | Dispatcher test requires abstract_unit. Cleanup abstract_unit. | Jeremy Kemper | 2007-03-01 | 2 | -8/+3 |
* | Reapply plugin load path changes from [5720] | Michael Koziarski | 2006-12-18 | 1 | -3/+34 |
* | Revert [5720] | Michael Koziarski | 2006-12-16 | 1 | -28/+2 |
* | Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ... | Michael Koziarski | 2006-12-15 | 1 | -2/+28 |
* | Test session table pluralization. Closes #6459. | Jeremy Kemper | 2006-11-20 | 1 | -7/+17 |
* | Nested class gets qualified names. | Jeremy Kemper | 2006-11-11 | 1 | -2/+2 |
* | Dont run FCGIDispatcher tests if mocha is not available | David Heinemeier Hansson | 2006-09-15 | 3 | -3/+10 |
* | Thoroughly test the FCGI dispatcher. Closes #5970. | Jeremy Kemper | 2006-09-03 | 5 | -12/+142 |
* | railties tests | Jeremy Kemper | 2006-09-03 | 3 | -12/+14 |
* | dispatcher test cosmetics | Jeremy Kemper | 2006-08-29 | 1 | -15/+15 |
* | Railties: axe junk webrick dispatcher test | Jeremy Kemper | 2006-08-29 | 1 | -27/+0 |
* | Railties: info tests passing | Jeremy Kemper | 2006-08-29 | 1 | -3/+7 |
* | Railties: info controller tests passing | Jeremy Kemper | 2006-08-29 | 1 | -0/+2 |
* | Railties: generator tests passing | Jeremy Kemper | 2006-08-29 | 3 | -7/+25 |
* | Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined. | Jeremy Kemper | 2006-08-29 | 1 | -0/+8 |
* | Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. | Nicholas Seckar | 2006-08-06 | 1 | -0/+49 |
* | Fix Rails info controller for postgres; Closes #4469. | Nicholas Seckar | 2006-03-29 | 1 | -12/+10 |
* | Remove ::Controllers related cruft; fix AP tests | Nicholas Seckar | 2006-02-26 | 2 | -17/+4 |