1

我是 ruby​​ 新手,想更深入地了解活动记录库。我应该从哪里开始?我可以浏览任何印刷/在线书籍/资源吗?

我偶然看到了由 Kevin Marshall、Chad Pytel 和 Jon Yurek 撰写的“Pro Active Record: Databases with Ruby and Rails”一书。但这似乎很旧(2007年版)。

提前致谢

4

2 回答 2

1

Rails 指南是学习 Rails 的最佳场所之一。以下几个链接将对您有所帮助。

http://guides.rubyonrails.org/active_record_validations_callbacks.html

http://guides.rubyonrails.org/association_basics.html

http://guides.rubyonrails.org/active_record_querying.html

于 2013-01-25T07:11:14.077 回答
1

The Official Rails Guides documentation is a good place to start. All four chapters under the Model section will be useful.

In addition check out this useful introduction blogpost (with screencast videos) by Richard Schneeman : Active Record Deep Dive

于 2013-01-25T07:15:56.107 回答