aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | | | | | Added some text about callbacks classesCassioMarques2008-11-252-3/+90
| * | | | | | | | Made documentation of validates_presence_of use monospaced fonts correctly.Daniel Schierbeck2008-11-251-7/+9
| * | | | | | | | Fix an example of using Inflector's #parameterize.Yaroslav Markin2008-11-251-1/+1
| * | | | | | | | I18n guide: changed to reflect new i18n locale naming, added a link to rails-...Yaroslav Markin2008-11-241-12/+13
| * | | | | | | | Update with globally keyed fragmentsAditya2008-11-231-1/+19
| * | | | | | | | Updated with Conditional GET section lifted from Ryan's posts on the topicAditya2008-11-231-0/+58
| * | | | | | | | Add config.cache_store blurb and note about Rails using the bundled memcached...Aditya2008-11-231-2/+5
| * | | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsAditya2008-11-232-8/+177
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Added some more text on Active Record callbacksCassioMarques2008-11-232-8/+177
| * | | | | | | | | Fixed width font changesAditya2008-11-231-17/+17
| |/ / / / / / / /
| * | | | | | | | Was very naughty and did not add changelog message to guide.Ryan Bigg2008-11-231-0/+1
| * | | | | | | | Updated finders guide to include newcomers find_last_by and find_by_bang!Ryan Bigg2008-11-231-2/+10