aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Update documentation for yml usageNishant Modak2012-12-301-1/+1
| | | Update documentation for yml usage against https://github.com/rails/rails/issues/8612
* Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-3/+3
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-1/+3
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-3/+3
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* ActiveRecord -> Active RecordSteve Klabnik2012-11-291-2/+2
| | | | | The proper name, as per the documentation guides, is 'Active Record.' I've updated several references to it as 'ActiveRecord'.
* Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-16/+16
|
* use em-dashes instead of two minuses in guidesburningTyger2012-11-101-1/+1
|
* remove assert_valid method from testing guide [ci skip]Francesco Rodriguez2012-10-181-3/+0
|
* Revert "divided into folder with the language"Rafael Mendonça França2012-10-171-0/+981
| | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository
* divided into folder with the languageRodrigo Martins2012-10-171-981/+0
|
* Update test locationsMike Moore2012-10-091-13/+17
| | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional)
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-1/+1
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Convert all tables to Markdown syntaxPrem Sichanugrist2012-09-171-61/+67
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-9/+9
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-135/+135
|
* change shell to bashPrem Sichanugrist2012-09-171-10/+10
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-43/+55
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-90/+90
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+959