aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | | Final changes for 2.2 release notesMike Gunderloy2008-11-212-4/+4
| * | | | | | | | Updated finders guide based on: http://rails.lighthouseapp.com/projects/16213...Ryan Bigg2008-11-211-3/+13
| * | | | | | | | Fixed all points in http://rails.lighthouseapp.com/projects/16213-rails-guide...Ryan Bigg2008-11-191-22/+26
| * | | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-11-1915-270/+1429
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Added some text about AR callbacksCassioMarques2008-11-182-1/+176
| | * | | | | | | | Added note about update_attribute not triggering validationCassioMarques2008-11-182-2/+13
| | * | | | | | | | Configuration options for Active Model, Active Resource, Active SupportMike Gunderloy2008-11-182-241/+114
| | * | | | | | | | Finishing up RDoc 2.x markup for cattr_accessorsMike Gunderloy2008-11-184-0/+8
| | * | | | | | | | Regenerate Guide HTMLMike Gunderloy2008-11-185-18/+1110
| | * | | | | | | | FIx minor errors in Getting Started & Associations guidesMike Gunderloy2008-11-182-8/+8
| * | | | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-11-18134-3040/+5750
| |\| | | | | | | |
| | * | | | | | | | Merge branch 'master' of git@github.com:lifo/docrailsXavier Noria2008-11-188-10/+561
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | initial draft for i18n guideSven Fuchs2008-11-182-0/+551