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
/
railties
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant empty line when we don't use system test
meganemura
2019-07-29
1
-1
/
+1
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
6
-9
/
+9
*
Let the generated initializers/backtrace_silencers.rb code use Regexp#match?
Akira Matsuda
2019-07-29
1
-1
/
+1
*
Add viewport meta tag to default application template
Lachlan Campbell
2019-07-28
1
-0
/
+1
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
5
-5
/
+5
*
Merge pull request #36777 from Edouard-chin/ec-git-pretty-credentials
Rafael França
2019-07-26
2
-6
/
+83
|
\
|
*
Prettify diff generated by git for encripted file:
Edouard CHIN
2019-07-26
2
-6
/
+83
*
|
Merge pull request #36747 from y-yagi/add_mention_about_collection_cache_vers...
y-yagi
2019-07-26
1
-0
/
+5
|
\
\
|
*
|
Add mention about `active_record.collection_cache_versioning` to the `new_fra...
yuuji.yaginuma
2019-07-24
1
-0
/
+5
*
|
|
Merge pull request #36731 from jhawthorn/dir_glob_base_instead_of_chdir
John Hawthorn
2019-07-25
1
-6
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use Dir.glob(base: ...) to avoid chdir
John Hawthorn
2019-07-22
1
-6
/
+4
*
|
|
read configuration to determine excluded eager loaded directory (#36354)
Andrew Kress
2019-07-25
1
-1
/
+10
*
|
|
Merge pull request #34218 from eliotsykes/filter-common-sensitive-params
Rafael França
2019-07-24
1
-1
/
+3
|
\
\
\
|
*
|
|
Add common sensitive names to generated filter parameters
Eliot Sykes
2018-11-20
1
-1
/
+3
|
*
|
|
Add secret to generated filter parameters
Eliot Sykes
2018-11-20
1
-1
/
+1
*
|
|
|
Merge pull request #36542 from spk/add-pidfile-option-to-puma-conf
Rafael França
2019-07-23
1
-0
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Add pidfile option to puma config template
Laurent Arnoud
2019-06-23
1
-0
/
+3
*
|
|
|
Move the deprecation call after the new class has been defined:
Edouard CHIN
2019-07-22
1
-5
/
+5
*
|
|
|
create a newline between blocks when gem_group, github and add_source was cal...
masakazutakewaka
2019-07-21
1
-3
/
+7
*
|
|
|
Merge pull request #35285 from masakazutakewaka/fix_railtie_add_newline_to_ge...
y-yagi
2019-07-21
1
-8
/
+14
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Append a newline to the Gemfile if it doesn't end with a newline
masakazutakewaka
2019-07-19
1
-8
/
+14
*
|
|
|
Preserve existing attachment assignment behavior for upgraded apps
George Claghorn
2019-07-20
2
-0
/
+6
*
|
|
|
Merge pull request #36603 from y-yagi/add_skip_collision_check_option
Yuji Yaginuma
2019-07-18
1
-2
/
+5
|
\
\
\
\
|
*
|
|
|
Add `skip-collision-check` option to generator
yuuji.yaginuma
2019-07-05
1
-2
/
+5
*
|
|
|
|
Merge pull request #36663 from igor04/load_database_yaml_fix
Eileen M. Uchitelle
2019-07-15
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Prevent exception of loading database yaml with blank config file [closes: #3...
igor04
2019-07-12
1
-1
/
+1
|
|
/
/
/
/
*
|
/
/
/
Use reserved domain for example configuration
Jacob Bednarz
2019-07-15
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
improves zeitwerk:check
Xavier Noria
2019-07-12
1
-73
/
+25
*
|
|
|
make sure zeitwerk:check only deals with directories [closes #36461]
Xavier Noria
2019-07-12
1
-4
/
+5
*
|
|
|
active_support/dependencies/autoload is already required via active_support.rb
Akira Matsuda
2019-07-12
2
-2
/
+0
*
|
|
|
These are already required via rails/command.rb
Akira Matsuda
2019-07-12
1
-2
/
+0
*
|
|
|
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
4
-1
/
+23
|
/
/
/
*
|
|
Merge pull request #36534 from y-yagi/fixes_35137
Yuji Yaginuma
2019-07-03
3
-3
/
+8
|
\
\
\
|
*
|
|
Add the ability to set the CSP nonce only to the specified directives
yuuji.yaginuma
2019-06-22
3
-3
/
+8
|
|
/
/
*
/
/
Replace the www.robotstxt.org URL with https one [ci skip]
Tatsuya Hoshino
2019-06-25
1
-1
/
+1
|
/
/
*
|
Make `ActionDispatch::Response#content_type` behavior configurable
yuuji.yaginuma
2019-06-21
2
-0
/
+4
*
|
Allow using env var to specify pidfile
Ben Thorner
2019-06-19
1
-5
/
+6
*
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
30
-36
/
+0
*
|
Remove redundant blank line at the bottom of the generated controller test
yuuji.yaginuma
2019-06-07
1
-1
/
+1
*
|
Extract default log file open operation to method
yuuji.yaginuma
2019-06-05
2
-10
/
+14
*
|
Fix rubocop violation
yuuji.yaginuma
2019-06-05
1
-2
/
+1
*
|
Merge pull request #36395 from cpruitt/6-0-stable
Eileen M. Uchitelle
2019-06-04
1
-3
/
+9
*
|
Bring `after_bundle` back to API document [ci skip]
yuuji.yaginuma
2019-05-29
1
-1
/
+6
*
|
Skip needless spaces from generated app layout.
Kasper Timm Hansen
2019-05-26
1
-1
/
+1
*
|
Bump Gemfile entry jbuilder version
Anton Rieder
2019-05-23
1
-1
/
+1
*
|
Fix: DummyCompiler embeds invalid YAML content
Vishal Telangre
2019-05-15
1
-8
/
+2
*
|
Merge pull request #36237 from eileencodes/fix-erb-in-database-yaml-again
Eileen M. Uchitelle
2019-05-14
1
-1
/
+6
|
\
\
|
*
|
Fix database loading when ERB is single line ternary
eileencodes
2019-05-10
1
-1
/
+6
*
|
|
Add ActionDispatch::SystemTestCase#fill_in_rich_text_area
George Claghorn
2019-05-13
1
-1
/
+1
*
|
|
adds a blank line [ci skip]
Xavier Noria
2019-05-13
1
-0
/
+1
[next]