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
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reuse the exception class name in all places in the wrapper
Rafael Mendonça França
2019-07-16
1
-3
/
+4
*
Make the selent exceptions configurable on the exception wrapper
Rafael Mendonça França
2019-07-16
1
-1
/
+5
*
Merge pull request #31634 from afcapel/reduce-routing-error-log-noise
Rafael Mendonça França
2019-07-16
2
-3
/
+7
|
\
|
*
Reduce log noise handling ActionController::RoutingErrors
Alberto Fernández Capel
2019-05-28
2
-3
/
+7
*
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
10
-13
/
+0
|
/
*
remove unused requires from debug_exceptions
yaojie
2019-05-28
1
-2
/
+0
*
Make rescues layout responsive
Chris Seelus
2019-05-20
1
-4
/
+9
*
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
|
/
*
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
*
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
7
-2
/
+70
*
Fix annotated typo
Prathamesh Sonpatki
2019-03-29
1
-1
/
+1
*
Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:
Edouard CHIN
2019-03-26
3
-3
/
+12
*
Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specs
Rafael França
2019-03-19
1
-1
/
+1
|
\
|
*
Don't override @set_cookies on CookieJar#update_cookies_from_jar'
André Luis Leal Cardoso Junior
2019-03-17
1
-1
/
+1
*
|
Instrument middleware processing
Daniel Schierbeck
2019-03-19
1
-1
/
+22
|
/
*
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
1
-3
/
+4
|
\
|
*
Fix possible dev mode RCE
Aaron Patterson
2019-03-10
1
-3
/
+4
*
|
Show friendly message to install action mailbox if the related table does not...
Prathamesh Sonpatki
2019-03-12
2
-0
/
+5
*
|
Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block
Kasper Timm Hansen
2019-03-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
ActionPack Proc.new without a block
utilum
2019-02-13
1
-2
/
+2
*
|
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
1
-2
/
+2
|
/
*
Pull generated methods up in to the anonymous subclass
Aaron Patterson
2019-02-06
1
-6
/
+1
*
Move templates to an anonymous subclass of AV::Base
Aaron Patterson
2019-02-06
1
-0
/
+9
*
Merge pull request #35139 from 7coAim/fix_debug_exceptions
George Claghorn
2019-02-05
2
-2
/
+2
|
\
|
*
fix NameError
kurosawat
2019-02-05
2
-2
/
+2
*
|
Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regression
Rafael França
2019-02-04
1
-7
/
+2
|
\
\
|
*
|
Cookie doesn't expire anymore unless a flag is set:
Edouard CHIN
2019-02-04
1
-7
/
+2
|
|
/
*
|
Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs
Gannon McGibbon
2019-02-04
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Cleanup the whitelisting references after #33145
Genadi Samokovarov
2019-02-03
1
-2
/
+2
*
|
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
1
-1
/
+3
|
/
*
Fixed a bug where the debug view does not show the error page properly
Yuki Nishijima
2019-01-24
2
-11
/
+15
*
Recommend adding the requested domain to hosts whitelist only in development
Marc Schütz
2019-01-23
2
-4
/
+4
*
Remove secret_token rack env and cookie upgrade code
Rafael Mendonça França
2019-01-17
2
-39
/
+1
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
4
-24
/
+16
*
Introduce a guard against DNS rebinding attacks
Genadi Samokovarov
2018-12-15
5
-41
/
+169
*
Avoid extra array allocations
Samuel Cochran
2018-11-29
1
-2
/
+2
*
Log exceptions atomically
Samuel Cochran
2018-11-28
1
-5
/
+8
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
6
-30
/
+30
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
3
-7
/
+7
*
Focus search input after page load on /rails/info/routes (#33683)
James Brooks
2018-08-28
1
-0
/
+3
*
Purpose Metadata For Signed And Encrypted Cookies
Assain
2018-08-12
1
-13
/
+29
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
[next]