aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Added HelperGenerator.José Valim2009-06-263-2/+38
* Added integration and performance test generators.José Valim2009-06-262-0/+36
* More tests for mailer.José Valim2009-06-251-1/+7
* Mailer tests.José Valim2009-06-251-0/+48
* More code refactoring.José Valim2009-06-251-0/+24
* Added class collision checks.José Valim2009-06-253-12/+18
* Added observer generator.José Valim2009-06-251-0/+34
* Make tests pass again after merge.José Valim2009-06-258-8/+12
* Tests for metal generator.José Valim2009-06-252-4/+18
* Tests for plugin generator.José Valim2009-06-254-8/+58
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-06-257-45/+217
|\
| * 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
* | Change current sstructure.José Valim2009-06-2312-334/+335
* | Removing template runner old specs.José Valim2009-06-231-216/+0
* | Added metal generator.José Valim2009-06-231-2/+2
* | Use Rails generators files organization.José Valim2009-06-231-2/+2
* | Remove class level conditions and ensure that RAILS_GEM_VERSION is commented ...José Valim2009-06-201-1/+2
* | More tests to app generator.José Valim2009-06-202-0/+71
* | First stub at app generators test.José Valim2009-06-202-2/+66
* | Moving tests to new generators schema.José Valim2009-06-192-206/+185
* | Starting test structure.José Valim2009-06-192-0/+256
* | Secret key generator. You are gone.José Valim2009-06-191-38/+0
* | Kick boot_test back to life.José Valim2009-06-191-1/+1
|/
* 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