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
/
test
/
cases
/
relations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Relation#many? shoud load the records if there's a LIMIT
Pratik Naik
2009-12-30
1
-0
/
+6
*
Add Relation#any? and Relation#many?
Pratik Naik
2009-12-30
1
-0
/
+26
*
Fix the count test for postgres
Pratik Naik
2009-12-30
1
-1
/
+1
*
Relation#count should look for projections in chained relations and perform t...
Emilio Tagua
2009-12-30
1
-1
/
+11
*
Relation#respond_to? should take second argument for responding to private me...
Pratik Naik
2009-12-29
1
-0
/
+7
*
Make sure Relation responds to dynamic finder methods
Pratik Naik
2009-12-29
1
-1
/
+9
*
Add Relation#size and Relation#empty?
Pratik Naik
2009-12-29
1
-3
/
+15
*
Add Relation#delete_all
Pratik Naik
2009-12-29
1
-0
/
+20
*
Add Relation#count
Pratik Naik
2009-12-28
1
-0
/
+30
*
Raise ArgumentError when trying to merge relations of different classes
Pratik Naik
2009-12-28
1
-0
/
+5
*
Fix relation tests for postgres
Pratik Naik
2009-12-28
1
-8
/
+9
*
Handle preloads and eager loads when merging relations
Pratik Naik
2009-12-28
1
-2
/
+18
*
Add relation#merge to merge two relations
Pratik Naik
2009-12-28
1
-0
/
+8
*
Add relation.destroy_all
Pratik Naik
2009-12-27
1
-0
/
+13
*
Add relation.last and relation.reverse_order
Pratik Naik
2009-12-27
1
-0
/
+6
*
Add relation.exists?
Pratik Naik
2009-12-27
1
-0
/
+11
*
Add find(ids) to relations
Pratik Naik
2009-12-27
1
-1
/
+23
*
Add find_or_create_by_* and find_or_initialize_by_* to relations
Pratik Naik
2009-12-27
1
-0
/
+21
*
Add find_by_* and find_all_by_* finders to ActiveRecord::Relation
Pratik Naik
2009-12-27
1
-1
/
+33
*
Ensure all the finder methods respect scoping
Pratik Naik
2009-12-26
1
-1
/
+6
*
Add relation.reload to force reloading the records
Pratik Naik
2009-12-26
1
-0
/
+15
*
Cache the loaded relations
Pratik Naik
2009-12-26
1
-1
/
+32
*
Ensure preload and eager_load finder methods accept multiple arguments
Pratik Naik
2009-12-26
1
-4
/
+10
*
Add support for multiple arguments to .where finder
Pratik Naik
2009-12-26
1
-0
/
+1
*
Add Relation#all as an alias for to_a
Pratik Naik
2009-12-26
1
-0
/
+6
*
Rename Model.conditions and relation.conditions to .where
Pratik Naik
2009-12-26
1
-7
/
+7
*
No parentheses for assert_equal
Pratik Naik
2009-12-26
1
-6
/
+6
*
Add Model.select/group/order/limit/joins/conditions/preload/eager_load class ...
Pratik Naik
2009-12-26
1
-27
/
+33
*
Model.scoped now returns a relation if invoked without any arguments
Pratik Naik
2009-12-26
1
-0
/
+6
*
Clarify failed assertion
Jeremy Kemper
2009-11-09
1
-1
/
+1
*
Relations: Added offset when finding with associations. Delegate array instance
Emilio Tagua
2009-10-07
1
-5
/
+4
*
Allow preload and eager_load to work on relations at the same time.
Emilio Tagua
2009-10-07
1
-0
/
+22
*
Moved relation's test to relation_test.
Emilio Tagua
2009-10-05
1
-0
/
+11
*
Added association preload to relation.
Emilio Tagua
2009-09-01
1
-1
/
+30
*
Revert "Revert "Add readonly support for relations.""
Emilio Tagua
2009-08-27
1
-0
/
+6
*
Revert "Add readonly support for relations."
Emilio Tagua
2009-08-27
1
-6
/
+0
*
Add readonly support for relations.
Emilio Tagua
2009-08-27
1
-0
/
+6
*
Override respond_to? in ActiveRecord::Relation to go with
Emilio Tagua
2009-08-18
1
-0
/
+8
*
Use immutable relation objects to generate queries.
Emilio Tagua
2009-08-18
1
-10
/
+10
*
Fix typo in test classname.
Emilio Tagua
2009-08-18
1
-1
/
+1
*
Use finder options as relation method names to provide more familiar
Emilio Tagua
2009-08-18
1
-12
/
+10
*
Added collection iteration to AR::Relation.
Emilio Tagua
2009-08-03
1
-1
/
+0
*
Added ActiveRecord::Relation tests. Allow Relation to accept conditional
Emilio Tagua
2009-07-31
1
-0
/
+78
[prev]