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
*
document update_counters on relation [ci skip]
Guilherme Mansur
2019-05-11
1
-1
/
+13
*
Remove useless `set_value` / `get_value` helper methods
Ryuta Kamizono
2019-04-22
1
-2
/
+2
*
Revert "Deprecate `collection_cache_key` which is private API"
Ryuta Kamizono
2019-04-19
1
-1
/
+1
*
Deprecate `collection_cache_key` which is private API
Ryuta Kamizono
2019-04-19
1
-1
/
+3
*
Add collection cache versioning
Lachlan Sylvester
2019-04-16
1
-15
/
+36
*
There is no need to check `null_relation?` in `empty_scope?`
Ryuta Kamizono
2019-04-06
1
-1
/
+1
*
Association loading isn't to be affected by null relation scoping
Ryuta Kamizono
2019-04-06
1
-2
/
+6
*
Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_ca...
Ryuta Kamizono
2019-04-04
1
-0
/
+45
*
Revert unused code and re-using query annotation for `update_all` and `delete...
Ryuta Kamizono
2019-04-01
1
-3
/
+0
*
Add Relation#annotate for SQL commenting
Matt Yoho
2019-03-21
1
-1
/
+4
*
update_at/on note for ActiveRecord::Relation.update_all (#35461)
Orhan Toy
2019-03-19
1
-2
/
+4
*
Support Optimizer Hints
Ryuta Kamizono
2019-03-16
1
-1
/
+1
*
[skip ci] Rails 5.1+ supports bigint primary key
Yasuo Honda
2019-03-13
1
-1
/
+1
*
Document int Primary Key with create_or_find_by (#35573)
Alex Kitchens
2019-03-12
1
-0
/
+4
*
Ensure `update_all` series cares about optimistic locking
Ryuta Kamizono
2019-02-25
1
-10
/
+15
*
Introduce delete_by and destroy_by methods to ActiveRecord::Relation
Abhay Nikam
2019-02-19
1
-0
/
+26
*
Deprecate using class level querying methods if the receiver scope regarded a...
Ryuta Kamizono
2019-02-15
1
-5
/
+38
*
Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_c...
Ryuta Kamizono
2019-02-15
1
-11
/
+2
*
Revert "Chaining named scope is no longer leaking to class level querying met...
Ryuta Kamizono
2019-02-14
1
-2
/
+2
*
Refactor extracting `current_scope_restoring_block` into the scoping class
Ryuta Kamizono
2019-02-08
1
-5
/
+1
*
Fix `relation.create` to avoid leaking scope to initialization block and call...
Ryuta Kamizono
2019-02-07
1
-2
/
+15
*
Refactor around scoping
Ryuta Kamizono
2019-02-07
1
-2
/
+9
*
Chaining named scope is no longer leaking to class level querying methods
Ryuta Kamizono
2019-02-06
1
-1
/
+1
*
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
[next]