| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Small cleanup to Testing Guide | Jon Moss | 2016-01-30 | 1 | -1/+1 |
* | Pass 3 over testing guide | Vipul A M | 2016-01-31 | 1 | -19/+28 |
* | Pass 2 over testing guide | Vipul A M | 2016-01-23 | 1 | -14/+14 |
* | First pass over parts of Testing guide | Vipul A M | 2016-01-22 | 1 | -7/+7 |
* | use bin/rails default instead of rake commands [ci skip] | Gaurav Sharma | 2016-01-19 | 1 | -2/+2 |
* | Fix typo: test -> text | Sean Collins | 2015-12-30 | 1 | -1/+1 |
* | ApplicationRecord documentation pass | Genadi Samokovarov | 2015-12-17 | 1 | -1/+1 |
* | [ci skip] Fix articles spelling. | Kasper Timm Hansen | 2015-12-13 | 1 | -1/+1 |
* | Remove ActionController::TestCase from documentation | eileencodes | 2015-12-12 | 1 | -22/+22 |
* | guides, scaffold no longer used in getting started guide. Closes #22337. | Yves Senn | 2015-11-19 | 1 | -6/+24 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-11-15 | 1 | -2/+24 |
|\ |
|
| * | copy edits [ci skip] | Vijay Dev | 2015-11-15 | 1 | -12/+6 |
| * | Grammer & Style Tweaks as per feedback | Gaurish Sharma | 2015-11-14 | 1 | -3/+3 |
| * | Document time testing helpers | Gaurish Sharma | 2015-11-09 | 1 | -0/+28 |
| * | :nailcare: Grammer fixes | Gaurish Sharma | 2015-11-09 | 1 | -2/+2 |
* | | Update docs/comments to use setup/teardown blocks vs. methods. | Ken Collins | 2015-11-03 | 1 | -2/+2 |
|/ |
|
* | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’ | Ronak Jangir | 2015-10-07 | 1 | -1/+1 |
* | Add missing and remove unnecessary periods in testing.md [ci skip] | Juanito Fatas | 2015-09-05 | 1 | -5/+5 |
* | fix reference to undefined variable in email testing guide [ci skip] | Konstantinos Rousis | 2015-08-28 | 1 | -2/+5 |
* | A quick pass over the testing guide | Robin Dupret | 2015-08-25 | 1 | -6/+11 |
* | reorganize testing guide. [Zachary Scott & Yves Senn] | Zachary Scott | 2015-08-17 | 1 | -329/+305 |
* | Tiny documentation fixes [ci skip] | Robin Dupret | 2015-08-16 | 1 | -2/+2 |
* | Small fixes [ci skip] | Alexey Markov | 2015-08-15 | 1 | -10/+10 |
* | Fix minor typo in testing guide | Dave Powers | 2015-07-20 | 1 | -1/+1 |
* | [ci skip] add note for individual stub creation | Aditya Kapoor | 2015-07-15 | 1 | -0/+16 |
* | Add fixture use case to testing.md. | Staphany Park | 2015-06-13 | 1 | -0/+7 |
* | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -58/+12 |
* | [ci skip] Fix block parameter of assert_no_difference | Hiromichi Yamada | 2015-05-28 | 1 | -1/+1 |
* | Make link to configuring guide relative [ci skip] | Eliot Sykes | 2015-05-22 | 1 | -1/+1 |
* | Fix broken link for minitest. [ci skip] | Arun Agrawal | 2015-05-20 | 1 | -1/+1 |
* | [ci skip] update ruby doc links; for rails next version ruby 2.2+ will be sup... | Gaurav Sharma | 2015-05-20 | 1 | -1/+1 |
* | Clarify view tests [ci skip] | Benjamin Klotz | 2015-05-14 | 1 | -1/+1 |
* | [ci skip] Fix purpose of `assert_kind_of` | yui-knk | 2015-05-10 | 1 | -1/+1 |
* | guides, bring back minitest assertion table. [ci skip] | Yves Senn | 2015-04-28 | 1 | -3/+43 |
* | No need to mention unit tests in testing guide anymore | Kir Shatrov | 2015-03-31 | 1 | -2/+0 |
* | New test runner syntax in testing guide | Kir Shatrov | 2015-03-31 | 1 | -4/+4 |
* | Suggest new hash syntax in testing guide | Kir Shatrov | 2015-03-31 | 1 | -2/+2 |
* | Don't suggest `bin/rails test controllers` | Kir Shatrov | 2015-03-31 | 1 | -1/+0 |
* | Add missing "of" to testing guide. | Hendy Tanata | 2015-03-30 | 1 | -1/+1 |
* | Merge branch 'kirs' | Matthew Draper | 2015-03-30 | 1 | -30/+23 |
|\ |
|
| * | Switch to `bin/rails test` in testing guide | Kir Shatrov | 2015-03-30 | 1 | -30/+23 |
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-26 | 1 | -2/+2 |
|\ \ |
|
| * | | [ci skip] Capitalize title | yui-knk | 2015-03-22 | 1 | -1/+1 |
| |/ |
|
| * | Better title in Testing Guide | Kir Shatrov | 2015-03-22 | 1 | -1/+1 |
* | | [skip ci] Minor edits for clarity, to make smooth, & separate clauses. | Kyle Oba | 2015-03-25 | 1 | -2/+2 |
* | | Change 'girlfriend' to 'partner' | Sean Collins | 2015-03-20 | 1 | -1/+1 |
* | | Merge pull request #19322 from AndrewHendrie/AndrewHendrie-guides-testing-par... | Rafael Mendonça França | 2015-03-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Asserting partials modification | Andrew Hendrie | 2015-03-13 | 1 | -1/+1 |
* | | | Fix typo in the “Testing Your Mailers” docs | Marius Butuc | 2015-03-12 | 1 | -1/+1 |
|/ / |
|
* / | Changed 'blank space' to 'blank line' | Andrew Hendrie | 2015-03-09 | 1 | -1/+1 |
|/ |
|