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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use utf8mb4 character set by default for MySQL database (#33608)
Yasuo Honda
2018-09-11
9
-12
/
+25
*
Don't expose `instantiate_instance_of` for internal use
Ryuta Kamizono
2018-09-11
1
-11
/
+7
*
Refactor object creation from relation to avoid pushing scope attributes
Ryuta Kamizono
2018-09-11
2
-24
/
+7
*
Don't expose `current_scope` for internal use
Ryuta Kamizono
2018-09-11
3
-18
/
+17
*
Move `scoping` handling into klass level from relation
Ryuta Kamizono
2018-09-11
2
-5
/
+9
*
Remove redundant `all.scoping`
Ryuta Kamizono
2018-09-11
1
-4
/
+2
*
Remove unused `existing` arg in `SelectManager#collapse`
Ryuta Kamizono
2018-09-11
1
-3
/
+3
*
Merge pull request #33639 from darwin67/33610-duplicated-nested-records-with-...
Ryuta Kamizono
2018-09-11
5
-7
/
+61
|
\
|
*
Fixes #33610
Darwin D Wu
2018-09-11
5
-7
/
+61
|
/
*
Use correct variable
yuuji.yaginuma
2018-09-11
2
-6
/
+6
*
Oxford comma [ci skip]
Xavier Noria
2018-09-10
1
-1
/
+1
*
Merge pull request #33823 from stoodfarback/aj_backburner_fix_priority
Rafael França
2018-09-10
2
-2
/
+14
|
\
|
*
ActiveJob Backburner adapter: fix priority
stoodfarback
2018-09-07
2
-2
/
+14
*
|
Merge pull request #33813 from ryanwhocodes/master
Xavier Noria
2018-09-10
3
-1
/
+12
|
\
\
|
*
|
Add #unfreeze_time to ActiveSupport::Testing::TimeHelpers
ryanwhocodes
2018-09-10
3
-1
/
+12
*
|
|
Remove all references to slave in the codebase
Rafael Mendonça França
2018-09-10
4
-30
/
+30
*
|
|
Merge pull request #33837 from nickstanish/master
Ryuta Kamizono
2018-09-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update CHANGELOG.md
Nick Stanish
2018-09-10
1
-1
/
+1
|
/
/
*
|
Merge pull request #33826 from tgturner/activejob-retry-attempts
Eileen M. Uchitelle
2018-09-09
1
-1
/
+3
|
\
\
|
*
|
clarifies documentation around the attempts arugment to retry_on
Graham Turner
2018-09-09
1
-1
/
+3
*
|
|
Merge pull request #33825 from bogdanvlviv/follow-up-33637-and-33770
Eileen M. Uchitelle
2018-09-09
4
-15
/
+16
|
\
\
\
|
*
|
|
Fix `ActiveRecord::DatabaseConfigurations`'s docs
bogdanvlviv
2018-09-09
2
-6
/
+6
|
*
|
|
Fix explanation of `ActiveRecord::Base.configurations.configs_for` in the CHA...
bogdanvlviv
2018-09-09
1
-6
/
+7
|
*
|
|
Fix sqlite3 url config in "Configuring Rails Applications" guide
bogdanvlviv
2018-09-09
1
-3
/
+3
*
|
|
|
Add missing `perform_enqueued_jobs` to error logging test
yuuji.yaginuma
2018-09-09
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Consistently use `visitor.compile`
Ryuta Kamizono
2018-09-09
2
-5
/
+5
*
|
|
Revert a writer for `BindParam#value`
Ryuta Kamizono
2018-09-09
1
-1
/
+1
*
|
|
Use `visitor.compile` instead of constructing by connection itself
Ryuta Kamizono
2018-09-09
3
-7
/
+3
*
|
|
`supports_xxx?` returns whether a feature is supported by the backend
Ryuta Kamizono
2018-09-08
8
-44
/
+32
|
/
/
*
/
reflect c03bba4 in CHANGELOGs
Xavier Noria
2018-09-08
2
-0
/
+13
|
/
*
Merge pull request #33817 from schneems/schneems/dig-simple
Richard Schneeman
2018-09-07
3
-6
/
+9
|
\
|
*
Don’t allocate array on no args
schneems
2018-09-07
3
-6
/
+9
*
|
trace autoloads, and document hints for troubleshooting
Xavier Noria
2018-09-07
3
-4
/
+101
|
/
*
Merge pull request #33804 from yskkin/num_string
Ryuta Kamizono
2018-09-08
4
-4
/
+14
|
\
|
*
Fix non_numeric_string?
Yoshiyuki Kinjo
2018-09-07
4
-4
/
+14
*
|
Merge pull request #33615 from Larochelle/i18n_full_message_with_nested_attri...
Rafael França
2018-09-07
2
-3
/
+63
|
\
\
|
*
|
Call human_attribute_name with a string instead of a symbole
Martin Larochelle
2018-08-16
2
-2
/
+2
|
*
|
`ActiveModel.full_message` interaction with `index_errors`
Martin Larochelle
2018-08-14
2
-3
/
+63
*
|
|
Merge pull request #33756 from piecehealth/pr
Eileen M. Uchitelle
2018-09-07
5
-2
/
+122
|
\
\
\
|
*
|
|
Configuration item `config.filter_parameters` could also filter out sensitive...
Zhang Kang
2018-09-07
5
-2
/
+122
|
/
/
/
*
|
|
Formatting CHANGELOGs [ci skip]
Ryuta Kamizono
2018-09-07
6
-28
/
+35
*
|
|
Use canonical name for block local
yuuji.yaginuma
2018-09-07
2
-15
/
+15
*
|
|
Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-slice
Aaron Patterson
2018-09-06
3
-3
/
+20
|
\
\
\
|
*
|
|
Update CHANGELOG for SafetyBuffer slice access
Yumin Wong
2018-09-06
1
-0
/
+7
|
*
|
|
Use assert_predicate instead
Yumin Wong
2018-09-06
1
-2
/
+2
|
*
|
|
SafeBuffer should maintain safety upon getting a slice via a range if origina...
Yumin Wong
2018-08-31
2
-3
/
+13
*
|
|
|
Merge pull request #33810 from schneems/schneems/doc-output-buffer
Richard Schneeman
2018-09-06
2
-0
/
+19
|
\
\
\
\
|
*
|
|
|
[ci skip] Doc ActionView::OutputBuffer
schneems
2018-09-06
2
-3
/
+17
|
*
|
|
|
[ci skip] Clarify CaptureHelper#capture function
schneems
2018-09-06
1
-0
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #33809 from fidalgo/improve-remove-column-documentation
Richard Schneeman
2018-09-06
1
-0
/
+1
|
\
\
\
\
[next]