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
...
*
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
*
|
Add ForHelper's for system tests
eileencodes
2017-02-20
3
-0
/
+39
*
|
Add configurable selenium driver for capybara
eileencodes
2017-02-20
2
-0
/
+80
*
|
Add ability to run system tests via Capybara
eileencodes
2017-02-20
6
-0
/
+79
*
|
Add skeleton for Rails::SystemTestCase
eileencodes
2017-02-20
1
-0
/
+5
|
/
*
Unfreeze interpolated string because it's useless.
Stan Lo
2017-02-19
1
-1
/
+1
*
Merge pull request #27926 from st0012/freeze-cache-instrument-name
Rafael França
2017-02-13
2
-2
/
+2
|
\
|
*
Freeze fragment cache related instrument name.
Stan Lo
2017-02-07
2
-2
/
+2
*
|
Remove unused require
Ryuta Kamizono
2017-02-12
2
-3
/
+0
*
|
Removed the `attribute_accessors` required file:
Edouard CHIN
2017-02-12
1
-1
/
+0
|
/
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
Remove deprecated callbacks from ActionDispatch middlewares
Rafael Mendonça França
2017-01-31
3
-61
/
+3
*
Merge pull request #27647 from Shopify/fully-eagerload-journey
Rafael França
2017-01-30
4
-0
/
+28
|
\
|
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
4
-0
/
+28
*
|
Change ActionView ERB Handler from Erubis to Erubi
Jeremy Evans
2017-01-25
1
-2
/
+0
*
|
Delete PATH_INFO after each controller test request
Dominic Cleal
2017-01-23
1
-0
/
+1
*
|
Add examples for behaviour about redirection with and without options. Fixes ...
Vipul A M
2017-01-21
1
-0
/
+8
*
|
Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...
David Heinemeier Hansson
2017-01-16
1
-3
/
+1
*
|
Add missing require
David Heinemeier Hansson
2017-01-16
1
-0
/
+1
*
|
`respond_to_missing?` should fallback to `super` where method_missing could c...
Akira Matsuda
2017-01-15
1
-1
/
+1
*
|
AC::ParamsWrapper::Options needs anonymous superclass
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
2
-2
/
+2
*
|
fix method name in `Renderer` doc [ci skip]
yuuji.yaginuma
2017-01-12
1
-1
/
+2
*
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
4
-7
/
+7
*
|
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
1
-2
/
+3
*
|
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
kenta-s
2017-01-11
1
-1
/
+1
|
/
*
Current default Rails app encoding "utf-8" looks more like a W3C charset than...
Akira Matsuda
2017-01-11
1
-1
/
+1
*
Use already defined Encoding constant rather than freezing a String
Akira Matsuda
2017-01-11
1
-1
/
+1
[prev]
[next]