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
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
48
-67
/
+0
*
Use file/line from call to helper_module
John Hawthorn
2019-06-03
1
-5
/
+10
*
Give HelperMethods module a name
John Hawthorn
2019-06-03
1
-2
/
+13
*
Simplify `ActionDispatch::Response#content_type`
yuuji.yaginuma
2019-06-02
1
-2
/
+1
*
Change `ActionDispatch::Response#content_type` returning Content-Type header ...
yuuji.yaginuma
2019-06-01
7
-8
/
+13
*
remove unused requires from debug_exceptions
yaojie
2019-05-28
1
-2
/
+0
*
Remove Route#build as it wasn't used
Alberto Almagro
2019-05-22
1
-7
/
+1
*
Use keyword arguments for ActionDispatch::Routing::Mapper::Mapping constructor
Alberto Almagro
2019-05-22
1
-14
/
+17
*
Use keyword arguments for ActionDispatch::Journey:Route constructor
Alberto Almagro
2019-05-22
2
-5
/
+8
*
Keep part when scope option has value
Alberto Almagro
2019-05-22
3
-11
/
+13
*
Merge pull request #36329 from XrXr/no-doc-template-assertions
Rafael França
2019-05-22
1
-1
/
+1
|
\
|
*
Remove compatibility module from docs [ci skip]
Alan Wu
2019-05-22
1
-1
/
+1
*
|
Implemented deep_transform_keys/! for ActionController::Parameters
Gustavo Gutierrez
2019-05-22
1
-0
/
+17
|
/
*
Merge pull request #36306 from cseelus/responsive-rescues-layout
Kasper Timm Hansen
2019-05-20
1
-4
/
+9
|
\
|
*
Make rescues layout responsive
Chris Seelus
2019-05-20
1
-4
/
+9
*
|
Return parameters enumerator from transform_keys/!
Eugene Kenny
2019-05-18
1
-7
/
+5
|
/
*
Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-...
Gannon McGibbon
2019-05-18
2
-0
/
+69
|
\
|
*
Implement dark color scheme for rescues layout
Chris Seelus
2019-05-18
2
-0
/
+69
*
|
Rename `hash` to `jar` in CookieJar.build
shioimm
2019-05-18
1
-2
/
+2
*
|
Permit running jobs in system tests
George Claghorn
2019-05-16
4
-30
/
+11
|
/
*
fixed usage of Parameters when a non-numeric key exists
L.Fexon
2019-05-13
1
-7
/
+17
*
Only build middleware proxy when instrumentating
John Hawthorn
2019-05-08
1
-2
/
+13
*
Auto-correct `Style/RedundantBegin` offence
Ryuta Kamizono
2019-05-08
1
-5
/
+3
*
Merge pull request #36196 from st0012/fix-29947
Eileen M. Uchitelle
2019-05-07
5
-4
/
+14
*
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
1
-2
/
+2
*
Revert "Include Caching module for ActionController::API"
Rafael França
2019-04-22
1
-1
/
+0
*
Merge pull request #36038 from st0012/fix-35602
Guillermo Iguaran
2019-04-22
1
-0
/
+1
|
\
|
*
Make sure api controllers can perform caching as well
st0012
2019-04-19
1
-0
/
+1
*
|
Make system tests take failed screenshots in `before_teardown` hook
Richard Macklin
2019-04-20
1
-5
/
+7
*
|
Change the deprecation message for dynamic routes segment to 6.1
Abhay Nikam
2019-04-20
1
-2
/
+2
*
|
Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenames
Eileen M. Uchitelle
2019-04-19
1
-1
/
+2
|
\
\
|
*
|
truncate screenshot filenames to avoid error
Josi McClellan
2019-04-18
1
-1
/
+2
|
|
/
*
|
Refactor after the most recent code review
Genadi Samokovarov
2019-04-19
1
-2
/
+2
*
|
Dispatch actions only if config.consider_all_requests_local is set
Genadi Samokovarov
2019-04-19
1
-1
/
+1
*
|
Drop the ambiguous `ActiveSupport::ActionableError#===` check
Genadi Samokovarov
2019-04-19
1
-13
/
+11
*
|
Manage ActionDispatch::ActionableExceptions from the default middleware stack
Genadi Samokovarov
2019-04-19
1
-1
/
+1
*
|
Introduce Actionable Errors
Genadi Samokovarov
2019-04-19
8
-2
/
+71
|
/
*
Merge pull request #35975 from xithan/master
Rafael França
2019-04-15
1
-1
/
+2
|
\
|
*
mounted routes with non-word characters
xithan
2019-04-15
1
-1
/
+2
*
|
Remove unused modules from StrongParameters
Patrik Bóna
2019-04-15
1
-4
/
+0
*
|
Merge pull request #32541 from sergiogomez/remove-lock-from-params-wrapper
Matthew Draper
2019-04-12
1
-1
/
+1
|
\
\
|
*
|
Remove lock from method model
Sergio Gómez
2018-04-12
1
-1
/
+1
*
|
|
Merge pull request #35919 from Shopify/simplify-define_url_helper
Rafael França
2019-04-11
1
-12
/
+10
|
\
\
\
|
*
|
|
Simplify and fasten NamedRouteCollection#define_url_helper
Jean Boussier
2019-04-10
1
-12
/
+10
|
|
|
/
|
|
/
|
*
/
|
Adds named_captures to MatchData to emulate Regex
Brandon Weaver
2019-04-09
1
-0
/
+4
|
/
/
*
|
`ast` is no longer to be `nil` since #33118
Ryuta Kamizono
2019-04-05
1
-1
/
+0
*
|
Deduplicate strings held by the router
Jean Boussier
2019-04-03
2
-4
/
+8
*
|
[ci skip] Doc for shallow: false options should use <tt> for better readabili...
Abhay Nikam
2019-04-03
1
-1
/
+1
*
|
Merge pull request #24405 from waits/shallow-false
Rafael França
2019-04-02
1
-1
/
+4
|
\
\
|
*
|
Honor shallow: false on nested resources
Dylan Waits
2016-04-03
1
-1
/
+4
[next]