aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Link to 2.2.1 gemsDavid Heinemeier Hansson2008-11-141-5/+5
| | * Merge docrails.Pratik Naik2008-11-1450-2524/+4399
| * | Remove superfluous requireJeremy Kemper2008-11-131-1/+0
| * | Merge branch 'master' into testingJeremy Kemper2008-11-130-0/+0
| |\ \
| | * | Move fixtures settings from AR::TestCase to railties test_helpJeremy Kemper2008-11-132-5/+16
| * | | Move fixtures settings from AR::TestCase to railties test_helpJeremy Kemper2008-11-122-19/+15
| * | | Remove deprecated Gem.manage_gemsJeremy Kemper2008-11-121-1/+0
| * | | Prefer a feature check to a version checkJeremy Kemper2008-11-121-1/+1
| * | | Merge branch 'master' into testingJeremy Kemper2008-11-117-42/+69
| |\| |
| * | | Ruby 1.9 compat: check for minitest's assertion alsoJeremy Kemper2008-11-081-3/+3
| * | | lazy-initialize already loaded fixtures mapJeremy Kemper2008-11-081-1/+1
| * | | Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't subclass...Jeremy Kemper2008-11-081-2/+2
| * | | Wrap straggling mocha user with uses_mocha blockJeremy Kemper2008-11-081-5/+7
| * | | Ruby 1.9 compat: CGI switched back to TempfileJeremy Kemper2008-11-081-10/+4
| * | | Workaround lack of Mocha on 1.9 (hasn't been updated for minitest yet)Jeremy Kemper2008-11-081-1/+2
| * | | Merge branch 'master' into testingJeremy Kemper2008-11-084-8/+66
| |\ \ \
| * \ \ \ Merge branch 'master' into testingJeremy Kemper2008-11-071-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into testingJeremy Kemper2008-11-071-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into testingJeremy Kemper2008-11-079-20/+33
| |\ \ \ \ \ \
| * | | | | | | Check whether last arg is a Hash instead of duck-typing against []Jeremy Kemper2008-11-071-4/+9
| * | | | | | | Don't worry about attribute orderingJeremy Kemper2008-11-071-1/+2
| * | | | | | | Use delete if the rhs is nilJeremy Kemper2008-11-071-1/+5
| * | | | | | | Set up fixtures in app's test_helpJeremy Kemper2008-11-071-7/+8
| * | | | | | | Update AR testsJeremy Kemper2008-11-072-5/+5
| * | | | | | | undef abstract methods instead of raising NotImplementedError. Still need the...Jeremy Kemper2008-11-071-4/+4
| * | | | | | | Update AR integration tests for TestCase changesJeremy Kemper2008-11-072-12/+5
| * | | | | | | Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-0726-265/+191
| * | | | | | | Silence parens warningJeremy Kemper2008-11-071-1/+1
| * | | | | | | Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.Jeremy Kemper2008-11-073-151/+153
| * | | | | | | Remove controller assertions from Test::Unit::TestCase. Use ActionController:...Jeremy Kemper2008-11-073-71/+58
| * | | | | | | Set AS::TestCase::Assertion to the underlying test exception for either miniu...Jeremy Kemper2008-11-071-1/+4
| * | | | | | | Extract test method declarationJeremy Kemper2008-11-071-0/+21
| * | | | | | | Just rescue exception rather than checking for both miniunit and test/unitJeremy Kemper2008-11-072-7/+3
| * | | | | | | Subclass AS::TestCase to get custom assertionsJeremy Kemper2008-11-071-1/+1
| * | | | | | | Safer but hacky minitest autorun overrideJeremy Kemper2008-11-071-4/+5
| * | | | | | | Rework testing extensions to reflect the recent miniunit upheavalJeremy Kemper2008-11-076-52/+64
| * | | | | | | Remove direct TestCase mixins. Add miniunit compatibility.Jeremy Kemper2008-11-075-19/+91
* | | | | | | | Updated Actionpack README. Removed reference to examples that have long since...Felix Dominguez2008-12-031-16/+1
* | | | | | | | Update the Action Pack README a bit to use the current API and fix errorsChris Kampmeier2008-12-031-20/+20
* | | | | | | | Remove old sections on pagination and components from Action Pack's READMEChris Kampmeier2008-12-021-39/+0
* | | | | | | | Added documentation for Observers in the AR validations and callbacks guidesCassioMarques2008-12-012-4/+99
* | | | | | | | ActiveRecord#to_param docs: fix a few singular/plural errorsChris Kampmeier2008-11-301-5/+5
* | | | | | | | Improve ActiveRecord#exists? docsChris Kampmeier2008-11-301-8/+16
* | | | | | | | Added using an SQL function example to Selecting Certain Fields section as pe...Ryan Bigg2008-12-011-0/+3
* | | | | | | | Regenerate Guides HTMLMike Gunderloy2008-11-307-70/+339
* | | | | | | | Typo fixes to various guides.Mike Gunderloy2008-11-303-9/+25
* | | | | | | | Minor syntax fixes to the testing guide.athonlab2008-11-301-3/+3
* | | | | | | | Fix typo and cleanup docs for #expire_fragment [#1398 state:resolved]Chris Kampmeier2008-11-291-9/+17
* | | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsColin Curtin2008-11-26141-3313/+7232
|\ \ \ \ \ \ \ \
| * | | | | | | | Tiny doc example change for escape_once()Vincent Woo2008-11-261-1/+1