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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use lazy load hook to configure ActiveStorage::Blob
Eugene Kenny
2018-02-25
1
-0
/
+12
*
Improve generated file `app/assets/javascripts/application.js` of plugin
bogdanvlviv
2018-02-23
1
-1
/
+5
*
Improve generated file `app/views/application.html.erb` of plugin
bogdanvlviv
2018-02-23
1
-0
/
+9
*
Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...
bogdanvlviv
2018-02-23
1
-1
/
+2
*
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
1
-0
/
+7
*
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
1
-2
/
+28
*
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
*
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
1
-0
/
+17
*
Clean up reporter replacement a bit.
Kasper Timm Hansen
2018-02-18
1
-19
/
+23
*
Skip generating empty CSP header when no policy is configured
Kohei Suzuki
2018-02-18
1
-1
/
+1
*
Multipart file uploads are very rare in API only apps so don't include Rack::...
Guillermo Iguaran
2018-02-17
1
-2
/
+1
*
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
*
|
Merge pull request #31901 from Kevinrob/patch-1
Rafael França
2018-02-16
1
-0
/
+38
|
\
\
|
*
|
Add SuppressedSummaryReporter and TestUnitReporter only if necessary
Kevin Robatel
2018-02-15
1
-0
/
+38
|
|
/
*
|
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
3
-26
/
+23
*
|
Add test parallelization to Rails
eileencodes
2018-02-15
3
-5
/
+89
|
/
*
Don't overwrite config/master.key even on --force
claudiob
2018-02-12
1
-1
/
+2
*
Do not update `load_defaults` version when running `app:update` (#31951)
Yuji Yaginuma
2018-02-13
1
-0
/
+15
*
Respect --force option for config/master.key
claudiob
2018-02-11
1
-0
/
+6
*
Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)
Yuji Yaginuma
2018-02-08
2
-0
/
+24
*
Add Rack::TempfileReaper to tests and docs
George Claghorn
2018-01-30
1
-2
/
+4
*
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
*
Add locale selector to email preview (#31596)
Hitoshi Nakashima
2018-01-18
1
-6
/
+62
*
Add test to properly test down with a block
eileencodes
2018-01-18
1
-0
/
+8
*
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
2
-1
/
+13
*
Merge pull request #31651 from eugeneius/use_sha1_digests
Sean Griffin
2018-01-12
2
-7
/
+15
|
\
|
*
Use SHA-1 for non-sensitive digests by default
Eugene Kenny
2018-01-08
2
-7
/
+15
*
|
Merge pull request #31671 from larskanis/pg-1.0
Rafael Mendonça França
2018-01-11
1
-1
/
+1
|
\
\
|
*
|
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
|
|
Merge pull request #31624 from y-yagi/fix_minitest_511
Aaron Patterson
2018-01-10
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Need to use `klass` to get the class name of the test result
yuuji.yaginuma
2018-01-03
1
-5
/
+4
|
*
|
Correctly get source location
yuuji.yaginuma
2018-01-03
1
-0
/
+1
*
|
|
Clean up railties tests
bogdanvlviv
2018-01-10
2
-19
/
+0
*
|
|
Merge pull request #31534 from claudiob/kaspth-approach
Kasper Timm Hansen
2018-01-09
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Don't run rails active_storage:install in new apps
claudiob
2017-12-14
1
-2
/
+2
*
|
|
Allow use_authenticated_message_encryption to be set in new_framework_default...
Eugene Kenny
2018-01-07
1
-3
/
+27
*
|
|
Improve the deprecation message for using subclass of Rails::Application to s...
Prathamesh Sonpatki
2018-01-07
1
-1
/
+1
|
|
/
|
/
|
*
|
Remove unused methods
yuuji.yaginuma
2017-12-28
1
-16
/
+0
*
|
Prevent to install gems when run test (#31564)
Yuji Yaginuma
2017-12-26
2
-4
/
+12
[next]