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
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update documentation for CollectionProxy
Marc-Andre Lafortune
2012-09-12
1
-8
/
+2
*
Merge pull request #4976 from kreynolds/fix_eager_without_pkey
Jon Leighton
2012-09-07
1
-1
/
+1
|
\
|
*
Fix eagerly loading associations without primary keys
Kelley Reynolds
2012-02-09
1
-1
/
+1
*
|
Fix grammar
Jo Liss
2012-08-30
1
-3
/
+3
*
|
Use inversed parent for first and last child of has_many association
brainopia
2012-08-18
1
-1
/
+1
*
|
Use method compilation for association methods
Jon Leighton
2012-08-10
5
-64
/
+62
*
|
DRY up handling of dependent option
Jon Leighton
2012-08-10
5
-63
/
+22
*
|
Unprivatise all the things
Jon Leighton
2012-08-10
7
-170
/
+156
*
|
move dependency logic out of generated methods
Jon Leighton
2012-08-10
7
-65
/
+64
*
|
Clean up dependent option validation.
Jon Leighton
2012-08-10
4
-14
/
+7
*
|
Remove the dependent_restrict_raises option.
Jon Leighton
2012-08-10
3
-23
/
+22
*
|
Fix #7191. Remove unnecessary transaction when assigning has_one associations.
kennyj
2012-08-08
1
-13
/
+15
*
|
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
2
-10
/
+13
*
|
Changing AR:CollectionAssociation#empty? to use #exists?
beerlington
2012-08-05
1
-3
/
+11
*
|
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+0
*
|
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
5
-5
/
+0
*
|
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
|
s/scoped/scope/
Jon Leighton
2012-08-01
7
-25
/
+31
*
|
Add CollectionProxy#scope
Jon Leighton
2012-08-01
1
-1
/
+5
*
|
Use explicit delegations
Jon Leighton
2012-08-01
1
-119
/
+79
*
|
Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.
Jon Leighton
2012-08-01
3
-1
/
+22
*
|
Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."
Jon Leighton
2012-08-01
7
-35
/
+111
*
|
Refactor dependency check validation
Carlos Antonio da Silva
2012-08-01
4
-28
/
+19
*
|
move method for dependent option check
Hrvoje Šimić
2012-08-01
4
-11
/
+22
*
|
fix typo in collection proxy
Accessd
2012-07-31
1
-1
/
+1
*
|
Deprecate Relation#all.
Jon Leighton
2012-07-27
1
-1
/
+1
*
|
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
3
-7
/
+3
*
|
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-1
/
+1
*
|
we don't need this arg
Jon Leighton
2012-07-20
1
-2
/
+2
*
|
Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.
Jon Leighton
2012-07-20
7
-111
/
+35
*
|
Remove obsolete line.
Jon Leighton
2012-07-20
1
-1
/
+0
*
|
Convert association macros to the new syntax
Jon Leighton
2012-07-20
1
-1
/
+1
*
|
Avoid options ever being nil
Jon Leighton
2012-07-20
1
-4
/
+4
*
|
fix association :extend option
Jon Leighton
2012-07-13
3
-12
/
+19
*
|
move the deprecated options into active_record_deprecated_finders
Jon Leighton
2012-07-13
2
-5
/
+2
*
|
stop using class_attribute where methods/inheritance will suffice.
Jon Leighton
2012-07-13
7
-29
/
+53
*
|
extract deprecated association options to active_record_deprecated_finders
Jon Leighton
2012-07-13
1
-43
/
+0
*
|
Represent association scope options as AR::Relations insternally.
Jon Leighton
2012-07-13
12
-127
/
+138
*
|
Allow associations to take a lambda which builds the scope
Jon Leighton
2012-07-13
3
-13
/
+22
*
|
Improve the derivation of HABTM assocation join table names
Andrew White
2012-06-22
4
-33
/
+3
*
|
Set the hash value directly instead of using merge!
Carlos Antonio da Silva
2012-06-21
1
-1
/
+1
*
|
Remove unneeded code since pluck is respecting joins now
Rafael Mendonça França
2012-06-19
1
-12
/
+1
*
|
Remove update_attribute.
Steve Klabnik
2012-06-14
1
-1
/
+1
*
|
Merge branch 'master-sec'
Aaron Patterson
2012-05-31
1
-2
/
+17
|
\
\
|
*
|
predicate builder should not recurse for determining where columns.
Aaron Patterson
2012-05-30
1
-2
/
+17
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-30
1
-1
/
+1
|
\
\
\
|
*
|
|
change example on CollectionProxy#delete to accept multiple values
Francesco Rodriguez
2012-05-28
1
-1
/
+1
*
|
|
|
Add support for CollectionAssociation#delete by Fixnum or String
Francesco Rodriguez
2012-05-28
2
-0
/
+27
|
/
/
/
*
|
|
add CollectionProxy#uniq documentation
Francesco Rodriguez
2012-05-26
1
-0
/
+21
*
|
|
add :nodoc: to CollectionProxy#initialize
Francesco Rodriguez
2012-05-25
1
-1
/
+1
[next]