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
*
Ensure that associations have a symbol argument.
Steve Klabnik
2012-11-28
1
-0
/
+2
*
Merge pull request #8291 from senny/8265_build_with_polymorphic_association
Rafael Mendonça França
2012-11-22
1
-1
/
+2
|
\
|
*
prevent mass assignment of polymorphic type when using `build`
Yves Senn
2012-11-22
1
-1
/
+2
*
|
Remove the #sum method from CollectionAssociation
Carlos Antonio da Silva
2012-11-21
1
-9
/
+0
|
/
*
Do not create useless database transaction when building `has_one` association.
Bogdan Gusiev
2012-11-10
1
-1
/
+9
*
fix warnings
Jon Leighton
2012-11-09
1
-1
/
+1
*
Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many
Jon Leighton
2012-11-09
2
-2
/
+2
|
\
|
*
:counter_cache option for to support custom named counter caches. Closes #7993
Yves Senn
2012-11-04
2
-2
/
+2
*
|
Delegate all calculations to the scope.
Jon Leighton
2012-11-09
1
-4
/
+2
*
|
CollectionProxy#pluck issues no query for a new_record? owner
Jon Leighton
2012-11-09
1
-0
/
+4
*
|
Nullify the relation at a more general level.
Jon Leighton
2012-11-09
2
-6
/
+13
*
|
Relations built off collection associations with an unsaved owner should be n...
Jon Leighton
2012-11-09
1
-2
/
+3
*
|
adding requires for constant dependencies
Aaron Patterson
2012-11-07
1
-0
/
+3
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
4
-6
/
+6
|
\
|
*
This is comment for singular association.
kennyj
2012-11-02
1
-1
/
+1
|
*
fix a typo in comments to ActiveRecord::Associations::Association.stale_state
Andrii Dovgaliuk
2012-10-24
1
-1
/
+1
|
*
Migration of docs to 1.9 hash syntax
AvnerCohen
2012-10-23
2
-4
/
+4
*
|
Fix issue with collection associations and first(n)/last(n)
Carlos Antonio da Silva
2012-11-01
1
-1
/
+3
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+1
*
|
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-1
/
+1
|
/
*
Eager autoload Preloader classes
John Firebaugh
2012-10-10
1
-10
/
+14
*
Fix has_many assocation w/select load after create
Ernie Miller
2012-10-05
1
-1
/
+1
*
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
3
-4
/
+4
*
Use flat_map { } instead of map {}.flatten
Santiago Pastorino
2012-10-05
3
-4
/
+4
*
Count returns 0 without querying if parent is not saved
Francesco Rodriguez
2012-10-03
1
-0
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-28
1
-24
/
+8
|
\
|
*
fix AR::Associations::CollectionProxy#delete broken documentation [ci skip]
Francesco Rodriguez
2012-09-21
1
-23
/
+2
|
*
update AR::Associations::CollectionProxy#loaded? documentation [ci skip]
Francesco Rodriguez
2012-09-21
1
-1
/
+6
*
|
Fix destructive side effects from marshaling an association caused by 65843e1...
Jeremy Kemper
2012-09-25
1
-5
/
+2
|
/
*
Merge pull request #7251 from rails/integrate-strong_parameters
David Heinemeier Hansson
2012-09-18
5
-30
/
+29
|
\
|
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
5
-29
/
+29
|
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-1
/
+0
*
|
Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt
Rafael Mendonça França
2012-09-17
1
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
Fix collection= on hm:t join models when unsaved
Ernie Miller
2012-09-17
1
-0
/
+14
*
|
Remove debug code :bomb:
Rafael Mendonça França
2012-09-16
1
-1
/
+0
*
|
Don't preserve SELECT columns on COUNT
Steve Klabnik
2012-09-16
1
-1
/
+2
|
/
*
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
[next]