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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Remove trailing semi-colon from CSP
Andrew White
2018-02-19
1
-6
/
+6
*
|
Don't accidentally create an empty CSP
Andrew White
2018-02-19
2
-3
/
+33
*
|
Revert "Merge pull request #32045 from eagletmt/skip-csp-header"
Andrew White
2018-02-19
1
-1
/
+1
*
|
rubocop single space after assignment
Dixit Patel
2018-02-19
1
-1
/
+1
*
|
Add stimulus to list of supported options for --webpack
Guillermo Iguaran
2018-02-18
1
-1
/
+1
*
|
Fix test method name
Guillermo Iguaran
2018-02-18
1
-1
/
+1
*
|
Don't generate empty app/views folder when --api and --skip-action-mailer are...
Guillermo Iguaran
2018-02-18
2
-2
/
+23
*
|
Clean up reporter replacement a bit.
Kasper Timm Hansen
2018-02-18
2
-29
/
+29
*
|
Skip generating empty CSP header when no policy is configured
Kohei Suzuki
2018-02-18
1
-1
/
+1
*
|
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
4
-5
/
+11
*
|
Clean up and consolidate .gitignores
bogdanvlviv
2018-02-17
1
-1
/
+5
*
|
Multipart file uploads are very rare in API only apps so don't include Rack::...
Guillermo Iguaran
2018-02-17
2
-3
/
+3
*
|
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
3
-14
/
+5
*
|
Merge pull request #32002 from y-yagi/fix_set_serializer
Rafael França
2018-02-17
1
-0
/
+12
|
\
\
|
*
|
Fix custome serializer setting
Yuji Yaginuma
2018-02-16
1
-0
/
+12
|
|
/
*
|
Fix changelog entry [ci skip]
Rafael Mendonça França
2018-02-16
1
-1
/
+7
*
|
Merge pull request #31901 from Kevinrob/patch-1
Rafael França
2018-02-16
3
-4
/
+51
|
\
\
|
*
|
Add SuppressedSummaryReporter and TestUnitReporter only if necessary
Kevin Robatel
2018-02-15
3
-4
/
+51
|
|
/
*
|
Remove needless requiring 'active_support/core_ext/string/strip'
Yoshiyuki Hirano
2018-02-17
1
-1
/
+0
*
|
Remove needless print
yuuji.yaginuma
2018-02-17
1
-1
/
+0
*
|
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
15
-46
/
+42
*
|
Remove support to Ruby 2.2
Rafael Mendonça França
2018-02-16
1
-1
/
+1
*
|
Add test parallelization to Rails
eileencodes
2018-02-15
5
-5
/
+97
|
/
*
Don't overwrite config/master.key even on --force
claudiob
2018-02-12
2
-2
/
+5
*
Do not update `load_defaults` version when running `app:update` (#31951)
Yuji Yaginuma
2018-02-13
4
-2
/
+26
*
Respect --force option for config/master.key
claudiob
2018-02-11
2
-1
/
+7
*
Merge pull request #31949 from rails/remove-move
Claudio B
2018-02-09
1
-2
/
+0
|
\
|
*
Remove warning from 4 years ago [ci skip]
claudiob
2018-02-09
1
-2
/
+0
*
|
Use heredoc with credentials template
Yoshiyuki Hirano
2018-02-09
2
-4
/
+16
|
/
*
Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)
Yuji Yaginuma
2018-02-08
4
-2
/
+27
*
Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip]
yuuji.yaginuma
2018-02-03
2
-2
/
+2
*
Removed "private" generators from command list.
Wojciech Wnętrzak
2018-02-02
3
-18
/
+5
*
Fix `RuntimeError: Unknown version "6.0"`
Yuji Yaginuma
2018-01-31
1
-0
/
+3
*
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
2
-165
/
+4
*
Merge pull request #31830 from rafaelfranca/disable-csp-by-default
Rafael França
2018-01-30
1
-10
/
+10
|
\
|
*
Disable CSP by default
Rafael Mendonça França
2018-01-30
1
-10
/
+10
*
|
Add Rack::TempfileReaper to tests and docs
George Claghorn
2018-01-30
1
-2
/
+4
*
|
Add Rack::TempfileReaper to the default middleware stack
George Claghorn
2018-01-30
1
-0
/
+1
|
/
*
Merge pull request #31769 from justjake/patch-2
Matthew Draper
2018-01-30
1
-1
/
+1
|
\
|
*
yarnpkg: correct exec syntax
Jake Teton-Landis
2018-01-23
1
-1
/
+2
*
|
Remove extra whitespace
Daniel Colson
2018-01-25
2
-7
/
+7
*
|
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
11
-39
/
+39
*
|
Change refute to assert_not
Daniel Colson
2018-01-25
1
-1
/
+1
*
|
Use respond_to test helpers
Daniel Colson
2018-01-25
3
-5
/
+5
*
|
Merge pull request #31750 from morygonzalez/consider-locale_selector-missing
Yuji Yaginuma
2018-01-23
1
-5
/
+16
|
\
\
|
|
/
|
/
|
|
*
Fix locale_selector JS bug in ActionMailer Preview
Hitoshi Nakashima
2018-01-23
1
-5
/
+16
*
|
bin/yarn: Pass through arguments with spaces
Jake Teton-Landis
2018-01-21
1
-1
/
+1
|
/
*
Merge pull request #31641 from ckoenig/remove_frozen_string_literal
Yuji Yaginuma
2018-01-20
1
-4
/
+6
|
\
|
*
Work on a dup'ed options hash
Christof Koenig
2018-01-09
1
-4
/
+6
[prev]
[next]