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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify Preloader#grouped_records code.
thedarkone
2014-03-30
1
-1
/
+7
*
Obey `validate: false` option for habtm
Carlos Antonio da Silva
2014-03-14
1
-1
/
+1
*
Replace map.flatten with flat_map in activerecord
Erik Michaels-Ober
2014-03-03
1
-2
/
+2
*
Merge pull request #14211 from loganhasson/master
Xavier Noria
2014-02-26
1
-12
/
+12
|
\
|
*
[ci skip] Move association class method notes
Logan Hasson
2014-02-26
1
-12
/
+12
*
|
JoinHelper is never reused, so there is no need to separate
Aaron Patterson
2014-02-13
1
-1
/
+0
*
|
some wording format changes. [ci skip]
Yves Senn
2014-02-03
1
-1
/
+1
*
|
pass `habtm :autosave` to underlying `hm:t` association. Closes #13923.
Yves Senn
2014-02-03
1
-1
/
+1
*
|
docs, revisit polymorphic associations with STI example. [ci skip]
Yves Senn
2014-02-03
1
-2
/
+5
*
|
Fixes the camelCase variable name in the docs [ci skip]
Fred Wu
2014-02-03
1
-2
/
+2
*
|
Add docs about behaviour of replacing a has_one associate object, that the pr...
Vipul A M
2014-01-28
1
-1
/
+2
|
/
*
Change all "can not"s to the correct "cannot".
T.J. Schuck
2014-01-03
1
-2
/
+2
*
remove HABTM associations
Aaron Patterson
2013-10-02
1
-7
/
+0
*
repurpose the HABTM builder class
Aaron Patterson
2013-10-02
1
-5
/
+2
*
goodbye has_and_belongs_to_many1, we will miss you!
Aaron Patterson
2013-10-02
1
-4
/
+0
*
keep track of the left and right reflections and expose those
Aaron Patterson
2013-10-02
1
-1
/
+1
*
have the builder create the middle reflection
Aaron Patterson
2013-10-02
1
-11
/
+2
*
call the class method to define the callbacks
Aaron Patterson
2013-10-02
1
-1
/
+1
*
move habtm translation to a builder class
Aaron Patterson
2013-10-02
1
-89
/
+7
*
get the left and right association names from the join model
Aaron Patterson
2013-10-02
1
-8
/
+17
*
define the join model without using closures on the methods
Aaron Patterson
2013-10-02
1
-18
/
+31
*
decouple the HABTM builder
Aaron Patterson
2013-10-01
1
-2
/
+31
*
only pass options to the habtm builder
Aaron Patterson
2013-10-01
1
-1
/
+1
*
Squashed commit of the following:
Aaron Patterson
2013-10-01
1
-2
/
+80
*
use consistent keys between cache get / set
Aaron Patterson
2013-08-27
1
-1
/
+1
*
factory methods should not have side effects.
Aaron Patterson
2013-07-23
1
-4
/
+8
*
Getting rid of the +automatic_inverse_of: false+ option in associations in favor
wangjohn
2013-06-08
1
-5
/
+6
*
Some editorial changes on the documentation.
Rafael Mendonça França
2013-05-12
1
-23
/
+23
*
Adding documentation to the automatic inverse_of finder.
wangjohn
2013-05-11
1
-0
/
+21
*
Document collection.create! on has_many associations in ActiveRecord
Mario Visic
2013-04-15
1
-0
/
+4
*
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-4
/
+4
|
\
|
*
Minor copy editing
Neeraj Singh
2013-03-11
1
-4
/
+4
*
|
Fix some typos in AR- CHANGELOG, tests, method doc. fixed
Vipul A M
2013-03-20
1
-1
/
+1
*
|
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-0
/
+1
*
|
document habtm join-table name with custom prefix [ci skip].
Yves Senn
2013-03-10
1
-0
/
+2
*
|
Merge pull request #9630 from robertjwhitney/update_collection_docs
Carlos Antonio da Silva
2013-03-09
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Update documentation for collection<< to reflect << on new records.
Robert Whitney
2013-03-09
1
-2
/
+2
*
|
Typppo
Akira Matsuda
2013-03-06
1
-1
/
+1
|
/
*
Fix typo
Carson McDonald
2013-03-05
1
-1
/
+1
*
Updated doc to clarify about update_all and delete_all
Neeraj Singh
2013-02-24
1
-2
/
+2
*
Fix typo
Tatsuro Baba
2013-01-22
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-01-09
1
-8
/
+8
|
\
|
*
prefer american spelling of 'behavior'
Gosha Arinich
2013-01-07
1
-1
/
+1
|
*
remove meaningless use of Relation#all
Akira Matsuda
2013-01-03
1
-2
/
+2
|
*
wrong model name
Akira Matsuda
2013-01-02
1
-1
/
+1
|
*
find + conditions is deprecated in AR 4
Akira Matsuda
2013-01-02
1
-3
/
+3
|
*
find_or_create_by is deprecated in AR 4
Akira Matsuda
2013-01-02
1
-2
/
+2
*
|
These are already required through AS/rails
Akira Matsuda
2013-01-07
1
-2
/
+0
|
/
*
Deprecate Relation#sum with a block.
Carlos Antonio da Silva
2012-11-21
1
-1
/
+1
[next]