This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
f2546164d6
rails--rails
/
activerecord
/
test
/
fixtures
/
authors.yml
10 lines
109 B
YAML
Raw
Normal View
History
Unescape
Escape
Added new Base.find API and deprecated find_all, find_first. Added preliminary support for eager loading of associations git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1077 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-03 06:52:05 -04:00
david
:
id
:
1
name
:
David
belongs_to supports :dependent => :destroy and :delete. Closes #10592. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8675 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-01-19 00:30:42 -05:00
author_address_id
:
1
author_address_extra_id
:
2
Added new Base.find API and deprecated find_all, find_first. Added preliminary support for eager loading of associations git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1077 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-03 06:52:05 -04:00
mary
:
id
:
2
name
:
Mary
Copy permalink