aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added script/about to display formatted Rails::Info outputSam Stephenson2005-11-051-9/+5
* Added Rails::Info to catalog assorted information about a Rails application's...Sam Stephenson2005-11-051-0/+77
* Make fcgi handler respond to TERM signals with an explicit exitJamis Buck2005-11-021-1/+16
* Failsafe response handler for dispatcher.Jeremy Kemper2005-11-021-1/+38
* Fixed scaffold generator when started with only 1 parameter (closes #2609) [s...David Heinemeier Hansson2005-10-281-0/+10
* Constants set in the development/test/production environment file are set in ...Jamis Buck2005-10-232-0/+37
* r3576@sedna: jeremy | 2005-10-13 11:31:50 -0700Jeremy Kemper2005-10-131-9/+3
* Make table_name and controller_name in generators honor AR::Base.pluralize_ta...Marcel Molina2005-09-281-0/+7
* r3023@asus: jeremy | 2005-07-12 23:43:39 -0700Jeremy Kemper2005-07-134-5/+8
* r1588@asus: jeremy | 2005-07-02 03:14:45 -0700Jeremy Kemper2005-07-023-7/+72
* Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...Jamis Buck2005-06-291-29/+54
* ActionMailer::Base subclasses are reloaded with other rails components #1262Jamis Buck2005-06-241-0/+63
* Missing parameter for trap_handler in dispatch.fcgiJamis Buck2005-06-221-1/+1
* Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to r...Jamis Buck2005-06-223-0/+119
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-9/+16
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-16/+9
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-9/+16
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-072-73/+55