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
/
actionpack
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Do not take screenshot if driver does not support screenshot
yuuji.yaginuma
2017-03-04
1
-1
/
+5
*
|
|
|
|
Revert "Merge pull request #28283 from y-yagi/silence_puma_startup_messages_i...
eileencodes
2017-03-05
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
[ci skip] Fix ParameterMissing exception name in docs
Tejas Bubane
2017-03-04
1
-1
/
+1
*
|
|
|
Silence puma startup messages in system test
yuuji.yaginuma
2017-03-04
1
-1
/
+1
|
/
/
/
*
/
/
Fix random failure on system test with ajax
Fumiaki MATSUSHIMA
2017-03-03
1
-1
/
+1
|
/
/
*
|
Take failed screenshot before reset driver
yuuji.yaginuma
2017-02-28
1
-1
/
+1
*
|
Remove unused params.
Jerry Tao
2017-02-26
2
-2
/
+2
*
|
Commit flash changes when using a redirect route.
Andrew White
2017-02-25
1
-0
/
+2
*
|
Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooks
Lucas Mazza
2017-02-24
3
-15
/
+21
*
|
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
1
-1
/
+1
*
|
Move documentation to the correct place
eileencodes
2017-02-23
1
-72
/
+72
*
|
Do not take screenshot when test skipped
yuuji.yaginuma
2017-02-23
1
-2
/
+6
*
|
[ci skip] Fix more quotes in direct/resolve docs
Andrew White
2017-02-23
1
-3
/
+3
*
|
Clarify use of params in `direct`
Andrew White
2017-02-22
1
-0
/
+9
*
|
Bump removal of `/:controller/:action` to Rails 5.2
Andrew White
2017-02-22
1
-2
/
+2
*
|
[ci skip] Fix direct/resolve documentation.
Kasper Timm Hansen
2017-02-21
1
-11
/
+11
*
|
Split direct method into two
Andrew White
2017-02-21
2
-49
/
+56
*
|
Push option extract into call method
Andrew White
2017-02-21
2
-8
/
+7
*
|
Fix typo in exception message
Andrew White
2017-02-21
1
-1
/
+1
*
|
Prefer remove_method over undef_method
Andrew White
2017-02-21
1
-4
/
+4
*
|
Support mapping of non-model classes
Andrew White
2017-02-21
1
-3
/
+10
*
|
Raise an error if `direct` is inside a scope block
Andrew White
2017-02-21
1
-3
/
+14
*
|
Add custom polymorphic mapping
Andrew White
2017-02-21
3
-56
/
+141
*
|
Don't allocate a hash unnecessarily
Andrew White
2017-02-21
2
-2
/
+6
*
|
Only accept symbols and strings for Mapper#direct
Andrew White
2017-02-21
1
-1
/
+6
*
|
Rename url_helper to direct
Andrew White
2017-02-21
1
-7
/
+7
*
|
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
2
-0
/
+116
*
|
Wrap routes.url_helpers.url_for via a proxy
Andrew White
2017-02-21
1
-4
/
+21
*
|
Tiny documentation edits [ci skip]
Robin Dupret
2017-02-21
1
-1
/
+1
*
|
Fix some grammar in docs [ci skip]
kenta-s
2017-02-21
1
-1
/
+1
*
|
Merge pull request #28081 from meinac/fix_redirect_method
Guillermo Iguaran
2017-02-21
1
-1
/
+1
|
\
\
|
*
|
Use `response#location` instead of `#location` in redirect.
Mehmet Emin INAC
2017-02-20
1
-1
/
+1
*
|
|
Clean up documentation
eileencodes
2017-02-20
1
-9
/
+10
*
|
|
Rename system_test_helper -> application_system_test_case
eileencodes
2017-02-20
2
-22
/
+9
*
|
|
Fix default host in setup, move teardown to helper file
eileencodes
2017-02-20
3
-0
/
+31
*
|
|
Fix screenshot helper to provide correct file name
eileencodes
2017-02-20
1
-2
/
+6
*
|
|
Move and rename system tests
eileencodes
2017-02-20
6
-0
/
+253
*
|
|
Turn system testing into it's own gem and rename
eileencodes
2017-02-20
12
-554
/
+0
*
|
|
Appease Rubocop
eileencodes
2017-02-20
9
-13
/
+12
*
|
|
Refactor so all drivers use Puma by default
eileencodes
2017-02-20
4
-40
/
+75
*
|
|
Add support for screenshots
eileencodes
2017-02-20
5
-2
/
+61
*
|
|
Reconfigure how the drivers work
eileencodes
2017-02-20
6
-102
/
+134
*
|
|
Add documentation for system tests
eileencodes
2017-02-20
9
-7
/
+173
*
|
|
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
*
|
|
Inherit from ActionDispatch::IntegrationTest
eileencodes
2017-02-20
1
-2
/
+1
*
|
|
Add test assertion helpers
eileencodes
2017-02-20
3
-0
/
+34
*
|
|
Add configuration option for driver adapter
eileencodes
2017-02-20
3
-4
/
+18
[prev]
[next]