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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redis cache store: avoid blocking the server in `#delete_matched`
Gleb Mazovetskiy
2018-04-18
2
-6
/
+18
*
Merge pull request #32607 from yaroslav/feature/nonce-for-javascript_include_tag
Andrew White
2018-04-18
4
-0
/
+28
|
\
|
*
Add the `nonce: true` option for `javascript_include_tag` helper.
Yaroslav Markin
2018-04-17
4
-0
/
+28
*
|
Merge pull request #32326 from q-centrix/perf-improvement-translation-helper-...
Guillermo Iguaran
2018-04-18
1
-1
/
+5
|
\
\
|
*
|
Only create an array with default options if we have default options
Dillon Welch
2018-03-22
1
-1
/
+5
*
|
|
Remove unused literal introduced in #32602
Andrew White
2018-04-18
1
-1
/
+0
*
|
|
Don't link issue number in CHANGELOG [ci skip]
Andrew White
2018-04-18
1
-1
/
+1
*
|
|
Merge pull request #32602 from Envek/fix/csp-multiple-nonces
Andrew White
2018-04-18
3
-13
/
+94
|
\
\
\
|
*
|
|
Pass nonce to CSP policy from outside
Andrew White
2018-04-18
3
-53
/
+97
|
*
|
|
Output only one nonce in CSP header per request
Andrey Novikov
2018-04-17
3
-22
/
+59
*
|
|
|
Merge pull request #32616 from cassidycodes/validates-inclusion-example
Ryuta Kamizono
2018-04-18
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Update validates_inclusion_of example
Cassidy Kobewka
2018-04-17
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #32612 from utilum/splat_actionview
Rafael França
2018-04-17
1
-2
/
+7
|
\
\
\
\
|
*
|
|
|
Ruby 2.6 warning: passing splat keyword arguments as a single Hash
utilum
2018-04-17
1
-2
/
+7
|
/
/
/
/
*
|
|
|
Merge pull request #32611 from thoughtless/patch-1
Rafael França
2018-04-17
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Correct docs on naming of sprockets manifest file
Paul
2018-04-17
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #32556 from utilum/splat
Ryuta Kamizono
2018-04-17
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
2.6 warning: passing splat keyword arguments as a single Hash
utilum
2018-04-15
2
-3
/
+3
*
|
|
|
|
Merge pull request #32594 from utilum/structure_dump_create_table
Ryuta Kamizono
2018-04-17
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Fix test to allow IF NOT EXISTS in structure:dump
utilum
2018-04-16
1
-2
/
+2
*
|
|
|
|
Merge pull request #32599 from eugeneius/rm_transaction_joinable_writer
Ryuta Kamizono
2018-04-17
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Remove unused attr_writer :joinable on Transaction
Eugene Kenny
2018-04-17
1
-1
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
ActionController -> Action Controller [ci skip]
Xavier Noria
2018-04-17
1
-4
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #32582 from cassidycodes/better-examples
Rafael França
2018-04-16
5
-16
/
+16
|
\
\
\
\
|
*
|
|
|
Use string-based fields. [ci skip]
Cassidy Kobewka
2018-04-16
2
-5
/
+5
|
*
|
|
|
Inclusive Language in Documentation Examples [ci skip]
Cassidy Kobewka
2018-04-15
5
-16
/
+16
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #32596 from bogdanvlviv/add-reference-to-5_2-from-edge-guides
Ryuta Kamizono
2018-04-17
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Add the reference to Rails Guides 5.2 from the Edge Guides
bogdanvlviv
2018-04-17
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #32595 from jpawlyn/patch-1
Rafael França
2018-04-16
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update Rails minor version from 5.1 to 5.2 [ci skip]
Jolyon Pawlyn
2018-04-16
1
-1
/
+1
|
/
/
/
*
/
/
Deprecate support for using `HOST` environment to specify server IP (#32540)
Yuji Yaginuma
2018-04-16
3
-3
/
+35
|
/
/
*
|
Merge pull request #32573 from chloerei/fix-redis-store-clear-namespace
George Claghorn
2018-04-15
2
-1
/
+19
|
\
\
|
*
|
Fix redis store clear keys outside the namespace
Rei
2018-04-15
2
-1
/
+19
*
|
|
Merge pull request #32576 from r7kamura/require-benchmark
Andrew White
2018-04-14
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add missing `require "benchmark"`
r7kamura
2018-04-15
1
-0
/
+1
|
/
/
*
|
Merge pull request #32566 from chrisarcand/fix-broken-nodocs
Rafael França
2018-04-13
3
-3
/
+3
|
\
\
|
*
|
Fix broken nodocs
Chris Arcand
2018-04-13
3
-3
/
+3
*
|
|
Merge pull request #32553 from raderj89/jaredrader/update-docs-ActiveJob__Ser...
Rafael França
2018-04-13
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix spelling in docs for ActiveJob::Serializers::ObjectSerializer#deserialize
Jared Rader
2018-04-13
1
-1
/
+1
*
|
|
Fix rendering a differently-formatted partial after caching
George Claghorn
2018-04-13
4
-2
/
+26
*
|
|
Merge pull request #32561 from TheAssailant/storage-keep-gitignore
George Claghorn
2018-04-13
1
-1
/
+4
|
\
\
\
|
*
|
|
Add .keep exception for storage folder
Paul
2018-04-13
1
-1
/
+4
*
|
|
|
Merge pull request #32562 from szTheory/patch-1 [ci skip]
Guillermo Iguaran
2018-04-13
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Update security.md with latest underground market prices
szTheory
2018-04-13
1
-1
/
+1
|
|
/
/
/
*
/
/
/
couple of edits [ci skip]
Xavier Noria
2018-04-13
1
-2
/
+2
|
/
/
/
*
/
/
Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes`
yuuji.yaginuma
2018-04-13
1
-1
/
+1
|
/
/
*
|
Fix database.yml merging
eileencodes
2018-04-12
1
-1
/
+1
*
|
Merge pull request #32549 from stephensolis/csp-websockets
Rafael França
2018-04-12
2
-1
/
+9
|
\
\
|
*
|
Add WebSocket URI support to CSP DSL mappings
Stephen Solis
2018-04-12
2
-1
/
+9
*
|
|
Merge pull request #32551 from chrisarcand/no-doc-original-sum
Rafael França
2018-04-12
1
-1
/
+1
|
\
\
\
[next]