aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-281-0/+35
* RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057.Jeremy Kemper2007-11-171-2/+14
* Load config/preinitializer.rb, if present, before loading the environment. Cl...Jeremy Kemper2007-11-171-1/+18
* Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]Rick Olson2007-11-081-0/+11
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-085-129/+409
* Refactor and test boot.rb. Include tests from and closes #9834.Jeremy Kemper2007-10-231-0/+145
* Model generator tests. Closes #8966 [abhay]Jeremy Kemper2007-10-111-0/+109
* Whitespace fix. Closes #9845.Jeremy Kemper2007-10-111-1/+1
* Tidy up framework initialization code to ensure that it doesn't add folders t...Michael Koziarski2007-10-041-0/+53
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-262-121/+4
* RailsFCGIHandler tests. Closes #9630.Jeremy Kemper2007-09-236-181/+156
* Dispatcher tests. References #9630.Jeremy Kemper2007-09-233-76/+48
* Make tests run with mocha gemDavid Heinemeier Hansson2007-09-221-4/+3
* Doc fix (closes #9203) [lazyatom]David Heinemeier Hansson2007-09-221-5/+9
* Added symbols as a legal way of specifying plugins in config.plugins (closes ...David Heinemeier Hansson2007-09-221-7/+13
* Fix test (closes #9618)David Heinemeier Hansson2007-09-221-1/+1
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-212-0/+26
* Support multiple config.after_initialize blocks so plugins and apps can more ...Jeremy Kemper2007-09-181-7/+69
* misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...Rick Olson2007-07-251-0/+7
* Missing testDavid Heinemeier Hansson2007-06-231-0/+106
* Added --skip-migration option to scaffold and resource generators (closes #86...David Heinemeier Hansson2007-06-232-37/+60
* Fixed that dispatcher preparation callbacks only run once in production mode....Rick Olson2007-06-151-0/+7
* Get picky about weird Ruby style.Jeremy Kemper2007-06-101-12/+12
* Scaffolded validation errors set the appropriate HTTP status for XML response...Jeremy Kemper2007-06-101-28/+30
* Missed svn add from [6897]. References #8393.Jeremy Kemper2007-05-291-0/+25
* Generated migrations include timestamps by default. Closes #8501.Jeremy Kemper2007-05-291-1/+12
* Scaffold generator tests. Closes #8443.Jeremy Kemper2007-05-232-0/+344
* Fix generator test broken by scaffold change. Closes #8402.Jeremy Kemper2007-05-181-4/+0
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-28/+0
* Canonicalize configuration.root_path and replace RAILS_ROOT.Jeremy Kemper2007-03-292-16/+5
* Move responsibility for ensuring that all registered gems were loaded from th...Marcel Molina2007-03-031-8/+8
* Split out the basic plugin locator functionality into an abstract super class...Marcel Molina2007-03-023-22/+23
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-025-111/+136
* Dispatcher test requires abstract_unit. Cleanup abstract_unit.Jeremy Kemper2007-03-012-8/+3
* Reapply plugin load path changes from [5720]Michael Koziarski2006-12-181-3/+34
* Revert [5720] Michael Koziarski2006-12-161-28/+2
* Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...Michael Koziarski2006-12-151-2/+28
* Test session table pluralization. Closes #6459.Jeremy Kemper2006-11-201-7/+17
* Nested class gets qualified names.Jeremy Kemper2006-11-111-2/+2
* Dont run FCGIDispatcher tests if mocha is not availableDavid Heinemeier Hansson2006-09-153-3/+10
* Thoroughly test the FCGI dispatcher. Closes #5970.Jeremy Kemper2006-09-035-12/+142
* railties testsJeremy Kemper2006-09-033-12/+14
* dispatcher test cosmeticsJeremy Kemper2006-08-291-15/+15
* Railties: axe junk webrick dispatcher testJeremy Kemper2006-08-291-27/+0
* Railties: info tests passingJeremy Kemper2006-08-291-3/+7
* Railties: info controller tests passingJeremy Kemper2006-08-291-0/+2
* Railties: generator tests passingJeremy Kemper2006-08-293-7/+25
* Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined.Jeremy Kemper2006-08-291-0/+8
* Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.Nicholas Seckar2006-08-061-0/+49