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
*
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
*
|
Drop load_database_yaml and fix test
Eileen Uchitelle
2018-08-29
1
-3
/
+7
|
/
*
Make `rake routes` deprecate before deleting
yuuji.yaginuma
2018-08-20
1
-0
/
+44
*
Update 'rake initializers' to use Rails::Command under the hood
Annie-Claude Côté
2018-08-16
1
-0
/
+42
*
Have `bin:rake dev:cache` use the Dev Rails Command under the hood
Annie-Claude Côté
2018-08-13
1
-15
/
+28
*
Purpose Metadata For Signed And Encrypted Cookies
Assain
2018-08-12
2
-10
/
+10
*
Ensure that running tests in parallel doesn't display schema load output
bogdanvlviv
2018-08-08
1
-0
/
+18
*
Log the remote IP addr of clients behind a proxy
Atul Bhosale
2018-07-31
1
-0
/
+6
*
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
1
-2
/
+2
|
\
|
*
Show rails instead of bin/rails on USAGE instructions
Alberto Almagro
2018-07-06
1
-1
/
+1
|
*
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
1
-1
/
+1
*
|
Clarify `railties/test/application/rake/notes_test.rb`
bogdanvlviv
2018-07-21
1
-59
/
+58
*
|
Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`
yuuji.yaginuma
2018-07-20
1
-0
/
+3
|
/
*
Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol...
bogdanvlviv
2018-06-09
1
-2
/
+0
*
Enable `Lint/StringConversionInInterpolation` rubocop rule
Ryuta Kamizono
2018-05-21
1
-1
/
+1
*
Add test case that configure `config.action_view.finalize_compiled_template_m...
yuuji.yaginuma
2018-05-20
1
-0
/
+17
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
3
-3
/
+3
*
Fix typo on method name
Alberto Almagro
2018-04-20
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
8
-12
/
+12
*
Fix test to allow IF NOT EXISTS in structure:dump
utilum
2018-04-16
1
-2
/
+2
*
Add multidb application test
eileencodes
2018-04-09
1
-0
/
+164
*
Merge pull request #32441 from composerinteralia/refute-not
Rafael França
2018-04-04
1
-1
/
+1
|
\
|
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-1
/
+1
*
|
Fix RenderingTest in railtie
Yoshiyuki Hirano
2018-04-04
1
-1
/
+1
*
|
Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...
Kasper Timm Hansen
2018-04-02
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Move SourceAnnotationExtractor under Rails module
Prem Sichanugrist
2018-03-22
2
-2
/
+2
*
|
Deriving `secret_key_base` breaks `key_generator` defined in 5.1.
Yoshiyuki Kinjo
2018-03-31
1
-0
/
+1
|
/
*
Pass the skip_pipeline option in image_submit_tag
Andrew White
2018-03-14
1
-1
/
+2
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-40
/
+0
*
Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-command
Rafael França
2018-02-27
1
-111
/
+0
|
\
|
*
Move rake routes task to rails command
Benoit Tigeot
2018-02-27
1
-111
/
+0
*
|
Don't enforce UTF-8 by default
Andrew White
2018-02-27
1
-5
/
+31
|
/
*
Use lazy load hook to configure ActiveStorage::Blob
Eugene Kenny
2018-02-25
1
-0
/
+12
*
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
[next]