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
*
ignore raw_sql_ table alias that is used by Oracle adapter
Raimonds Simanovskis
2010-06-04
1
-1
/
+2
*
downcase table names in aliased_table_name_for and references_eager_loaded_ta...
Raimonds Simanovskis
2010-06-04
1
-2
/
+4
*
Make Relation#inspect less noisy
Pratik Naik
2010-04-02
1
-0
/
+4
*
Goodbye ActiveRecord::NamedScope::Scope
Pratik Naik
2010-04-02
1
-0
/
+11
*
Oops :extends is not a MULTI_VALUE_METHOD
Pratik Naik
2010-04-02
1
-1
/
+1
*
Add Relation extensions
Pratik Naik
2010-04-02
1
-2
/
+6
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
From and lock should be defined to be consistent with other ivars. Limit and ...
Emilio Tagua
2010-03-22
1
-5
/
+2
*
cleaning up many more warnings in activerecord [#4180 state:resolved]
Aaron Patterson
2010-03-15
1
-0
/
+3
*
cleaning up some test warnings
Aaron Patterson
2010-03-14
1
-0
/
+5
*
removing spawn from SpawnMethods
Aaron Patterson
2010-03-10
1
-0
/
+4
*
Move batch finders to Relation
Pratik Naik
2010-02-12
1
-1
/
+1
*
Relation should respond to class methods
Pratik Naik
2010-01-22
1
-1
/
+1
*
Allow calling class methods on a Relation
Pratik Naik
2010-01-22
1
-0
/
+2
*
Supplying Arel::SqlLiteral is much faster
Pratik Naik
2010-01-21
1
-2
/
+5
*
Use @limit_value and @offset_value instead of calling arel
Pratik Naik
2010-01-20
1
-1
/
+1
*
Move update and update_all to Relation
Pratik Naik
2010-01-20
1
-0
/
+64
*
Dont delegate Relation#update to arel
Pratik Naik
2010-01-20
1
-1
/
+1
*
Delegate delete_all to Relation
Pratik Naik
2010-01-20
1
-2
/
+19
*
Move destroy to Relation
Pratik Naik
2010-01-20
1
-0
/
+27
*
Remove Base.delete as it's same as Relation#delete
Pratik Naik
2010-01-20
1
-0
/
+20
*
Make Relation#destroy_all handle all the cases
Pratik Naik
2010-01-20
1
-3
/
+33
*
Delegate all finders to Relation
Pratik Naik
2010-01-20
1
-2
/
+0
*
Remove Relation#where_clause
Pratik Naik
2010-01-19
1
-5
/
+1
*
Give preference to to_a over arel from Relation#method_missing
Pratik Naik
2010-01-19
1
-3
/
+4
*
Rename CalculationMethods to Calculations and get rid of the old Calculations...
Pratik Naik
2010-01-19
1
-1
/
+1
*
Add Relation#construct_relation_for_association_calculations for calculations...
Pratik Naik
2010-01-19
1
-4
/
+7
*
Add Relation#find_with_associations to load relation with eager loaded associ...
Pratik Naik
2010-01-19
1
-25
/
+4
*
Get rid of Relation#order_clauses
Pratik Naik
2010-01-18
1
-10
/
+6
*
Inherit named scope class Scope from Relation
Pratik Naik
2010-01-18
1
-1
/
+3
*
Ensure that Scope#proxy_scope is always klass. Rename proxy_scope to klass too.
Pratik Naik
2010-01-18
1
-0
/
+2
*
Make Relation#reload force load the records immediately
Pratik Naik
2010-01-17
1
-2
/
+3
*
Remove AR#scope() method
Pratik Naik
2010-01-16
1
-9
/
+9
*
Make scopes use relations under the hood
Pratik Naik
2010-01-16
1
-6
/
+9
*
Delay building arel relation as long as possible for improved introspection
Pratik Naik
2010-01-12
1
-37
/
+35
*
Add Relation#create_with to explictily specify create scope
Pratik Naik
2010-01-04
1
-7
/
+9
*
Ensure using proper engine for Arel::Table
Pratik Naik
2010-01-04
1
-1
/
+1
*
Rename a variable name for consistency
Pratik Naik
2010-01-03
1
-4
/
+4
*
Move Relation#spawn and Relation#merge to a separate module
Pratik Naik
2010-01-03
1
-46
/
+1
*
Give preference to the second relation's order when merging
Pratik Naik
2010-01-03
1
-3
/
+10
*
Further simplify Relation#references_eager_loaded_tables?
Pratik Naik
2010-01-03
1
-20
/
+3
*
Cache Relation#to_sql
Pratik Naik
2010-01-03
1
-2
/
+5
*
Make Relation#includes behave exactly like the existing :include option
Pratik Naik
2010-01-03
1
-3
/
+30
*
Add Relation#includes to be an equivalent of current finder option :include
Pratik Naik
2010-01-03
1
-5
/
+13
*
Implement Relation#create and Relation#create!
Pratik Naik
2010-01-03
1
-1
/
+13
*
Implement Relation#new
Pratik Naik
2010-01-03
1
-1
/
+12
*
Use arel predicates instead of strings wherever possible when merging relations
Pratik Naik
2010-01-02
1
-11
/
+10
*
Give higher preference to second relation's equality predicates when merging
Pratik Naik
2010-01-02
1
-11
/
+27
*
Fix join string for the WHERE clause
Pratik Naik
2010-01-02
1
-1
/
+1
*
Add Relation#table to get the relevant Arel::Table
Pratik Naik
2010-01-01
1
-1
/
+10
[next]