activerecord associations intro onl01 seng ft 090820 源码
活动记录协会简介:播放列表 目标 了解Active Record如何以及为什么实现模型之间的关联。 使用Active Record迁移和方法来构建域模型,该域模型通过has-many / belongs-to和多对多(或has-man-through)关系来关联类。 什么是活动记录协会? 我们已经知道我们可以构建我们的类,使它们彼此关联。 我们也知道,这样做需要很多代码。 Active Record关联使我们能够关联模型及其类似的数据库表,而无需编写大量代码。 此外,Active Record关联使与我们的关联对象的实际工作更加快捷,整洁和容易。 听起来不错吧? 现在我们已经完全迷上了
文件列表
activerecord-associations-intro-onl01-seng-ft-090820-master.zip
(预估有个26文件)
activerecord-associations-intro-onl01-seng-ft-090820-master
db
schema.rb
771B
migrate
01_create_artists.rb
55B
02_create_genres.rb
54B
04_add_artist_to_songs.rb
58B
03_create_songs.rb
53B
.learn
96B
Gemfile
173B
暂无评论