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
*
use index based substitution for bind parameters
Aaron Patterson
2011-04-13
1
-1
/
+1
*
Evaluate default scopes at the last possible moment in order to avoid problem...
Jon Leighton
2011-04-12
2
-4
/
+14
*
stop using deprecated methods in arel
Aaron Patterson
2011-04-11
1
-2
/
+2
*
Use IM when trying to load records using ID.
Emilio Tagua
2011-04-04
1
-0
/
+9
*
Merge branch 'master' into zomg
Aaron Patterson
2011-03-29
3
-11
/
+23
|
\
|
*
Quote find_in_batches ORDER BY clause [#6620 state:resolved]
Andrew White
2011-03-29
1
-1
/
+1
|
*
Change exists? so that it doesn't instantiate records [#6127 state:resolved]
Andrew White
2011-03-29
1
-4
/
+10
|
*
Bring #reorder back
Sebastian Martinez
2011-03-28
1
-0
/
+4
|
*
removes unnecessary selfs, and mentions that first! and last! take no argumen...
Xavier Noria
2011-03-26
1
-4
/
+6
|
*
No arguments for first! and last!
Pratik Naik
2011-03-25
1
-4
/
+4
|
*
comment typo fix
Josh Susser
2011-03-25
1
-2
/
+2
*
|
Use Arel to build subquery. Adapt tests to changed fixtures.
John Mileham
2011-03-24
1
-13
/
+12
*
|
Merge branch 'master' of github.com:rails/rails into count_behavior
John Mileham
2011-03-24
4
-3
/
+19
|
\
|
|
*
add #first! and #last! to models & relations
Josh Susser
2011-03-24
1
-0
/
+10
|
*
Merge branch 'master' into fuuu
Aaron Patterson
2011-03-22
1
-0
/
+6
|
|
\
|
|
*
Reapply extensions when using except and only
Iain Hecker
2011-03-21
1
-0
/
+6
|
*
|
Resolve some TODO comments which I decided did not need anything done
Jon Leighton
2011-03-12
1
-1
/
+0
|
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-05
1
-2
/
+2
|
|
\
|
|
|
*
use Arel::Table#alias rather than passing the :as parameter
Aaron Patterson
2011-03-05
1
-2
/
+2
|
*
|
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
6
-74
/
+104
|
|
\
|
|
*
|
remove lasgn since AST is mutated
Aaron Patterson
2010-12-10
1
-1
/
+1
|
*
|
just mutate the ast, fewer lasgns
Aaron Patterson
2010-12-10
1
-3
/
+2
*
|
|
Change behavior of count(:limit => x, :offset => y) to limit/offset before co...
John Mileham
2011-03-03
1
-14
/
+26
|
|
/
|
/
|
*
|
Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods...
Jon Leighton
2011-02-28
2
-4
/
+4
*
|
use an attribute rather than a SQL literal
Aaron Patterson
2011-02-26
1
-1
/
+1
*
|
removing limits and offsets from COUNT queries unless both are specified. [#6...
Aaron Patterson
2011-02-25
1
-1
/
+13
*
|
merges docrails
Xavier Noria
2011-02-18
1
-1
/
+1
|
\
\
|
*
|
Fix Typos: remove several occurences of the the
Nicholas Rowe
2011-02-17
1
-1
/
+1
*
|
|
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-1
/
+1
*
|
|
explicitly allowing lolqueries
Aaron Patterson
2011-02-16
1
-10
/
+1
*
|
|
use the arel table rather than generating strings
Aaron Patterson
2011-02-16
1
-1
/
+1
*
|
|
no need for Array.wrap
Aaron Patterson
2011-02-16
1
-1
/
+1
*
|
|
removed an unnecessary second query when passing an ActiveRecord::Relation to...
Steven Fenigstein
2011-02-16
1
-1
/
+4
*
|
|
Remove Relation#& alias for Relation#merge
Ernie Miller
2011-02-12
1
-2
/
+0
*
|
|
limit() should sanitize limit values
Aaron Patterson
2011-02-08
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-05
1
-1
/
+1
|
\
\
|
*
|
keep options titles consistent to "Options"
Gabriel Horner
2011-02-03
1
-1
/
+1
*
|
|
The type_cast_calculated_value method will trust DB types before casting to a...
Ken Collins
2011-02-03
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-01-20
1
-0
/
+14
|
\
\
|
*
|
document ActiveRecord's except and only
Jordi Romero
2011-01-15
1
-0
/
+14
*
|
|
Always return decimal average of integer fields
Raimonds Simanovskis
2011-01-10
1
-9
/
+5
*
|
|
use select_all because not all database adapters support bind values
Aaron Patterson
2011-01-08
1
-1
/
+1
*
|
|
stop creating intermediate AR objects, just construct AR objects from a list ...
Aaron Patterson
2011-01-07
1
-1
/
+2
*
|
|
Explicitly select * from has_and_belongs_to_many association tables, simplify...
Raimonds Simanovskis
2011-01-04
1
-1
/
+1
*
|
|
ActiveRecord::Relation#primary_key should return a string, just like ActiveRe...
Jon Leighton
2011-01-03
4
-14
/
+14
*
|
|
Make Relation#create_with always merge rather than overwrite, not just when m...
Jon Leighton
2011-01-03
2
-4
/
+2
*
|
|
Let AssociationCollection#find use #scoped to do its finding. Note that I am ...
Jon Leighton
2011-01-03
1
-1
/
+1
*
|
|
User id instead of quoted_id to prevent double quoting. Fixes failing test fo...
Robert Pankowecki (Gavdi)
2011-01-04
1
-1
/
+1
*
|
|
Rename AssociationReflection#primary_key_name to foreign_key, since the optio...
Jon Leighton
2010-12-31
1
-1
/
+1
*
|
|
Specify the STI type condition using SQL IN rather than a whole load of ORs. ...
Jon Leighton
2010-12-31
1
-1
/
+5
|
/
/
[next]