aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* make pass through error code configurable [#2817 state:resolved]John Duff2009-07-223-4/+34
* Get Initializer tests running without requiring parts of Rails being loaded f...Yehuda Katz + Carl Lerche2009-07-064-28/+53
* Reapply Rails::Application::Path tweaksYehuda Katz + Carl Lerche2009-07-061-4/+88
* Revert "Modify the Rails::Application::Path object to allow for more concise ...Pratik Naik2009-07-031-88/+4
* Added tests for the :install_gem_spec_stubs initializerYehuda Katz + Carl Lerche2009-07-026-20/+113
* Wrote tests for the :check_ruby_version initializerYehuda Katz + Carl Lerche2009-07-021-0/+59
* Adds support for def self.setup in isolation tests for setup that should be r...Yehuda Katz + Carl Lerche2009-07-021-5/+6
* Modify the Rails::Application::Path object to allow for more concise path def...Yehuda Katz + Carl Lerche2009-07-021-4/+88
* Only check for built extensions on gem dependencies that are in vendor/gems. ...J.D. Hollis2009-07-021-0/+9
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-3/+0
* Crazy hacks to get the Isolation testing module to work on non forking enviro...Yehuda Katz + Carl Lerche2009-06-301-0/+2
* Add #concat to Rails::Application::PathCarl Lerche2009-06-301-0/+7
* Test that builtin_directories is only used in development modeCarl Lerche2009-06-301-0/+17
* Starting to replace scattered path configuration settings with the path objectYehuda Katz + Carl Lerche2009-06-2616-4/+108
* Finished a first stab at the Rails application path object.Yehuda Katz + Carl Lerche2009-06-261-64/+40
* Update paths to support an explicit root and multiple paths per categoryYehuda Katz + Carl Lerche2009-06-261-29/+91
* Simple initial Paths implYehuda Katz + Carl Lerche2009-06-261-0/+68
* Got all the railties tests to pass, rails must boot!Yehuda Katz + Carl Lerche2009-06-233-2/+7
* Fix the default frameworksYehuda Katz + Carl Lerche2009-06-231-1/+2
* Get more tests to passYehuda Katz + Carl Lerche2009-06-231-3/+5
* Get initializer_test.rb to pass with the new initializer.Yehuda Katz + Carl Lerche2009-06-231-11/+11
* Started making progress on implementing a new initializer.Yehuda Katz + Carl Lerche2009-06-232-89/+140
* Initial initializer implYehuda Katz + Carl Lerche2009-06-231-11/+6
* Starting to write the new initializerYehuda Katz + Carl Lerche2009-06-231-0/+118
* Remove a stray process2 requireYehuda Katz + Carl Lerche2009-06-161-1/+1
* Get all of rake tests to passYehuda Katz + Carl Lerche2009-06-151-1/+7
* Fix incorrect specification path in GemDependency#from_directory_nameMatt Jones2009-06-101-0/+7
* Fix several issues with the 2.3.2 gem loader.Matt Jones2009-06-091-1/+15
* Fix initializer i18n path testJeremy Kemper2009-06-011-0/+1
* ensure initialize_database_middleware doesn't use ActionController if action_...calavera2009-05-271-4/+19
* Add an model_subclass generator.Fabien Jakimowicz2009-05-271-0/+15
* Get Railties passing againYehuda Katz2009-05-161-0/+2
* Cherry-pick core extensionsJeremy Kemper2009-05-132-2/+0
* Additional tests for the gem subsystemDavid Dollar2009-04-295-0/+101
* Attempt to deal with more cases of gems with native components.David Dollar2009-04-286-0/+105
* Rejig active support dependencies to behave better with the boot processJeremy Kemper2009-04-282-0/+2
* Fix missing core extension dependenciesJeremy Kemper2009-04-282-0/+2
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-272-3/+3
* Removed rest of Symbol#to_proc from railties testsJeremy Kemper2009-04-222-3/+3
* Missed oneJeremy Kemper2009-04-221-1/+1
* Remove Symbol#to_proc dependencyJeremy Kemper2009-04-221-2/+2
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1329-683/+940
|\
| * Improve tests and code for Rails::InfoController and Rails::Info [#2411 state...Manfred Stienstra2009-04-072-31/+40
| * update metal fixtures to be ruby 1.9 compatJoshua Peek2009-03-156-6/+6
| * Make sure Metal use ActionController class name conventions [#2242 state:reso...Luca Guidi2009-03-152-0/+11
| * Makes the gem system understand development vs. runtime dependencies [#2195 s...David Dollar2009-03-132-8/+11
| * Vendored gem paths now being loaded if they exist [#2204 state:resolved]John Dzak2009-03-131-0/+2
| * Fixed that template runner gem method to output :lib => false correctly [#194...Damian Terentiev2009-03-121-0/+5
| * Ensure public folder structure is setup correctly if the tests are ran out of...Joshua Peek2009-03-104-0/+8
| * Fix serving index files with rack static file server [#2180 state:resolved]Joshua Peek2009-03-094-0/+41