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
*
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
1
-9
/
+0
*
Remove deprecated conditions parameter from #delete_all
Rafael Mendonça França
2016-12-29
1
-19
/
+11
*
Remove deprecated conditions parameter from `#destroy_all`
Rafael Mendonça França
2016-12-29
1
-10
/
+2
*
fixing update_all and delete_all when chained with left_joins. fixes #27192
Diego Plentz
2016-11-27
1
-2
/
+6
*
docs, add `update_all` example with SQL fragment. [ci skip]
Yves Senn
2016-11-16
1
-0
/
+3
*
Avoid `build_preloader` if preloading is not needed
Ryuta Kamizono
2016-11-14
1
-2
/
+3
*
Remove outdated "#TODO: Fix for binds." comment [ci skip]
Ryuta Kamizono
2016-09-11
1
-1
/
+0
*
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
1
-4
/
+4
*
Switch back to `Hash.dup`
Jon Moss
2016-08-27
1
-4
/
+2
*
Remove over meta programming in AR::Relation
Bogdan Gusiev
2016-08-23
1
-9
/
+4
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-34
/
+34
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
Use `connection#to_sql` for construct an SQL
Ryuta Kamizono
2016-07-19
1
-10
/
+5
*
Pass `pk: false` to `connection.insert` explicitly if do not have a primary key
Ryuta Kamizono
2016-07-01
1
-1
/
+1
*
Exists shouldn't error when used with `includes`
Sean Griffin
2016-05-30
1
-6
/
+1
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-3
/
+3
*
Merge pull request #24247 from ypxing/refactor_substitute_values
Andrew White
2016-04-04
1
-5
/
+5
|
\
|
*
enhance ActiveRecord#substitute_values to loop values just once
Rick Xing
2016-03-19
1
-5
/
+5
*
|
Move sequence value methods to Model level
Arthur Neves
2016-03-24
1
-2
/
+2
|
/
*
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
1
-14
/
+18
*
Extract a Relation#arel_attribute
Matthew Draper
2016-02-04
1
-4
/
+8
*
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-4
/
+4
*
`substitute_at` is no longer used
Ryuta Kamizono
2016-01-14
1
-1
/
+1
*
Fix user name in doc [ci skip]
Ryuta Kamizono
2015-12-31
1
-1
/
+1
*
`join_to_delete` is same as `join_to_update`
Ryuta Kamizono
2015-12-17
1
-2
/
+2
*
Revert "Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_...
Rafael Mendonça França
2015-12-17
1
-2
/
+2
*
`join_to_delete` is same as `join_to_update`
Ryuta Kamizono
2015-12-17
1
-2
/
+2
*
Revert "Perform a more efficient query in `Relation#any?`"
Sean Griffin
2015-12-14
1
-1
/
+6
*
Perform a more efficient query in `Relation#any?`
Sean Griffin
2015-12-14
1
-6
/
+1
*
Clean up and correct documentation for update_columns and update_all [ci skip]
James Wen
2015-12-05
1
-3
/
+2
*
Alias left_joins to left_outer_joins
Takashi Kokubun
2015-10-31
1
-1
/
+1
*
Merge pull request #12071 from Crunch09/outer_joins
Sean Griffin
2015-10-30
1
-1
/
+1
|
\
|
*
added ActiveRecord::Relation#left_outer_joins
Florian Thomas
2015-05-19
1
-1
/
+1
*
|
Add deprecation warning to `ActiveRecord::Relation#update`
Ted Johansson
2015-10-15
1
-0
/
+7
*
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-31
/
+40
*
|
[ci skip] Fix ActiveRecord::Relation#update documentation
akihiro17
2015-10-05
1
-5
/
+5
*
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-1
/
+0
*
|
Deprecate passing conditions to AR::Relation destroy_all and delete_all methods
Wojciech Wnętrzak
2015-09-06
1
-13
/
+10
*
|
Add ActiveRecord::Relation#in_batches
Sina Siadat
2015-08-07
1
-0
/
+7
*
|
Add #cache_key to ActiveRecord::Relation.
Alberto F. Capel
2015-07-20
1
-0
/
+26
*
|
Include `Enumerable` in `ActiveRecord::Relation`
Sean Griffin
2015-06-19
1
-20
/
+9
*
|
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-1
/
+2
|
/
*
Fix documentation for find_or_create_by
Joe Van Dyk
2015-03-21
1
-1
/
+3
*
Optimize none? and one? relation query methods to use LIMIT and COUNT.
Eugene Gilburg
2015-02-12
1
-0
/
+18
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-9
/
+9
*
Unify access to bind values on Relation
Sean Griffin
2015-01-27
1
-6
/
+4
*
Move the `from` bind logic to a `FromClause` class
Sean Griffin
2015-01-26
1
-3
/
+3
*
Remove `Relation#bind_values=`
Sean Griffin
2015-01-26
1
-1
/
+1
*
Change `having_values` to use the `WhereClause` class
Sean Griffin
2015-01-26
1
-3
/
+5
[next]