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
/
activerecord
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix table comment also being applied to the primary key column
Guilherme Goettems Schneider
2019-05-31
3
-1
/
+10
*
Address intermittent CI failure due to non-determined sort order
Ryuta Kamizono
2019-05-30
1
-6
/
+7
*
Remove wrong default value for `cache_versioning` in documentation of `cache_...
Sebastian Röder
2019-05-29
1
-1
/
+1
*
Address intermittent CI failure in cascaded_eager_loading_test.rb
Ryuta Kamizono
2019-05-29
1
-12
/
+12
*
Merge pull request #36353 from p8/fix-spelling-in-face-model
Ryuta Kamizono
2019-05-29
1
-1
/
+1
|
\
|
*
Fix comment for "broken" inverse_of associations [ci skip]
Petrik
2019-05-28
1
-1
/
+1
*
|
Address intermittent CI failure due to unfilled schema columns cache
Ryuta Kamizono
2019-05-29
1
-3
/
+3
*
|
`:datetime` and `:time` columns allows `:precision` option [ci skip]
Ryuta Kamizono
2019-05-28
1
-2
/
+3
*
|
Merge pull request #36350 from kamipo/fast_pluck
Ryuta Kamizono
2019-05-28
1
-3
/
+5
|
\
\
|
*
|
Allow symbol (i.e. quoted identifier) as safe SQL string
Ryuta Kamizono
2019-05-28
1
-3
/
+5
|
|
/
*
/
Use WeakRef to avoid leaking connection pools
John Hawthorn
2019-05-27
1
-11
/
+21
|
/
*
Extract `readonly_attribute?`
Ryuta Kamizono
2019-05-27
3
-6
/
+6
*
Merge pull request #36320 from XrXr/no-doc-prepend
Rafael França
2019-05-21
1
-1
/
+1
|
\
|
*
Put :nodoc: on method that raises NoMethodError
Alan Wu
2019-05-21
1
-1
/
+1
*
|
Use `capture_sql` instead of `assert_sql` with no pattern
Ryuta Kamizono
2019-05-22
3
-15
/
+12
*
|
Give up filling schema cache before `assert_no_queries`
Ryuta Kamizono
2019-05-22
6
-90
/
+24
*
|
Put all `explain` methods into `DatabaseStatements` module
Ryuta Kamizono
2019-05-22
4
-18
/
+14
*
|
Fall back to type casting from the connection adapter
Ryuta Kamizono
2019-05-21
3
-21
/
+28
*
|
Except SCHEMA SQLs in `capture_sql`
Ryuta Kamizono
2019-05-21
1
-1
/
+1
*
|
Implicit through table joins should be appeared before user supplied joins
Ryuta Kamizono
2019-05-19
2
-17
/
+19
*
|
Merge pull request #36296 from jhawthorn/dont_fear_the_reaper
Aaron Patterson
2019-05-18
1
-7
/
+25
|
\
\
|
*
|
Use a single thread for all ConnectionPool Reapers
John Hawthorn
2019-05-17
1
-7
/
+25
*
|
|
Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins
Ryuta Kamizono
2019-05-15
3
-2
/
+23
|
\
\
\
|
*
|
|
Fix eager loading associations with string joins not to raise NoMethodError
Ryuta Kamizono
2019-05-15
3
-2
/
+23
*
|
|
|
Don't track implicit `touch` mutation
Ryuta Kamizono
2019-05-13
3
-6
/
+22
*
|
|
|
[skip ci] Fix missing punctuation mark and formatting
Vishal Telangre
2019-05-13
1
-1
/
+1
*
|
|
|
Merge pull request #36255 from eugeneius/sqlite_savepoint_support
Kasper Timm Hansen
2019-05-12
4
-7
/
+5
|
\
\
\
\
|
*
|
|
|
Remove SQLite version support caveats [ci skip]
Eugene Kenny
2019-05-12
4
-7
/
+5
*
|
|
|
|
Merge pull request #36073 from itsWill/document_update_counters_on_relation
Ryuta Kamizono
2019-05-12
1
-1
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
document update_counters on relation [ci skip]
Guilherme Mansur
2019-05-11
1
-1
/
+13
*
|
|
|
|
Merge branch 'migration-timestamp-fix'
Gannon McGibbon
2019-05-10
2
-0
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add class option timestamps to migration generator
Michael Duchemin
2019-02-09
2
-0
/
+5
*
|
|
|
|
Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name
Yasuo Honda
2019-05-08
6
-23
/
+15
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Properly give defaults for DatabaseSelector options
Akira Matsuda
2019-05-07
1
-3
/
+3
*
|
|
|
Should attempt `committed!`/`rolledback!` to all enrolled records in the tran...
Ryuta Kamizono
2019-05-07
4
-18
/
+71
*
|
|
|
Remove redundant `test_too_many_binds`
Yasuo Honda
2019-05-03
1
-20
/
+0
*
|
|
|
Namespace association extension modules under the owner model
Jean Boussier
2019-05-02
3
-12
/
+12
*
|
|
|
Make scope arity check consistent (#36134)
Rob Trame
2019-05-01
3
-1
/
+20
*
|
|
|
Remove database specific sql statements from SQLCounter
Yasuo Honda
2019-05-01
3
-19
/
+7
*
|
|
|
Should take the record's state of first action in the transaction
Ryuta Kamizono
2019-04-30
2
-8
/
+11
*
|
|
|
Fix rubocop offences
Ryuta Kamizono
2019-04-30
1
-2
/
+2
*
|
|
|
Extract `_raise_record_not_touched_error`
Ryuta Kamizono
2019-04-29
2
-16
/
+13
*
|
|
|
Fix merging left_joins to maintain its own `join_type` context
Ryuta Kamizono
2019-04-27
6
-17
/
+29
*
|
|
|
Merge pull request #32313 from lulalala/model_error_as_object
Rafael França
2019-04-24
5
-35
/
+34
|
\
\
\
\
|
*
|
|
|
Assert deprecation
lulalala
2019-03-31
1
-2
/
+2
|
*
|
|
|
Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`
lulalala
2019-03-31
2
-12
/
+16
|
*
|
|
|
Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...
lulalala
2019-03-31
1
-3
/
+1
|
*
|
|
|
Fix spec as generate_message is no longer called during validation
lulalala
2019-03-31
1
-0
/
+2
|
*
|
|
|
Use errors#import instead of manipulating errors/details hash
lulalala
2019-03-31
1
-13
/
+8
|
*
|
|
|
Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97d
lulalala
2019-03-31
1
-5
/
+5
[prev]
[next]