index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
guides
/
source
/
testing.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option to set parallel test worker count to the physical core count of th...
Bogdan
2018-12-18
1
-4
/
+4
*
Add advanced test helpers docs to guides
Sam Bostock
2018-12-04
1
-0
/
+50
*
Improve parallel testing guide [ci skip]
bogdanvlviv
2018-12-03
1
-10
/
+9
*
Updating the Testing Guide to Reflect Emails Enqueued With ActiveJob [ci skip]
Tom Rossi
2018-11-25
1
-7
/
+23
*
Fix typo in testing guide
anthonygharvey
2018-10-17
1
-1
/
+1
*
[ci skip] Recommend testing information displayed over object stored
Kadu Ribeiro
2018-09-27
1
-1
/
+1
*
Fix header setting doc in testing guide [ci skip]
Darren
2018-08-13
1
-3
/
+2
*
Testing Guide: unnecessary comment
utilum
2018-07-25
1
-1
/
+1
*
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
1
-33
/
+33
|
\
|
*
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
1
-33
/
+33
*
|
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
|
/
*
Fix testing guide typo
Jon Evans
2018-06-01
1
-1
/
+1
*
Added a lot of Oxford commas
Anthony Crumley
2018-05-10
1
-2
/
+2
*
Fix url_helper examples in testing guide [ci skip]
Chris Houhoulis
2018-04-29
1
-4
/
+4
*
[ci skip] Fix typo in testing.md
Pradyumna Shembekar
2018-04-27
1
-1
/
+1
*
Update results of command in Testing guides [ci skip]
Yoshiyuki Hirano
2018-04-23
1
-13
/
+14
*
Merge pull request #32575 from ybakos/guides/testing/pluralize_class_names
Rafael França
2018-04-19
1
-3
/
+3
|
\
|
*
guides/testing: Pluralize controller and helper class names.
Yong Bakos
2018-04-14
1
-3
/
+3
*
|
[ci skip] Fix minor system testing documentation typo.
Stephen
2018-04-18
1
-1
/
+1
|
/
*
Merge descriptions related to parallel test into one section [ci skip]
yuuji.yaginuma
2018-02-17
1
-2
/
+2
*
Add test parallelization to Rails
eileencodes
2018-02-15
1
-0
/
+83
*
Merge pull request #31240 from PHedkvist/sys_test_mobile_guide
Eileen M. Uchitelle
2018-02-06
1
-0
/
+28
|
\
|
*
Example of mobile configuration for system test in guide [ci skip]
Pierre Hedkvist
2017-12-04
1
-0
/
+28
*
|
Fix doc typo [ci-skip]
Tom Copeland
2018-01-12
1
-1
/
+1
*
|
Fix "the the " [ci skip]
Ryuta Kamizono
2018-01-10
1
-1
/
+1
*
|
Merge pull request #30474 from yhirano55/make_it_same_title_in_index_and_page
Eileen M. Uchitelle
2017-12-13
1
-2
/
+2
|
\
\
|
*
|
Make it same title in index and page [ci skip]
Yoshiyuki Hirano
2017-08-31
1
-2
/
+2
*
|
|
Add headless firefox driver to System Tests
bogdanvlviv
2017-12-07
1
-1
/
+2
*
|
|
Add `assert_in_epsilon` to Testing guide [ci skip]
Yoshiyuki Hirano
2017-12-06
1
-0
/
+2
|
|
/
|
/
|
*
|
Cosmetic changes [ci skip]
Yauheni Dakuka
2017-11-30
1
-1
/
+1
*
|
[ci skip] Added example for using headless_chrome with ActionDispatch::System...
Pierre Hedkvist
2017-11-18
1
-0
/
+10
*
|
[ci skip] Fix typo.
Conrad Beach
2017-09-28
1
-1
/
+1
|
/
*
Merge pull request #30394 from ydakuka/fixing-indentation
Ryuta Kamizono
2017-08-24
1
-1
/
+1
|
\
|
*
Fix indentation [ci skip]
Yauheni Dakuka
2017-08-24
1
-1
/
+1
*
|
Use https instead of http in guide [ci skip]
Yoshiyuki Hirano
2017-08-23
1
-2
/
+2
|
/
*
Fix testing guide [skip ci]
Yoshiyuki Hirano
2017-08-14
1
-2
/
+4
*
Update testing.md
Yauheni Dakuka
2017-08-11
1
-2
/
+2
*
Remove redundant instances of the word 'simply' from documentation, on the ba...
Emma Barnes
2017-07-15
1
-4
/
+4
*
Tiny documentation fixes [ci skip]
Robin Dupret
2017-06-06
1
-3
/
+3
*
Merge pull request #29101 from ccarruitero/system_guide
Eileen M. Uchitelle
2017-06-02
1
-10
/
+8
|
\
|
*
some typos and rephrasing in system test guide [ci skip]
Cesar Carruitero
2017-05-16
1
-10
/
+8
*
|
SystemTesting::Driver can register capybara-webkit and poltergeist
Mario Alberto Chávez
2017-06-02
1
-2
/
+3
*
|
Remove extra block for `assert_changes` [ci skip]
Ryuta Kamizono
2017-05-30
1
-1
/
+1
*
|
List assert_{,no_}changes in the testing guide
Genadi Samokovarov
2017-05-29
1
-0
/
+2
|
/
*
Clarify documentation for system test arguments
eileencodes
2017-05-14
1
-2
/
+2
*
Use a more realistic use-case for system test generator
eileencodes
2017-05-14
1
-5
/
+5
*
[ci skip] Mailer fixtures in Testing guide.
Cody Boyko
2017-05-12
1
-1
/
+1
*
Fix link to `assert_nothing_raised` doc [ci skip]
yuuji.yaginuma
2017-05-08
1
-1
/
+1
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-03-25
1
-3
/
+3
|
\
[next]