| Commit message (Expand) | Author | Age | Files | Lines |
* | Get Initializer tests running without requiring parts of Rails being loaded f... | Yehuda Katz + Carl Lerche | 2009-07-06 | 4 | -28/+53 |
* | Reapply Rails::Application::Path tweaks | Yehuda Katz + Carl Lerche | 2009-07-06 | 1 | -4/+88 |
* | Revert "Modify the Rails::Application::Path object to allow for more concise ... | Pratik Naik | 2009-07-03 | 1 | -88/+4 |
* | Added tests for the :install_gem_spec_stubs initializer | Yehuda Katz + Carl Lerche | 2009-07-02 | 6 | -20/+113 |
* | Wrote tests for the :check_ruby_version initializer | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -0/+59 |
* | Adds support for def self.setup in isolation tests for setup that should be r... | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -5/+6 |
* | Modify the Rails::Application::Path object to allow for more concise path def... | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -4/+88 |
* | Only check for built extensions on gem dependencies that are in vendor/gems. ... | J.D. Hollis | 2009-07-02 | 1 | -0/+9 |
* | Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s... | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -3/+0 |
* | Crazy hacks to get the Isolation testing module to work on non forking enviro... | Yehuda Katz + Carl Lerche | 2009-06-30 | 1 | -0/+2 |
* | Add #concat to Rails::Application::Path | Carl Lerche | 2009-06-30 | 1 | -0/+7 |
* | Test that builtin_directories is only used in development mode | Carl Lerche | 2009-06-30 | 1 | -0/+17 |
* | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 16 | -4/+108 |
* | Finished a first stab at the Rails application path object. | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -64/+40 |
* | Update paths to support an explicit root and multiple paths per category | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -29/+91 |
* | Simple initial Paths impl | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -0/+68 |
* | Got all the railties tests to pass, rails must boot! | Yehuda Katz + Carl Lerche | 2009-06-23 | 3 | -2/+7 |
* | Fix the default frameworks | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -1/+2 |
* | Get more tests to pass | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -3/+5 |
* | Get initializer_test.rb to pass with the new initializer. | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -11/+11 |
* | Started making progress on implementing a new initializer. | Yehuda Katz + Carl Lerche | 2009-06-23 | 2 | -89/+140 |
* | Initial initializer impl | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -11/+6 |
* | Starting to write the new initializer | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -0/+118 |
* | Remove a stray process2 require | Yehuda Katz + Carl Lerche | 2009-06-16 | 1 | -1/+1 |
* | Get all of rake tests to pass | Yehuda Katz + Carl Lerche | 2009-06-15 | 1 | -1/+7 |
* | Fix incorrect specification path in GemDependency#from_directory_name | Matt Jones | 2009-06-10 | 1 | -0/+7 |
* | Fix several issues with the 2.3.2 gem loader. | Matt Jones | 2009-06-09 | 1 | -1/+15 |
* | Fix initializer i18n path test | Jeremy Kemper | 2009-06-01 | 1 | -0/+1 |
* | ensure initialize_database_middleware doesn't use ActionController if action_... | calavera | 2009-05-27 | 1 | -4/+19 |
* | Add an model_subclass generator. | Fabien Jakimowicz | 2009-05-27 | 1 | -0/+15 |
* | Get Railties passing again | Yehuda Katz | 2009-05-16 | 1 | -0/+2 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 2 | -2/+0 |
* | Additional tests for the gem subsystem | David Dollar | 2009-04-29 | 5 | -0/+101 |
* | Attempt to deal with more cases of gems with native components. | David Dollar | 2009-04-28 | 6 | -0/+105 |
* | Rejig active support dependencies to behave better with the boot process | Jeremy Kemper | 2009-04-28 | 2 | -0/+2 |
* | Fix missing core extension dependencies | Jeremy Kemper | 2009-04-28 | 2 | -0/+2 |
* | Refactor ActionView::Template | Yehuda Katz + Carl Lerche | 2009-04-27 | 2 | -3/+3 |
* | Removed rest of Symbol#to_proc from railties tests | Jeremy Kemper | 2009-04-22 | 2 | -3/+3 |
* | Missed one | Jeremy Kemper | 2009-04-22 | 1 | -1/+1 |
* | Remove Symbol#to_proc dependency | Jeremy Kemper | 2009-04-22 | 1 | -2/+2 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 29 | -683/+940 |
|\ |
|
| * | Improve tests and code for Rails::InfoController and Rails::Info [#2411 state... | Manfred Stienstra | 2009-04-07 | 2 | -31/+40 |
| * | update metal fixtures to be ruby 1.9 compat | Joshua Peek | 2009-03-15 | 6 | -6/+6 |
| * | Make sure Metal use ActionController class name conventions [#2242 state:reso... | Luca Guidi | 2009-03-15 | 2 | -0/+11 |
| * | Makes the gem system understand development vs. runtime dependencies [#2195 s... | David Dollar | 2009-03-13 | 2 | -8/+11 |
| * | Vendored gem paths now being loaded if they exist [#2204 state:resolved] | John Dzak | 2009-03-13 | 1 | -0/+2 |
| * | Fixed that template runner gem method to output :lib => false correctly [#194... | Damian Terentiev | 2009-03-12 | 1 | -0/+5 |
| * | Ensure public folder structure is setup correctly if the tests are ran out of... | Joshua Peek | 2009-03-10 | 4 | -0/+8 |
| * | Fix serving index files with rack static file server [#2180 state:resolved] | Joshua Peek | 2009-03-09 | 4 | -0/+41 |
| * | Correctly clean backtraces from vendor/gems and gems in alternate install loc... | Matt Jones | 2009-03-09 | 1 | -0/+29 |