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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add changelog entry and guide updates for pluck with multiple columns
Carlos Antonio da Silva
2012-06-22
1
-0
/
+1
*
Refactor pluck with multiple columns
Carlos Antonio da Silva
2012-06-22
1
-26
/
+13
*
ActiveRecord#pluck now accepts multiple columns
jeroeningen
2012-06-22
1
-15
/
+35
*
disallow mutating a relation once loaded
Jon Leighton
2012-06-22
1
-18
/
+20
*
Extract conditional to a method to avoid duplication
Rafael Mendonça França
2012-06-19
1
-15
/
+19
*
handle joins/includes correctly for pluck and calculation.
Andrey Deryabin
2012-06-19
1
-1
/
+6
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-2
/
+1
*
Documentation for where and where! methods on relations.
David Paschich
2012-06-18
1
-0
/
+92
*
Address ORA-00911 errors because of the heading underscore.
Yasuo Honda
2012-06-11
1
-1
/
+1
*
Fix that #exists? raises ThrowResult when called with an empty limited
Ben Woosley
2012-06-10
1
-0
/
+2
*
Add test to column alias in `exists?` SQL.
Rafael Mendonça França
2012-06-10
1
-1
/
+1
*
Minimal change to query generation of exists? that makes SQLServer and others...
iaddict
2012-06-10
1
-1
/
+1
*
Fix #6635. We should call Scoping methods, before calling Array methods.
kennyj
2012-06-10
1
-5
/
+5
*
Remove conditional committed by accident
Santiago Pastorino
2012-06-09
1
-1
/
+1
*
Use each_with_object instead of each here
Santiago Pastorino
2012-06-09
1
-1
/
+1
*
modulize AR::NullRelation
Akira Matsuda
2012-06-01
1
-1
/
+1
*
Merge branch 'master-sec'
Aaron Patterson
2012-05-31
1
-1
/
+1
|
\
|
*
predicate builder should not recurse for determining where columns.
Aaron Patterson
2012-05-30
1
-1
/
+1
*
|
Fix wrong example for count method with block [ci skip]
Carlos Antonio da Silva
2012-05-31
1
-1
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-30
3
-22
/
+32
|
\
\
|
*
|
copy edit the batches docs [ci skip]
Vijay Dev
2012-05-30
1
-9
/
+7
|
*
|
Adds to Batch processing documentation [ci skip]
Alvaro Pereyra
2012-05-28
1
-9
/
+20
|
*
|
fix typo and remove 'examples' noise [ci skip]
Francesco Rodriguez
2012-05-28
1
-18
/
+6
|
*
|
Updates examples for FinderMethods [ci skip]
Alvaro Pereyra
2012-05-28
1
-2
/
+14
|
*
|
Merge branch 'master' of github.com:lifo/docrails
Alvaro Pereyra
2012-05-28
4
-1
/
+9
|
|
\
\
|
|
*
|
"a sql" -> "an SQL" per API documentation guidelines
Mark Rushakoff
2012-05-27
1
-1
/
+1
|
|
|
/
|
*
|
Adds examples to FinderMethods#first [ci skip]
Alvaro Pereyra
2012-05-28
1
-0
/
+1
|
*
|
Remove blank trailing comments
Henrik Hodne
2012-05-20
4
-8
/
+0
|
|
/
*
|
Yield only one argument instead of splatting.
Carlos Antonio da Silva
2012-05-28
1
-2
/
+2
*
|
Allow blocks for count with ActiveRecord::Relation. Document and test that su...
chrisfinne
2012-05-28
1
-3
/
+14
|
/
*
Relation#from to accept other Relation objects
Radoslav Stankov
2012-05-17
2
-6
/
+31
*
assuming there is only one column, we can simplify the type cast loop
Aaron Patterson
2012-05-16
1
-7
/
+6
*
MySQL returns "SUM(DISTINCT(credit_limit))" as the column name unless
Aaron Patterson
2012-05-16
1
-4
/
+11
*
Fixes issue where SQL fragments prevented type casting based on column type.
Erich Menge
2012-05-16
1
-8
/
+3
*
Expand and improve #pluck docs
Jeremy Kemper
2012-05-15
1
-6
/
+27
*
Restore support for Model.pluck('sql fragment')
Jeremy Kemper
2012-05-15
1
-1
/
+2
*
CollectionProxy < Relation
Jon Leighton
2012-05-11
3
-28
/
+33
*
Return false for exists? with new records - fixes #6199.
Andrew White
2012-05-10
1
-2
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-08
1
-2
/
+2
|
\
|
*
SpawnMethods#merge returns the intersection when passed an array, and not the...
Mitch Crowe
2012-05-05
1
-2
/
+2
*
|
Use `take` instead of `first` to avoid unwanted implicit ordering (fixes #6147)
Marcelo Silveira
2012-05-05
1
-4
/
+4
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-04
1
-1
/
+1
|
\
|
*
Lowercase.
Ben Pickles
2012-05-01
1
-1
/
+1
*
|
clean up implementation of dynamic methods. use method compilation etc.
Jon Leighton
2012-05-04
1
-41
/
+0
*
|
Use arel nodes instead of raw sql
Marcelo Silveira
2012-05-02
1
-3
/
+3
*
|
Use Array#first instead of Array#[0]
Marcelo Silveira
2012-05-02
1
-5
/
+5
*
|
Introducing `take` as a replacement to the old behavior of `first`
Marcelo Silveira
2012-05-02
1
-0
/
+27
*
|
Document `last`, check for primary key on default order and use quoted table ...
Marcelo Silveira
2012-05-02
1
-2
/
+5
*
|
Made `first` finder consistent among database engines by adding a
Marcelo Silveira
2012-05-02
1
-2
/
+18
|
/
*
return value of block is returned
Aaron Patterson
2012-04-30
1
-2
/
+5
[next]