aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Brought unit tests up to dateDavid Heinemeier Hansson2004-12-152-16/+13
* Updated the usage documentation for the generator actions for their new homeDavid Heinemeier Hansson2004-12-091-0/+6
* Added a better generator for scaffolding that actually creates the code, so i...David Heinemeier Hansson2004-12-072-0/+95
* InitialDavid Heinemeier Hansson2004-11-241-0/+30