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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use released arel
Rafael Mendonça França
2017-02-21
8
-16
/
+2
*
Add backticks around constant
Jon Moss
2017-02-21
1
-1
/
+1
*
Revert back to the original of using package.json in the root of the project ...
David Heinemeier Hansson
2017-02-21
7
-13
/
+13
*
Only load SystemTestCase if Capybara is defined
eileencodes
2017-02-21
1
-5
/
+10
*
Tiny documentation edits [ci skip]
Robin Dupret
2017-02-21
2
-17
/
+12
*
Merge pull request #28092 from sikachu/fix-define_attribute_method-with-symbo...
Guillermo Iguaran
2017-02-21
2
-1
/
+8
|
\
|
*
Fix `define_attribute_method` with Symbol in AR
Prem Sichanugrist
2017-02-21
2
-1
/
+8
*
|
Merge pull request #28088 from y-yagi/do_not_generate_templates_to_api_doc
Guillermo Iguaran
2017-02-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Do not display template files on API doc [ci skip]
yuuji.yaginuma
2017-02-21
1
-1
/
+1
*
|
Fix run_via[]= backwards compatibility.
Kasper Timm Hansen
2017-02-21
2
-1
/
+13
*
|
Merge pull request #28055 from robertomiranda/patch-3
Guillermo Iguaran
2017-02-21
2
-2
/
+2
|
\
\
|
*
|
Use Puma 3.7.x
Roberto Miranda
2017-02-20
2
-2
/
+2
*
|
|
Merge pull request #28089 from kenta-s/improve-testing-docs
Vipul A M
2017-02-21
2
-4
/
+4
|
\
\
\
|
*
|
|
Fix some grammar in docs [ci skip]
kenta-s
2017-02-21
2
-4
/
+4
|
/
/
/
*
|
|
Merge pull request #28081 from meinac/fix_redirect_method
Guillermo Iguaran
2017-02-21
2
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use `response#location` instead of `#location` in redirect.
Mehmet Emin INAC
2017-02-20
2
-3
/
+3
*
|
|
Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-conn
Matthew Draper
2017-02-21
8
-32
/
+80
|
\
\
\
|
*
|
|
Ensure test threads share a DB connection
eileencodes
2017-02-20
8
-32
/
+80
*
|
|
|
Add missing space
Jon Moss
2017-02-20
1
-1
/
+1
*
|
|
|
Add changelog for system tests
eileencodes
2017-02-20
1
-0
/
+8
*
|
|
|
Merge pull request #26703 from eileencodes/rails_system_tests
Eileen M. Uchitelle
2017-02-20
35
-5
/
+686
|
\
\
\
\
|
*
|
|
|
Clean up documentation
eileencodes
2017-02-20
2
-16
/
+17
|
*
|
|
|
Rename system_test_helper -> application_system_test_case
eileencodes
2017-02-20
9
-38
/
+25
|
*
|
|
|
Fix default host in setup, move teardown to helper file
eileencodes
2017-02-20
7
-16
/
+39
|
*
|
|
|
Fix screenshot helper to provide correct file name
eileencodes
2017-02-20
2
-3
/
+15
|
*
|
|
|
Add default configuration to generated system test helper
eileencodes
2017-02-20
3
-0
/
+6
|
*
|
|
|
Move and rename system tests
eileencodes
2017-02-20
37
-519
/
+298
|
*
|
|
|
Rename server and remove optional port setting
eileencodes
2017-02-20
5
-46
/
+22
|
*
|
|
|
Update documentation and guides
eileencodes
2017-02-20
5
-201
/
+193
|
*
|
|
|
Rewrite API for ActionSystemTest
eileencodes
2017-02-20
20
-486
/
+171
|
*
|
|
|
Add guides for system testing
eileencodes
2017-02-20
1
-3
/
+251
|
*
|
|
|
Cleanup Rails provided helpers
eileencodes
2017-02-20
6
-109
/
+71
|
*
|
|
|
Remove teardown code
eileencodes
2017-02-20
1
-5
/
+0
|
*
|
|
|
Use 1 thread instead of 4 with Puma server for system tests
eileencodes
2017-02-20
1
-1
/
+1
|
*
|
|
|
Set Webrick logger for system testing
eileencodes
2017-02-20
1
-1
/
+1
|
*
|
|
|
Rename call to run
eileencodes
2017-02-20
3
-3
/
+3
|
*
|
|
|
Amend documentation
eileencodes
2017-02-20
5
-34
/
+46
|
*
|
|
|
Refactor config settings to use generated file
eileencodes
2017-02-20
15
-47
/
+72
|
*
|
|
|
Don't load ActionSystemTest in production
eileencodes
2017-02-20
4
-20
/
+12
|
*
|
|
|
Turn system testing into it's own gem and rename
eileencodes
2017-02-20
41
-219
/
+398
|
*
|
|
|
Appease Rubocop
eileencodes
2017-02-20
15
-21
/
+20
|
*
|
|
|
Refactor so all drivers use Puma by default
eileencodes
2017-02-20
5
-43
/
+107
|
*
|
|
|
Add support for screenshots
eileencodes
2017-02-20
6
-2
/
+81
|
*
|
|
|
Reconfigure how the drivers work
eileencodes
2017-02-20
10
-144
/
+154
|
*
|
|
|
Add documentation for system tests
eileencodes
2017-02-20
9
-7
/
+173
|
*
|
|
|
Add tests for system testing
eileencodes
2017-02-20
9
-1
/
+152
|
*
|
|
|
Fix Railtie to pass class when setting options
eileencodes
2017-02-20
3
-8
/
+12
|
*
|
|
|
Move SystemTesting::Base into SystemTestCase
eileencodes
2017-02-20
2
-13
/
+6
|
*
|
|
|
Refactor to not include `capybara/rails`
eileencodes
2017-02-20
1
-2
/
+13
|
*
|
|
|
Refactor driver adapter getter/setter
eileencodes
2017-02-20
2
-5
/
+10
[next]