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
*
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
*
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
2
-2
/
+2
|
\
|
*
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
2
-2
/
+2
*
|
Show nested exceptions on the debug view
Yuki Nishijima
2018-07-15
9
-62
/
+109
*
|
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
1
-1
/
+0
|
/
*
Remove reference to session_store.rb initializer
Justin Searls
2018-06-12
1
-1
/
+1
*
Use the same tag as other views to display the error message
yuuji.yaginuma
2018-04-23
1
-1
/
+1
*
Fix Style/RedundantReturn offenses
Bart de Water
2018-04-21
1
-1
/
+1
*
Merge pull request #29286 from vinistock/create_missing_exact_template_exception
Rafael Mendonça França
2018-04-20
3
-5
/
+29
|
\
|
*
Create MissingExactTemplate exception with separate template
Vinicius Stock
2018-04-20
3
-5
/
+29
*
|
Introduce ActionDispatch::DebugExceptions interceptors
Genadi Samokovarov
2018-04-20
1
-1
/
+23
*
|
Fix broken nodocs
Chris Arcand
2018-04-13
1
-1
/
+1
*
|
Use ASCII-8BIT paths in ActionDispatch::Static
Andrew White
2018-03-22
1
-3
/
+3
*
|
Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)
Catherine Khuu
2018-03-15
1
-1
/
+3
*
|
Merge branch 'master' into update_default_hsts_max_age
Guillermo Iguaran
2018-02-24
2
-1
/
+4
|
\
|
|
*
Consistent behavior for session and cookies with to_h and to_hash method
Igor Kasyanchuk
2018-01-31
1
-0
/
+3
|
*
Allow @ in X-Request-Id header
Daniel Colson
2018-01-29
1
-1
/
+1
*
|
Update default HSTS max-age value to 1 year
Grant Bourque
2018-01-16
1
-5
/
+4
|
/
*
Help if Active Storage tables are missing
Claudio B
2017-12-21
3
-0
/
+35
[next]