aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bad commit. (Bad developer, bad\!)Nicholas Seckar2005-10-161-1/+1
* Add documentation for Rails::Initializer and Rails::ConfigurationJamis Buck2005-10-161-15/+178
* Add line and file information to test process' get, post, etc methodsNicholas Seckar2005-10-161-1/+1
* Add temporary support for passing locals to render using string keysNicholas Seckar2005-10-163-2/+18
* Add __FILE__ and __LINE__ to evalNicholas Seckar2005-10-151-1/+1
* Shorten long lineNicholas Seckar2005-10-151-1/+4
* Allow ARStore::Session to indicate that it should not be reloaded in dev modeJamis Buck2005-10-152-1/+20
* Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...David Heinemeier Hansson2005-10-152-14/+35
* Renaming the deprecated finder testMichael Koziarski2005-10-151-1/+1
* Clean up error pages by providing better backtracesNicholas Seckar2005-10-155-39/+19
* Added Extension extension to provide support for clean backtraces.Nicholas Seckar2005-10-152-0/+20
* reasoning behind the seemingly duplicated methodMichael Koziarski2005-10-151-1/+2
* Add code and message to test response as per #2460Michael Koziarski2005-10-151-0/+8
* squash the memleak in dev mode finally (fingers crossed, here)Jamis Buck2005-10-152-0/+23
* Backed out of setting testing settings through initializer as that would brea...David Heinemeier Hansson2005-10-152-27/+6
* Should be RAILS_ROOT/test/fixtures.Scott Barron2005-10-151-3/+3
* Make freezing work with WindowsDavid Heinemeier Hansson2005-10-151-2/+3
* Change default logging colors to work on both white and black backgrounds.Sam Stephenson2005-10-152-6/+10
* Added Rails framework freezing tasks: freeze_gems (freeze to current gems), f...David Heinemeier Hansson2005-10-152-0/+33
* Raise an exception if an attempt is made to insert more session data into the...Marcel Molina2005-10-154-4/+56
* action pack asserts don't spam you with unnecissary backtraces anymoreTobias Lütke2005-10-152-69/+98
* Updated documentation and fixed the spinner to reference the new spawner by d...David Heinemeier Hansson2005-10-152-21/+10
* Fixed the overeager test runningDavid Heinemeier Hansson2005-10-152-5/+3
* Updated and clarified documentation for JavaScriptHelper to be more concise a...Thomas Fuchs2005-10-152-6/+26
* Adds update_javascripts task which will fetch all the latest js files from ra...Tobias Lütke2005-10-153-0/+9
* Cleaned up test_helperDavid Heinemeier Hansson2005-10-152-20/+16
* Fixed script/performanceDavid Heinemeier Hansson2005-10-152-2/+2
* If a component redirects when called with render_component_as_string, render theScott Barron2005-10-152-3/+34
* Really fix #1896. YAML class structure changed between 1.8.2 and 1.8.3, brea...Jeremy Kemper2005-10-151-1/+1
* Updated whiny nil to be more concise and useful.Nicholas Seckar2005-10-153-16/+12
* Eliminate an obsolete comment.Marcel Molina2005-10-151-2/+0
* Support ordered YAML fixtures. #1896Jeremy Kemper2005-10-154-4/+50
* Add changelogNicholas Seckar2005-10-151-0/+2
* Cleaned up some docsDavid Heinemeier Hansson2005-10-152-3/+3
* Take retry with breakpoint out until we fix itDavid Heinemeier Hansson2005-10-151-1/+1
* Fix Request#host_with_port to use the standard port when Rails is behind a pr...Nicholas Seckar2005-10-155-7/+46
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-158-22/+88
* r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700Jeremy Kemper2005-10-153-5/+55
* Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes...Marcel Molina2005-10-142-1/+9
* Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. P...Nicholas Seckar2005-10-142-1/+4
* Finished moveDavid Heinemeier Hansson2005-10-144-2/+2
* Moving perform to performanceDavid Heinemeier Hansson2005-10-146-2/+2
* Clean-up fix a bitDavid Heinemeier Hansson2005-10-141-6/+8
* Made the instantiated/transactional fixtures settings be controlled through R...Florian Weber2005-10-143-1/+35
* r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700Jeremy Kemper2005-10-1413-20/+20
* SQL Server needs to quote booleans just like MySQL 1/0David Heinemeier Hansson2005-10-141-0/+8
* Only dump schema if schema_format is :rubyDavid Heinemeier Hansson2005-10-141-1/+1
* Avoid memleak in dev mode with fastcgiJamis Buck2005-10-142-4/+11
* Sanitize benchmarker. [times] argument is optional, defaults to 1.Jeremy Kemper2005-10-141-5/+12
* Fix commands/performJeremy Kemper2005-10-141-1/+1