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
/
application
/
configuration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make application work without tmp directory
yuuji.yaginuma
2019-03-14
1
-0
/
+3
*
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
1
-1
/
+21
|
\
|
*
Fix possible dev mode RCE
Aaron Patterson
2019-03-10
1
-1
/
+21
*
|
Allow autoloader inflectors to be swaped out
Jean Boussier
2019-03-08
1
-0
/
+4
|
/
*
Replace autoloader accessors with Rails.autoloaders.{main,once}
Xavier Noria
2019-02-14
1
-10
/
+17
*
Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash:
Edouard CHIN
2019-02-14
1
-0
/
+22
*
Zeitwerk integration
Xavier Noria
2019-02-12
1
-0
/
+21
*
Fix assertion excpected/actual order
Ufuk Kayserilioglu
2019-02-11
1
-6
/
+6
*
Allow deprecated non-symbol access to nested `config_for` hashes
Ufuk Kayserilioglu
2019-02-11
1
-1
/
+102
*
Deprecate finalizer configuration (it doesn't do anything)
Aaron Patterson
2019-02-06
1
-0
/
+21
*
Remove finalizer and configuration
Aaron Patterson
2019-02-06
1
-17
/
+0
*
Cleanup the whitelisting references after #33145
Genadi Samokovarov
2019-02-03
1
-1
/
+1
*
Subdomains of localhost are safe against DNS rebinding
Marc Schütz
2019-01-23
1
-0
/
+5
*
Remove deprecated `config.secret_token`
Rafael Mendonça França
2019-01-17
1
-82
/
+0
*
Change `SQLite3Adapter` to always represent boolean values as integers
Rafael Mendonça França
2019-01-17
1
-19
/
+11
*
Move MailDeliveryJob default to 6.0 defaults
Gannon McGibbon
2019-01-07
1
-0
/
+27
*
Test Action Mailbox configurations
bogdanvlviv
2019-01-04
1
-0
/
+71
*
Send Active Storage jobs to dedicated queues by default
George Claghorn
2019-01-04
1
-0
/
+28
*
Merge pull request #33985 from eugeneius/attribute_methods_schema_cache
Kasper Timm Hansen
2019-01-03
1
-1
/
+63
|
\
|
*
Only define attribute methods from schema cache
Eugene Kenny
2018-09-28
1
-1
/
+63
*
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-7
/
+5
*
|
Improve deprecation message for enqueue returning false
Rafael Mendonça França
2018-12-05
1
-0
/
+27
*
|
Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...
Rafael França
2018-11-30
1
-26
/
+54
|
\
\
|
*
|
chore: implement config_for as ActiveSupport::OrderedOptions
Mauro Berlanda
2018-10-19
1
-26
/
+54
|
|
/
*
|
Remove asset paths from eager_load_paths and autoload_paths
Gannon McGibbon
2018-11-09
1
-0
/
+8
*
|
Implement AR#inspect using ParamterFilter.
Yoshiyuki Kinjo
2018-10-19
1
-1
/
+1
|
/
*
Eagerly define attribute methods in production
Eugene Kenny
2018-09-24
1
-0
/
+47
*
Switch to supports_cache_versioning? check to a class method
schneems
2018-09-20
1
-1
/
+1
*
[close #33907] Error when using "recyclable" cache keys with a store that doe...
schneems
2018-09-20
1
-0
/
+12
*
Add test for `config.active_storage.routes_prefix`
yuuji.yaginuma
2018-09-15
1
-0
/
+18
*
Build string set when `filter_attributes` is assigned
bogdanvlviv
2018-09-12
1
-1
/
+2
*
refacto: config_for with ActiveSupport::InheritableOptions and symbolized keys
Mauro Berlanda
2018-09-11
1
-2
/
+49
*
Configuration item `config.filter_parameters` could also filter out sensitive...
Zhang Kang
2018-09-07
1
-0
/
+9
*
Add test case that configure `config.action_view.finalize_compiled_template_m...
yuuji.yaginuma
2018-05-20
1
-0
/
+17
*
Fix typo on method name
Alberto Almagro
2018-04-20
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-1
/
+1
*
Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...
Kasper Timm Hansen
2018-04-02
1
-1
/
+1
|
\
|
*
Move SourceAnnotationExtractor under Rails module
Prem Sichanugrist
2018-03-22
1
-1
/
+1
*
|
Deriving `secret_key_base` breaks `key_generator` defined in 5.1.
Yoshiyuki Kinjo
2018-03-31
1
-0
/
+1
|
/
*
Don't enforce UTF-8 by default
Andrew White
2018-02-27
1
-5
/
+31
*
Fix custome serializer setting
Yuji Yaginuma
2018-02-16
1
-0
/
+12
*
Remove extra whitespace
Daniel Colson
2018-01-25
1
-5
/
+5
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-1
/
+1
*
Change refute to assert_not
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use SHA-1 for non-sensitive digests by default
Eugene Kenny
2018-01-08
1
-6
/
+14
*
Allow use_authenticated_message_encryption to be set in new_framework_default...
Eugene Kenny
2018-01-07
1
-3
/
+27
*
Add test case that configure `config.active_support.hash_digest_class`
yuuji.yaginuma
2017-12-20
1
-0
/
+18
*
Raise an error only when `require_master_key` is specified
yuuji.yaginuma
2017-12-18
1
-0
/
+8
*
Log call site for all queries
Olivier Lacan
2017-12-13
1
-4
/
+10
[next]