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
*
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
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
1
-53
/
+53
|
\
|
*
1.9 hash syntax changes
AvnerCohen
2012-11-08
1
-53
/
+53
*
|
Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many
Jon Leighton
2012-11-09
1
-0
/
+3
|
\
\
|
*
|
:counter_cache option for to support custom named counter caches. Closes #7993
Yves Senn
2012-11-04
1
-0
/
+3
|
|
/
*
/
adding requires for constant dependencies
Aaron Patterson
2012-11-07
1
-0
/
+3
|
/
*
Add CollectionAssociation#destroy to ActiveRecord::Association::ClassMethods ...
Samuel Cochran
2012-10-05
1
-3
/
+15
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-21
1
-1
/
+9
|
\
|
*
Add extra note about :dependent => :destroy.
Steve Klabnik
2012-09-21
1
-1
/
+4
|
*
Doc typo: depenent -> dependent; trailing ws.
Henrik N
2012-09-16
1
-2
/
+2
|
*
Improve documentation about :dependent and callbacks.
Steve Klabnik
2012-09-15
1
-0
/
+5
*
|
Improve exception message for HasManyThroughAssociationPolymorphicSourceError
Sebastian Korfmann
2012-09-10
1
-1
/
+1
|
/
*
Update the documentation for the :autosave option
David Celis
2012-08-23
1
-1
/
+3
[next]