This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-04 03:00:58 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c55565b032b4f383dcd43461d0bb7651f4d7e000
rails
/
activerecord
/
lib
/
active_record
/
associations
History
Hongli Lai (Phusion)
1398db0128
Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior.
...
[
#986
state:resolved] Signed-off-by: Jeremy Kemper <
jeremy@bitsweat.net
>
2008-09-09 13:13:12 -07:00
..
association_collection.rb
Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior.
2008-09-09 13:13:12 -07:00
association_proxy.rb
Merge docrails
2008-09-03 17:58:47 +01:00
belongs_to_association.rb
Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior.
2008-09-09 13:13:12 -07:00
belongs_to_polymorphic_association.rb
Fix file permissions
2008-07-31 16:36:23 -05:00
has_and_belongs_to_many_association.rb
Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.
2008-08-28 11:58:25 -07:00
has_many_association.rb
Merge docrails
2008-09-03 17:58:47 +01:00
has_many_through_association.rb
Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior.
2008-09-09 13:13:12 -07:00
has_one_association.rb
Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior.
2008-09-09 13:13:12 -07:00
has_one_through_association.rb
Fix two has_one :through errors
2008-08-27 11:22:15 +02:00