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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
|
Add Rake task for testing mailboxes
George Claghorn
2018-12-30
1
-2
/
+14
*
|
Import Action Mailbox
George Claghorn
2018-12-25
1
-7
/
+22
*
|
No need to handle if FrozenError is available
Yasuo Honda
2018-12-23
1
-1
/
+1
*
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
3
-48
/
+40
*
|
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
|
Clarify implicit meaning of 'workers: 2' in parallelization tests.
Kasper Timm Hansen
2018-12-19
1
-6
/
+8
*
|
Add option to set parallel test worker count to the physical core count of th...
Bogdan
2018-12-18
1
-5
/
+14
*
|
Introduce a guard against DNS rebinding attacks
Genadi Samokovarov
2018-12-15
1
-6
/
+8
*
|
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
*
|
|
Compile packs before run test
yuuji.yaginuma
2018-11-22
1
-1
/
+4
*
|
|
Correctly handle unknown object in parallel tests
yuuji.yaginuma
2018-11-17
1
-0
/
+14
*
|
|
Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascripts
Rafael França
2018-11-13
1
-0
/
+8
|
\
\
\
|
*
|
|
Remove asset paths from eager_load_paths and autoload_paths
Gannon McGibbon
2018-11-09
1
-0
/
+8
*
|
|
|
Merge pull request #34411 from N0xFF/master
Rafael França
2018-11-13
1
-0
/
+25
|
\
\
\
\
|
*
|
|
|
Reset sessions on failed system test screenshot
Maxim Perepelitsa
2018-11-13
1
-0
/
+25
*
|
|
|
|
Ignore warnings such as `Psych.safe_load is deprecated`
Yasuo Honda
2018-11-13
1
-0
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Add test for parallel tests with unmarshable exception
yuuji.yaginuma
2018-11-09
1
-0
/
+24
|
/
/
/
*
|
|
Remove unused argument `expected_database`
bogdanvlviv
2018-11-08
1
-5
/
+5
*
|
|
Compile packs for test
yuuji.yaginuma
2018-11-08
1
-2
/
+4
*
|
|
Add multi-db support to schema cache dump and clear
Gannon McGibbon
2018-11-07
1
-0
/
+31
*
|
|
Implement AR#inspect using ParamterFilter.
Yoshiyuki Kinjo
2018-10-19
1
-1
/
+1
|
/
/
*
|
Add multi-db support to rails db:migrate:status
Gannon McGibbon
2018-10-09
1
-19
/
+51
*
|
Remove bundler warnings from bin/setup output
Gannon McGibbon
2018-10-05
1
-8
/
+10
*
|
Make Webpacker the default JavaScript compiler for Rails 6 (#33079)
David Heinemeier Hansson
2018-09-30
3
-24
/
+14
|
/
*
Eagerly define attribute methods in production
Eugene Kenny
2018-09-24
1
-0
/
+47
*
Make sure this test check the issue solved in #31135
Rafael Mendonça França
2018-09-22
1
-6
/
+12
*
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
*
Add a test that exercice better the behavior we expect in the query cache
Rafael Mendonça França
2018-09-12
1
-2
/
+43
*
Build string set when `filter_attributes` is assigned
bogdanvlviv
2018-09-12
1
-1
/
+2
*
Fix query cache to load before first request
Eileen Uchitelle
2018-09-12
1
-0
/
+33
*
Merge pull request #33815 from mberlanda/mberlanda/enhance-config-for
Rafael França
2018-09-11
1
-2
/
+49
|
\
|
*
refacto: config_for with ActiveSupport::InheritableOptions and symbolized keys
Mauro Berlanda
2018-09-11
1
-2
/
+49
*
|
Use correct variable
yuuji.yaginuma
2018-09-11
1
-4
/
+4
*
|
Remove all references to slave in the codebase
Rafael Mendonça França
2018-09-10
3
-21
/
+21
|
/
*
Configuration item `config.filter_parameters` could also filter out sensitive...
Zhang Kang
2018-09-07
1
-0
/
+9
*
Respect config setting when output deprecation notice in rake tasks
yuuji.yaginuma
2018-09-04
4
-1
/
+4
*
Convert configs_for to kwargs, add include_replicas
Eileen Uchitelle
2018-08-31
1
-7
/
+10
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-10
/
+10
*
Merge pull request #33744 from bogdanvlviv/fixes-27852
Ryuta Kamizono
2018-08-30
1
-1
/
+1
|
\
|
*
Prevent leaking of user's DB credentials on `rails db:create` failure
bogdanvlviv
2018-08-29
1
-1
/
+1
*
|
Remove this conditional
Eileen Uchitelle
2018-08-29
1
-1
/
+1
*
|
Remove unused argument
Eileen Uchitelle
2018-08-29
1
-1
/
+1
[prev]
[next]