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
*
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
*
Move `where_values_hash` over to `WhereClause`
Sean Griffin
2015-01-25
1
-16
/
+1
*
Introduce `Relation::WhereClause`
Sean Griffin
2015-01-25
1
-3
/
+4
*
Don't mutate bind values in `Relation`
Sean Griffin
2015-01-19
1
-1
/
+0
*
Stop passing a column to `quote` in `Relation#to_sql`
Sean Griffin
2015-01-10
1
-2
/
+3
*
Merge pull request #11898 from prathamesh-sonpatki/patch-update
Rafael Mendonça França
2015-01-02
1
-1
/
+13
|
\
|
*
Allow ActiveRecord::Relation#update to run on result of a relation with callb...
Prathamesh Sonpatki
2014-12-20
1
-1
/
+13
*
|
Fix error message when trying to create an associated record
Rafael Mendonça França
2014-12-30
1
-1
/
+1
*
|
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-7
/
+3
|
/
*
Move PredicateBuilder instantiation to constructor
Melanie Gilman
2014-12-03
1
-4
/
+5
*
Refactor `PredicateBuilder` from singleton to instance
Melanie Gilman
2014-12-02
1
-0
/
+4
*
Update Arel usage for rails/arel#98fc259
Sean Griffin
2014-11-29
1
-2
/
+2
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-4
/
+4
*
Reword documentation for update_all
René van den Berg
2014-11-24
1
-8
/
+1
*
Explain that default_scope also influences update_all
René van den Berg
2014-11-20
1
-5
/
+12
*
pull the preloader allocation in to a factory method
Aaron Patterson
2014-11-18
1
-1
/
+5
*
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
1
-1
/
+1
*
rm `reorder_bind_params`
Sean Griffin
2014-11-17
1
-1
/
+0
*
Use a bound parameter for the "id = " portion of update statements
Sean Griffin
2014-11-01
1
-2
/
+8
*
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-1
/
+1
*
Don't needlessly alphabetize columns for insert/update
Sean Griffin
2014-11-01
1
-4
/
+3
*
delete leftover JoinOperation struct
swapdisc
2014-10-14
1
-2
/
+0
*
Clarify `#update_all` doc about value processing
Nicolas Cavigneaux
2014-10-14
1
-1
/
+2
*
Move #encode_with to Relation
Gustavo Beathyate
2014-07-15
1
-0
/
+5
*
Merge pull request #14971 from versioncontrol/#14785
Yves Senn
2014-06-06
1
-1
/
+8
|
\
|
*
Fix Baseclass becomes! subclass.
Edo Balvers
2014-05-13
1
-1
/
+8
*
|
Fix `Relation#delete_all` inconsistency
Leandro Facchinetti
2014-05-16
1
-3
/
+13
|
/
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-14
1
-5
/
+6
|
\
|
*
Make the comparison between 'Relation' and 'AssociationRelation'
Lauro Caetano
2014-04-12
1
-1
/
+1
|
*
The comparison between `Relation` and `CollectionProxy` should be consistent.
Lauro Caetano
2014-04-11
1
-0
/
+2
|
*
Merge pull request #14711 from swoker/activerecord_fix_aggregate_methods_with...
Rafael Mendonça França
2014-04-11
1
-3
/
+2
|
|
\
|
|
*
Fix error for aggregate methods with select, see issue #13648
Simon Woker
2014-04-10
1
-3
/
+2
|
*
|
Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548
Rafael Mendonça França
2014-04-10
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix insertion of records for hmt association with scope, fix #3548
Ivan Antropov
2013-11-17
1
-2
/
+2
*
|
|
propogate bind values collected in arel to SQL generation
Aaron Patterson
2014-04-11
1
-1
/
+2
*
|
|
remove the bind substitution visitor. to_sql should never return bind values
Aaron Patterson
2014-04-09
1
-5
/
+6
*
|
|
use the compile method so we do not have to specify the collectors in this case
Aaron Patterson
2014-04-09
1
-2
/
+1
*
|
|
working against arel/collector branch
Aaron Patterson
2014-04-09
1
-1
/
+2
*
|
|
where_values should extract the value of the Casted node
Aaron Patterson
2014-04-07
1
-1
/
+7
*
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-1
/
+1
|
\
|
|
|
*
|
Merge pull request #11650 from prathamesh-sonpatki/rename
Rafael Mendonça França
2014-04-04
1
-1
/
+1
|
|
\
\
|
|
*
|
[Active Record] Renamed private methods create_record and update_record
Prathamesh Sonpatki
2014-02-20
1
-1
/
+1
[next]