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-02-08 13:15:23 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c01f2b4e9d4a95bb2baca8ae57209eb10aa78b2
rails
/
activerecord
/
lib
/
active_record
/
associations
History
Matt Jones
d3fd997109
fix assignment to has_one :through associations.
...
Signed-off-by: Michael Koziarski <
michael@koziarski.com
>
2008-11-15 18:20:39 +01:00
..
association_collection.rb
Merge with docrails. Also add a rake task to generate guides in your rails application :
2008-10-21 18:33:40 +01:00
association_proxy.rb
Ensure methods called on association proxies respect access control. [
#1083
state:resolved] [Adam Milligan, Pratik]
2008-10-13 19:02:34 +02: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 with docrails. Also add a rake task to generate guides in your rails application :
2008-10-21 18:33:40 +01:00
has_many_through_association.rb
Fix has_many :through when the source is a belongs_to association. [
#323
state:resolved]
2008-10-04 17:49:39 +01:00
has_one_association.rb
Ensure methods called on association proxies respect access control. [
#1083
state:resolved] [Adam Milligan, Pratik]
2008-10-13 19:02:34 +02:00
has_one_through_association.rb
fix assignment to has_one :through associations.
2008-11-15 18:20:39 +01:00