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
*
Ruby 1.9: fix Relation respond_to? and method_missing
Jeremy Kemper
2009-11-10
1
-6
/
+4
*
Relations: Added offset when finding with associations. Delegate array instance
Emilio Tagua
2009-10-07
1
-5
/
+3
*
Allow preload and eager_load to work on relations at the same time.
Emilio Tagua
2009-10-07
1
-6
/
+8
*
Added eager loading support to Relation and ActiveRecord#all.
Emilio Tagua
2009-10-05
1
-7
/
+25
*
Added association preload to relation.
Emilio Tagua
2009-09-01
1
-0
/
+8
*
Revert "Revert "Add readonly support for relations.""
Emilio Tagua
2009-08-27
1
-1
/
+11
*
Revert "Add readonly support for relations."
Emilio Tagua
2009-08-27
1
-11
/
+1
*
Add readonly support for relations.
Emilio Tagua
2009-08-27
1
-1
/
+11
*
No need to create a new relation if the argument is blank.
Emilio Tagua
2009-08-25
1
-6
/
+6
*
Override respond_to? in ActiveRecord::Relation to go with
Emilio Tagua
2009-08-18
1
-0
/
+8
*
Inline initializer setup.
Emilio Tagua
2009-08-18
1
-2
/
+1
*
Use immutable relation objects to generate queries.
Emilio Tagua
2009-08-18
1
-37
/
+34
*
Use explicit method definition instead of metaprogramming.
Emilio Tagua
2009-08-18
1
-11
/
+16
*
Relation#joins! should know what to join instead of delegating to
Emilio Tagua
2009-08-18
1
-7
/
+13
*
Use finder options as relation method names to provide more familiar
Emilio Tagua
2009-08-18
1
-8
/
+24
*
Use ARel's joins when building a query for finding records with included
Emilio Tagua
2009-08-14
1
-3
/
+9
*
Added collection iteration to AR::Relation.
Emilio Tagua
2009-08-03
1
-0
/
+4
*
Added ActiveRecord::Relation tests. Allow Relation to accept conditional
Emilio Tagua
2009-07-31
1
-1
/
+14
*
Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...
Emilio Tagua
2009-07-21
1
-0
/
+39