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
/
querying.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 ActiveRecord::Relation#in_batches
Sina Siadat
2015-08-07
1
-1
/
+1
|
/
*
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-1
/
+1
*
Fix doc formatting for `count_by_sql`
claudiob
2015-01-01
1
-3
/
+4
*
Revert "Improve performance of AR object instantiation"
Sean Griffin
2014-11-14
1
-1
/
+1
*
Improve performance of AR object instantiation
Sean Griffin
2014-11-05
1
-1
/
+1
*
measure record instantiation time in AS::Notifications
Aaron Patterson
2014-10-13
1
-1
/
+10
*
some object allocation reduction for new AR objects
Aaron Patterson
2014-09-27
1
-1
/
+2
*
Remove old deprecation warning
Sean Griffin
2014-06-22
1
-8
/
+1
*
No need to decorate columns twice
Sean Griffin
2014-06-10
1
-1
/
+1
*
Result sets never override a model's column type
Sean Griffin
2014-05-29
1
-1
/
+1
*
Ensure #second acts like #first AR finder
Jason Meller
2014-01-20
1
-0
/
+1
*
Delegate #rewhere to all on the class like all other relation methods
David Heinemeier Hansson
2013-11-02
1
-1
/
+1
*
Moving the `pluck` and `ids` methods to their own delegate line.
wangjohn
2013-06-25
1
-8
/
+9
*
improved doc for ActiveRecord#find_by_sql method (Refs #10599) [ci skip]
Anton Kalyaev
2013-05-14
1
-3
/
+4
*
Delegate #unscope query method
Carlos Antonio da Silva
2013-04-28
1
-1
/
+1
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-1
/
+1
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-14
/
+10
*
Refactor to use each_key, remove extra spaces
Carlos Antonio da Silva
2013-01-28
1
-1
/
+0
*
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-5
/
+2
*
Add Relation#find_or_create_by and friends
Jon Leighton
2012-10-19
1
-0
/
+1
*
Remove ActiveRecord::Base.to_a
Jon Leighton
2012-08-03
1
-1
/
+1
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-7
/
+7
*
Log query plan when we use count_by_sql method.
kennyj
2012-07-18
1
-2
/
+4
*
Introducing `take` as a replacement to the old behavior of `first`
Marcelo Silveira
2012-05-02
1
-1
/
+1
*
Fix PR #6091
Andrew White
2012-04-30
1
-1
/
+1
*
Add Relation#find_by and Relation#find_by!
Jon Leighton
2012-03-30
1
-0
/
+1
*
column types are passed from the result set to the instantiated AR object
Aaron Patterson
2012-02-07
1
-1
/
+10
*
Merge pull request #4805 from xuanxu/none_and_null_object_pattern
Jon Leighton
2012-01-31
1
-1
/
+1
|
\
|
*
Added `none` query method to return zero records.
Juanjo Bazán
2012-01-31
1
-1
/
+1
*
|
always return the result set from select_all
Aaron Patterson
2012-01-31
1
-1
/
+1
*
|
made the result set object act more like an array
Aaron Patterson
2012-01-31
1
-1
/
+2
|
/
*
Add ActiveRecord::Relation#references (#950)
Jon Leighton
2012-01-16
1
-1
/
+1
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+58