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
...
|
*
|
Extract Rails::Command::Spellchecker
Genadi Samokovarov
2018-03-04
5
-41
/
+65
|
*
|
Introduce explicit rails server handler option
Genadi Samokovarov
2018-03-04
3
-20
/
+119
|
|
/
*
/
Fix routes command tests broken in e137831726.
Kasper Timm Hansen
2018-03-04
1
-23
/
+16
|
/
*
Clean up `RoutesTest` a bit
yuuji.yaginuma
2018-03-01
1
-8
/
+6
*
Merge pull request #32130 from benoittgt/rake-routes-compact-mode
Rafael França
2018-02-28
4
-41
/
+73
|
\
|
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
4
-41
/
+73
*
|
Fix `new_framework_defaults_6_0.rb`
bogdanvlviv
2018-02-27
1
-1
/
+1
|
/
*
Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-command
Rafael França
2018-02-27
5
-143
/
+170
|
\
|
*
Move rake routes task to rails command
Benoit Tigeot
2018-02-27
5
-143
/
+170
*
|
Don't enforce UTF-8 by default
Andrew White
2018-02-27
6
-39
/
+48
|
/
*
Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`
bogdanvlviv
2018-02-26
1
-8
/
+0
*
Use lazy load hook to configure ActiveStorage::Blob
Eugene Kenny
2018-02-25
1
-0
/
+12
*
[ci skip] Spell out the full variable in generated code.
Kasper Timm Hansen
2018-02-24
1
-1
/
+1
*
Correctly set `content_security_policy_nonce_generator`
yuuji.yaginuma
2018-02-24
1
-1
/
+1
*
Improve generated file `app/assets/javascripts/application.js` of plugin
bogdanvlviv
2018-02-23
2
-1
/
+6
*
Merge pull request #32089 from bogdanvlviv/fix-plugin-generated-files
Rafael França
2018-02-22
3
-3
/
+17
|
\
|
*
Improve generated file `app/views/application.html.erb` of plugin
bogdanvlviv
2018-02-23
2
-1
/
+14
|
*
Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...
bogdanvlviv
2018-02-23
2
-2
/
+3
*
|
Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"
eileencodes
2018-02-22
1
-1
/
+0
*
|
Revert "Reject empty database yamls"
eileencodes
2018-02-22
1
-1
/
+1
|
/
*
Merge pull request #32018 from rails/add-nonce-support-to-csp
Andrew White
2018-02-22
4
-39
/
+45
|
\
|
*
Add support for automatic nonce generation for Rails UJS
Andrew White
2018-02-19
4
-39
/
+45
*
|
Reject empty database yamls
eileencodes
2018-02-22
1
-1
/
+1
*
|
Add cop for preferring 'Foo.method' over 'Foo::method'
Andrew White
2018-02-22
2
-2
/
+2
*
|
Do not add routes when actions are not specified
Yuji Yaginuma
2018-02-22
2
-0
/
+8
*
|
Merge pull request #32075 from eileencodes/delete-default-configuration
Eileen M. Uchitelle
2018-02-21
1
-0
/
+1
|
\
\
|
*
|
Delete default configuration
eileencodes
2018-02-21
1
-0
/
+1
*
|
|
Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...
bogdanvlviv
2018-02-20
1
-8
/
+9
|
|
/
|
/
|
*
|
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
[prev]
[next]