aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.textile
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-151-5/+5
|\
| * Change Assertion language to Expected/Actual from obj1/obj2Scott Stewart2012-07-121-5/+5
| |
* | testing guide: start of a passXavier Noria2012-07-121-49/+29
|/
* :success includes the whole 200 range, not just 200.Erich Menge2012-04-011-1/+1
| | | | | # File lib/rack/response.rb, line 114 114: def successful?; @status >= 200 && @status < 300; end
* minor edits in testing guide [ci skip]Vijay Dev2012-03-271-4/+2
|
* Testing layout gotcha when view renders partialPanayotis Matsinopoulos2012-03-241-0/+16
|
* Small layout correctionPanayotis Matsinopoulos2012-03-241-2/+1
|
* Testing Template and Layout ExamplePanayotis Matsinopoulos2012-03-241-0/+25
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+941