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
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
2
-4
/
+4
*
use columns hash to look up the column for the count field
Aaron Patterson
2012-10-17
1
-1
/
+1
*
ActiveRecord: sum expression returns string '0' for no records, fixed
Tim Macfarlane
2012-10-15
1
-1
/
+1
*
buckets hash isn't public, so use symbol keys to avoid string
Aaron Patterson
2012-10-15
1
-8
/
+8
*
performance improvements to joins!
Aaron Patterson
2012-10-12
2
-5
/
+13
*
Speed up relation merging by reducing calls to Array#-
Aaron Patterson
2012-10-12
1
-3
/
+5
*
trailling whitespace cleanup in query_methods.rb
Yves Senn
2012-10-12
1
-12
/
+12
*
learn ActiveRecord::QueryMethods#order work with hash arguments
Tima Maslyuchenko
2012-10-12
1
-4
/
+47
*
Fix typo: 'this also mean' -> 'this also means'
Jeffrey Hardy
2012-10-08
1
-1
/
+1
*
start could be a string
Santiago Pastorino
2012-09-21
1
-1
/
+1
*
Revert "Fix find_in_batches with customized primary_key"
Santiago Pastorino
2012-09-21
1
-7
/
+6
*
rename AR::Model::Tag to AR::Tag - fixes #7714
Francesco Rodriguez
2012-09-20
1
-1
/
+1
*
fix querying with an empty hash
Damien Mathieu
2012-09-19
1
-2
/
+6
*
Fix find_in_batches with customized primary_key
Toshiyuki Kawanishi
2012-09-16
1
-6
/
+7
*
Pass in the model class rather than engine
Jon Leighton
2012-09-13
2
-6
/
+6
*
Refactor to remove some duplication
Jon Leighton
2012-09-12
1
-37
/
+20
*
Fix nested association references
Jon Leighton
2012-09-12
1
-3
/
+4
*
Accept belongs_to assoc. keys in ActiveRecord queries
beerlington
2012-09-11
2
-4
/
+66
*
Fix pluck when columns/tables are reserved words.
Ian Lesperance
2012-09-05
1
-1
/
+1
*
Model.select takes a variable list of arguments.
Isaac Sanders
2012-08-23
1
-11
/
+12
*
Fix "last equality wins" logic in relation merge
Ernie Miller
2012-08-19
1
-10
/
+5
*
Fix merge error when Equality LHS is non-attribute
Ernie Miller
2012-08-17
1
-2
/
+5
*
Allow Relation#merge to take a proc.
Jon Leighton
2012-08-03
1
-2
/
+13
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
6
-6
/
+0
*
AR::Relation#order: make new order prepend old one
Bogdan Gusiev
2012-07-31
2
-3
/
+3
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-1
/
+2
*
Changelog and doc updates for the previous changes.
Jon Leighton
2012-07-27
1
-6
/
+6
*
Deprecate Relation#all.
Jon Leighton
2012-07-27
2
-15
/
+2
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-1
/
+1
*
improve NullRelation docs [ci skip]
Vijay Dev
2012-07-21
1
-4
/
+4
*
minor copy edits [ci skip]
Vijay Dev
2012-07-21
1
-1
/
+1
*
Add nodocs to delegation module and docs for merge!
Oscar Del Ben
2012-07-17
2
-1
/
+2
*
Update batches docs
Oscar Del Ben
2012-07-17
1
-6
/
+6
*
Add nodoc to HashMerger and Merger
Oscar Del Ben
2012-07-17
1
-2
/
+2
*
Typo
Oscar Del Ben
2012-07-16
1
-1
/
+0
*
Add documentation for query_methods bang methods
Oscar Del Ben
2012-07-16
1
-1
/
+20
*
Add nodoc to create_with_value
Oscar Del Ben
2012-07-16
1
-1
/
+1
*
Add documentation for arel and build_arel
Oscar Del Ben
2012-07-16
1
-0
/
+2
*
Add documentation for create_with
Oscar Del Ben
2012-07-16
1
-1
/
+19
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-07-15
1
-2
/
+39
|
\
|
*
Add docs for having, lock and readonly
Oscar Del Ben
2012-07-07
1
-0
/
+12
|
*
Add doc for joins and improve includes doc
Oscar Del Ben
2012-07-07
1
-2
/
+17
|
*
Add docs for eager_laod and preload
Oscar Del Ben
2012-07-07
1
-0
/
+10
*
|
fix association :extend option
Jon Leighton
2012-07-13
1
-1
/
+1
*
|
support relations created with a table alias
Jon Leighton
2012-07-13
1
-1
/
+1
|
/
*
minor text change [ci skip]
Vijay Dev
2012-07-07
1
-1
/
+1
*
Revert "Add nodoc to relation methods"
Vijay Dev
2012-07-07
1
-22
/
+24
*
Add nodoc to relation methods
Oscar Del Ben
2012-07-06
1
-24
/
+22
*
Add order docs
Oscar Del Ben
2012-07-05
1
-0
/
+10
[next]