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
/
active_record
/
relation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor `bind_attribute` to expand an association to actual attribute
Ryuta Kamizono
2019-01-11
1
-0
/
+5
*
#create_or_find_by/!: add more tests and fix docs (#34653)
Bogdan
2018-12-08
1
-2
/
+2
*
Move UPDATE/DELETE with JOIN handling to the Arel side
Ryuta Kamizono
2018-10-03
1
-26
/
+12
*
Handle UPDATE/DELETE with OFFSET in Arel
Ryuta Kamizono
2018-10-01
1
-2
/
+4
*
Handle DELETE with LIMIT in Arel
Ryuta Kamizono
2018-09-30
1
-1
/
+4
*
Extract `Arel.arel_node?` helper method
Ryuta Kamizono
2018-09-28
1
-1
/
+1
*
Make `update_counters` preparable
Ryuta Kamizono
2018-09-28
1
-9
/
+14
*
Make `update_all` preparable
Ryuta Kamizono
2018-09-28
1
-2
/
+14
*
Use table name qualified column name for update counters
Ryuta Kamizono
2018-09-16
1
-9
/
+7
*
Refactor object creation from relation to avoid pushing scope attributes
Ryuta Kamizono
2018-09-11
1
-24
/
+3
*
Move `scoping` handling into klass level from relation
Ryuta Kamizono
2018-09-11
1
-4
/
+1
*
Fixes #33610
Darwin D Wu
2018-09-11
1
-7
/
+18
*
Just delegate `update` with ids on a relation to `klass.update`
Ryuta Kamizono
2018-08-31
1
-2
/
+6
*
Avoid extra scoping when using `Relation#update`
Ryuta Kamizono
2018-07-31
1
-0
/
+4
*
Extract `Relation#bind_attribute` for internal use
Ryuta Kamizono
2018-07-30
1
-0
/
+6
*
Extract `Relation#update_counters` for internal use
Ryuta Kamizono
2018-07-30
1
-0
/
+18
*
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
*
Avoid extra scoping in delegating to klass methods in the `scope` block
Ryuta Kamizono
2018-07-19
1
-2
/
+2
*
Ensure to calculate column aliases after all table aliases are constructed
Ryuta Kamizono
2018-06-19
1
-11
/
+11
*
Fix `touch` option to behave consistently with `Persistence#touch` method
Ryuta Kamizono
2018-06-18
1
-4
/
+1
*
Fix typo in the `touch_all` doc [ci skip]
Ryuta Kamizono
2018-04-21
1
-4
/
+4
*
Merge pull request #31513 from fatkodima/relation-touch_all
Rafael França
2018-04-20
1
-0
/
+37
|
\
|
*
Add `touch_all` method to `ActiveRecord::Relation`
fatkodima
2018-04-13
1
-0
/
+37
*
|
Don't expose `Relation#preload_associations` in the doc
Ryuta Kamizono
2018-04-20
1
-1
/
+1
|
/
*
don't check for immutability when setting skip_preloading as it doesn't effec...
Lachlan Sylvester
2018-04-12
1
-2
/
+3
*
Deprecate accessibility of private/protected class methods in named scope
Ryuta Kamizono
2018-03-30
1
-0
/
+2
*
Bring back private class methods accessibility in named scope
Ryuta Kamizono
2018-03-27
1
-0
/
+7
*
Only preload misses on multifetch cache
Lachlan Sylvester
2018-03-06
1
-8
/
+13
*
Add #create_or_find_by to lean on unique constraints (#31989)
David Heinemeier Hansson
2018-02-14
1
-12
/
+42
*
Rdoc formatting fix: <b> instead of MD-style asterisks
T.J. Schuck
2018-02-14
1
-1
/
+1
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+1
*
Use `apply_join_dependency` instead of meaningless named `find_with_associati...
Ryuta Kamizono
2018-01-11
1
-2
/
+2
*
Using subselect for `delete_all` with `limit` or `offset`
Ryuta Kamizono
2017-12-19
1
-4
/
+4
*
Using subselect generated by the connection adapter for `update_all` with `of...
Ryuta Kamizono
2017-12-19
1
-1
/
+1
*
Fix inheritance object creation from relation
Ryuta Kamizono
2017-12-13
1
-8
/
+18
*
Make `sanitize_sql_` methods public
yuuji.yaginuma
2017-12-13
1
-1
/
+1
*
Revert "Merge pull request #31006 from rails/kamipo/ordinal_methods_should_re...
eileencodes
2017-11-26
1
-1
/
+0
*
Merge pull request #31006 from rails/kamipo/ordinal_methods_should_respect_lo...
Eileen M. Uchitelle
2017-11-25
1
-0
/
+1
|
\
|
*
Ordinal methods should respect loaded records
Ryuta Kamizono
2017-10-28
1
-0
/
+1
*
|
Avoid creating extra `relation` and `build_arel` in `_create_record` and `_up...
Ryuta Kamizono
2017-11-17
1
-61
/
+0
*
|
Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect...
Ryuta Kamizono
2017-11-10
1
-1
/
+2
*
|
Ensure `apply_join_dependency` for `update_all` and `delete_all` if eager-loa...
Ryuta Kamizono
2017-11-06
1
-0
/
+10
|
/
*
Joined tables in association scope doesn't use the same aliases with the pare...
Ryuta Kamizono
2017-10-09
1
-1
/
+2
*
Decouple building `AliasTracker` from `JoinDependency`
Ryuta Kamizono
2017-10-08
1
-0
/
+4
*
Merge pull request #30619 from jagthedrummer/jeremy/instrumentation-payload-n...
Eileen M. Uchitelle
2017-09-20
1
-4
/
+4
|
\
|
*
Update payload names for `sql.active_record` to be more descriptive.
Jeremy Green
2017-09-20
1
-4
/
+4
*
|
Place class level `update`, `destroy`, and `delete` in `Persistence::ClassMet...
Ryuta Kamizono
2017-09-18
1
-94
/
+0
|
/
*
Remove unused explicit delegation to `klass` in `relation`
Ryuta Kamizono
2017-09-14
1
-1
/
+1
*
Should work inverse association when eager loading
Ryuta Kamizono
2017-08-25
1
-2
/
+14
*
Restore `to_sql` to return only SQL (#29945)
Ryuta Kamizono
2017-08-18
1
-2
/
+1
[next]