aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Rails info controller for postgres; Closes #4469.Nicholas Seckar2006-03-291-12/+10
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-262-17/+4
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-2/+2
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-081-0/+54
* Raise in stubby/init.rb if it doesn't have access to directory or config. lo...Jeremy Kemper2005-11-071-1/+6
* Fixed Rails generator tests (closes #2613) [torben [at] wolm.dk]David Heinemeier Hansson2005-11-071-1/+1
* New configuration option config.plugin_paths which may be a single path like ...Jeremy Kemper2005-11-075-13/+86
* Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::InfoSam Stephenson2005-11-071-11/+30
* Move info.rb to rails_info.rb and load Rails::Info after initializationSam Stephenson2005-11-051-1/+1