vhs practice:API REST Rails VHS商店实践 源码
VHS商店 Ruby版本-2.5.7 入门 bundle install 数据库创建 rake db:create rake db:migrate 功能性 构建以下功能: 租借 Rental#due_date-返回创建记录后一周的日期 Rental.past_due_date-返回逾期所有租金的列表 客户 Client.most_active-返回最活跃的前5位客户的列表(即那些拥有非当前/返还租金最多的客户) Client#favorite_genres-列出客户租用最多的三种流派 Client.non_grata-返回所有在到期日期之后(或更困难的是:错过返回日期的客户)的客户的列表 Client#return_one-接受电影实例的参数,查找相应的租借并将租借的当前属性从true更新为false Client#return_all-将所有客户租用的当前属性从true更新为fal
文件列表
vhs-practice:API REST-Rails VHS商店实践
(预估有个125文件)
.keep
0B
rake
131B
rails
182B
bundle
3KB
.keep
0B
credentials.yml.enc
464B
Rakefile
227B
.keep
0B
mailer.text.erb
13B
mailer.html.erb
229B
暂无评论