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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Add AR::Base.base_class? predicate
Bogdan Gusiev
2018-04-02
5
-8
/
+13
|
/
/
/
/
/
*
/
/
/
/
Fix two-level database configurations with URLs
Eugene Kenny
2018-03-31
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #32366 from utilum/use_current_config
Andrew White
2018-03-30
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use current_config in structure_dump
utilum
2018-03-29
1
-1
/
+1
*
|
|
|
|
Merge pull request #32384 from riseshia/remove-expired-document
Andrew White
2018-03-30
1
-15
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Remove expired explanation [ci skip]
Shia
2018-03-30
1
-15
/
+1
*
|
|
|
|
|
Remove shadowing variable warning
Andrew White
2018-03-30
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #32338 from eugeneius/dont_clobber_foreign_key
Ryuta Kamizono
2018-03-30
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Don't unset foreign key when preloading missing record
Eugene Kenny
2018-03-24
1
-2
/
+2
*
|
|
|
|
|
Short circuit the scoping delegation for `relation.all`
Ryuta Kamizono
2018-03-30
1
-0
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #30956 from CJStadler/with-lock-changed-deprecation
Rafael França
2018-03-28
1
-1
/
+1
*
|
|
|
|
Merge pull request #32299 from davidstosik/expose-fk-ignore-pattern
Guillermo Iguaran
2018-03-27
5
-2
/
+25
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Move fk_ignore_pattern from config.active_record to SchemaDumper
David Stosik
2018-03-22
4
-8
/
+7
|
*
|
|
|
Document config.active_record.fk_ignore_pattern
David Stosik
2018-03-20
1
-0
/
+4
|
*
|
|
|
Expose foreign key name ignore pattern in configuration
David Stosik
2018-03-19
7
-2
/
+22
*
|
|
|
|
Merge pull request #32274 from eileencodes/part-1-add-rake-tasks-for-multi-db
Eileen M. Uchitelle
2018-03-26
5
-21
/
+143
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Refactor configs_for and friends
eileencodes
2018-03-21
6
-56
/
+89
|
*
|
|
|
Update schema/structure dump tasks for multi db
eileencodes
2018-03-21
2
-14
/
+36
|
*
|
|
|
Add ability to create/drop/migrate all dbs for a given env
eileencodes
2018-03-21
2
-8
/
+11
|
*
|
|
|
Add create/drop/migrate db tasks for each database in the environment
eileencodes
2018-03-21
1
-0
/
+25
|
*
|
|
|
Add DatabaseConfig Struct and associated methods
eileencodes
2018-03-21
1
-0
/
+39
|
|
/
/
/
*
|
|
|
Merge pull request #32306 from danhuynhdev/feature/store-accessor-prefix
Andrew White
2018-03-24
1
-5
/
+20
|
\
\
\
\
|
*
|
|
|
Add custom prefix to ActiveRecord::Store accessors
Tan Huynh
2018-03-23
1
-5
/
+20
*
|
|
|
|
Fix that `touch(:updated_at)` causes multiple assignments on the column
Ryuta Kamizono
2018-03-23
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #32221 from composerinteralia/batch-predicate-builder
Ryuta Kamizono
2018-03-22
1
-10
/
+16
|
\
\
\
\
|
*
|
|
|
Use PredicateBuilder for bind params in Batches
Daniel Colson
2018-03-11
1
-10
/
+16
*
|
|
|
|
Support mysql2 0.4.x and 0.5.x
Aaron Stone
2018-03-20
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Add MySQL JSON reference to ActiveRecord::Store documentation
Saverio Miroddi
2018-03-17
1
-2
/
+2
*
|
|
|
Merge pull request #32271 from eileencodes/fix-three-tier-default-connection
Eileen M. Uchitelle
2018-03-16
2
-1
/
+4
|
\
\
\
\
|
*
|
|
|
Fix connection handling with three-tier config
eileencodes
2018-03-16
2
-1
/
+4
|
|
/
/
/
*
|
|
|
:scissors:
Rafael Mendonça França
2018-03-16
1
-1
/
+0
*
|
|
|
Fix multiline expression indexes for postgresql (#31621)
fatkodima
2018-03-16
1
-1
/
+1
*
|
|
|
Merge pull request #31250 from lsylvester/only-preload-misses-on-multifetch-c...
Kasper Timm Hansen
2018-03-15
4
-8
/
+60
|
\
\
\
\
|
*
|
|
|
Only preload misses on multifetch cache
Lachlan Sylvester
2018-03-06
4
-8
/
+60
*
|
|
|
|
Ensure that leading date is stripped by quoted_time
Andrew White
2018-03-11
1
-1
/
+1
*
|
|
|
|
Normalize date component when writing to time columns
Andrew White
2018-03-11
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #32213 from yujideveloper/feature/delegate-ar-base-pick-to...
Ryuta Kamizono
2018-03-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Add `delegate :pick, to: :all`
Yuji Hanamura
2018-03-09
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Revert "PERF: Recover `changes_applied` performance (#31698)"
Sean Griffin
2018-03-06
2
-2
/
+5
*
|
|
|
Fix dependence on has_one/belongs_to relationships
Fernando Gorodscy
2018-03-06
2
-1
/
+10
|
/
/
/
*
|
|
update comment to reflect new supported patterns [ci skip]
Xavier Noria
2018-03-06
1
-0
/
+4
*
|
|
whitelist NULLS { FIRST | LAST } in order clauses
Xavier Noria
2018-03-06
1
-1
/
+8
*
|
|
Fix that after commit callbacks on update does not triggered when optimistic ...
Ryuta Kamizono
2018-03-06
2
-53
/
+20
*
|
|
Introduce `_update_row` to decouple optimistic locking concern from `Persiste...
Ryuta Kamizono
2018-03-05
2
-28
/
+45
*
|
|
Introduce `_delete_record` and use it for deleting a record
Ryuta Kamizono
2018-03-05
2
-21
/
+23
*
|
|
Prefer `_update_record` than `update_all` for updating a record
Ryuta Kamizono
2018-03-05
2
-28
/
+35
*
|
|
Refactor `_substitute_values` to be passed attribute names and values
Ryuta Kamizono
2018-03-05
3
-23
/
+15
*
|
|
`id_in_database` should be respected as primary key value for persisted records
Ryuta Kamizono
2018-03-05
2
-2
/
+2
*
|
|
`id_in_database` do not return nil value for persisted record
Ryuta Kamizono
2018-03-04
2
-4
/
+4
*
|
|
Eager loading with polymorphic associations should behave consistently
Ryuta Kamizono
2018-03-04
2
-7
/
+5
[prev]
[next]