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
/
action_dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooks
Lucas Mazza
2017-02-24
3
-15
/
+21
|
*
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
|
*
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
5
-0
/
+251
*
|
Use of ParameterFilter no longer forces `request.filtered_parameters' class t...
Leonel Galan
2017-02-13
2
-2
/
+2
|
/
*
Remove unused require
Ryuta Kamizono
2017-02-12
1
-1
/
+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
*
|
Add examples for behaviour about redirection with and without options. Fixes ...
Vipul A M
2017-01-21
1
-0
/
+8
*
|
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
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
4
-7
/
+7
*
|
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
*
Make ActionDispatch::Request.parameter_parsers public API
Rafael Mendonça França
2017-01-11
1
-1
/
+11
*
String#end_with? should be faster than Regexp here
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Remove deprecated ActionController::Metal.call
Rafael Mendonça França
2017-01-03
1
-9
/
+7
*
fix with_routing when testing api only controllers
Julia López
2016-12-29
1
-2
/
+5
*
Use `next` instead of `break`; avoid terminating whole loop
Jon Moss
2016-12-29
1
-1
/
+1
*
Use proper output format [ci skip] (#27498)
प्रथमेश Sonpatki
2016-12-29
1
-1
/
+1
*
Update request.rb --ci skip
Shardul Parab
2016-12-29
1
-0
/
+3
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-1
/
+1
*
Optimize Journey::Route#score
Ben Hughes
2016-12-28
2
-5
/
+14
[prev]
[next]