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
*
Improve relation docs about to_sql and where_values_hash
Carlos Antonio da Silva
2013-01-19
1
-4
/
+4
*
Fix .update_all and .delete_all when using a condition on a joined table
Derek Kraan
2013-01-11
1
-2
/
+2
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-6
/
+3
*
Move initialize_copy method around to let new method / build alias closer
Carlos Antonio da Silva
2012-11-24
1
-8
/
+8
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-1
/
+1
*
Another batch of hash syntax changes to comment, this time around, I tried to...
AvnerCohen
2012-10-23
1
-5
/
+5
*
nodoc the first_or_create methods and document alternatives
Jon Leighton
2012-10-19
1
-37
/
+18
*
Add Relation#find_or_create_by and friends
Jon Leighton
2012-10-19
1
-0
/
+26
*
Move two hotspots to use Hash[] rather than Hash#dup
Aaron Patterson
2012-10-15
1
-3
/
+5
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-6
/
+6
*
Merge pull request #6606 from amatsuda/ar_relation_model_method
Rafael Mendonça França
2012-08-21
1
-0
/
+1
|
\
|
*
AR::Relation#model would be a better API than AR::Relation#klass
Akira Matsuda
2012-06-03
1
-0
/
+1
*
|
Merge pull request #7133 from roshats/fix_update_all_with_blank_argument
Carlos Antonio da Silva
2012-08-15
1
-1
/
+3
|
\
\
|
*
|
raise ArgumentError if list of attributes to change is empty in update_all
Roman Shatsov
2012-08-14
1
-1
/
+3
*
|
|
load active_support/deprecation 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
1
-1
/
+0
*
|
|
Refactor a bit
Jon Leighton
2012-08-01
1
-38
/
+37
*
|
|
Add `Relation#load`
Jon Leighton
2012-08-01
1
-2
/
+12
|
/
/
*
|
minor copy edits [ci skip]
Vijay Dev
2012-07-21
1
-3
/
+1
*
|
Fix typos
Oscar Del Ben
2012-07-19
1
-3
/
+3
*
|
Fix typos and add nodocs to NullRelation
Oscar Del Ben
2012-07-17
1
-3
/
+3
*
|
Improve docs for AR Relation
Oscar Del Ben
2012-07-17
1
-7
/
+19
*
|
Add docs for Relation initialize, create and create!
Oscar Del Ben
2012-07-16
1
-1
/
+34
*
|
Don't link to edgeguides in docs
Oscar Del Ben
2012-07-16
1
-1
/
+1
*
|
Load all records in Relation#inspect
Jon Leighton
2012-07-07
1
-4
/
+1
*
|
Relation#inspect handles doesn't perform a new query on an already-loaded rel...
Jon Leighton
2012-07-07
1
-1
/
+4
*
|
Simplify Relation#inspect
Jon Leighton
2012-07-07
1
-12
/
+3
*
|
Limit the number of records in Relation#inspect
Damien Mathieu
2012-07-06
1
-1
/
+13
*
|
Show the records in Relation#inspect
Jon Leighton
2012-07-06
1
-0
/
+4
*
|
Remove ActiveRelation#inspect
Brian Cardarella
2012-06-29
1
-4
/
+0
*
|
Refactor Relation#update a bit to avoid an extra Enumerator instance
Carlos Antonio da Silva
2012-06-18
1
-1
/
+1
|
/
*
add explanation of raising errors when a limit scope is supplied in Relation#...
Francesco Rodriguez
2012-05-18
1
-11
/
+11
*
delete_all raise an error if a limit is provided - fixes #4979
Francesco Rodriguez
2012-04-30
1
-0
/
+2
*
extract #with_scope and #with_exclusive_scope to active_record_deprecated_fin...
Jon Leighton
2012-04-25
1
-1
/
+4
*
move some of the update_all implementation to active_record_deprecated_finders
Jon Leighton
2012-04-13
1
-27
/
+14
*
now we can just manipulate the values hash in #only and #except
Jon Leighton
2012-04-13
1
-4
/
+8
*
use a hash to store relation values
Jon Leighton
2012-04-13
1
-15
/
+12
*
Make Relation#extending work like other value methods
Jon Leighton
2012-04-13
1
-3
/
+4
*
assert valid keys
Jon Leighton
2012-04-13
1
-0
/
+2
*
Allow Relation#merge to take a hash
Jon Leighton
2012-04-13
1
-1
/
+1
*
we have no need for the ASSOCIATION_METHODS constant
Jon Leighton
2012-04-13
1
-4
/
+7
*
Fix delete_all when chained with joins.
Rafael Mendonça França
2012-04-10
1
-2
/
+10
*
Correct description of ['migrated_at > ?', 1.week.ago] from "more than a week...
Dave Burt
2012-03-20
1
-1
/
+1
*
relation .present? and .blank? should not query SELECT COUNT(DISTINCT id)
Thiago Almeida
2012-03-16
1
-0
/
+4
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-10
/
+1
*
use bind values for join columns
Aaron Patterson
2012-02-27
1
-1
/
+6
*
prepared statements can be disabled
Aaron Patterson
2012-02-21
1
-1
/
+2
*
let AR::Relation pretty_printed like an Array
Akira Matsuda
2012-01-21
1
-0
/
+4
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-3
/
+25
[next]