没有合适的资源?快使用搜索试试~ 我知道了~
显示关联rails-houston-web-012720
共92个文件
rb:45个
erb:9个
keep:9个
需积分: 5 0 下载量 81 浏览量
2021-02-13
14:38:03
上传
评论
收藏 59KB ZIP 举报
温馨提示
显示关联Rails 目标 学完本课后,您应该能够... 创建has_many和belongs_to关联。 通过控制台和db/seeds.rb构建关联的数据。 使用关联提供的方法查询关联数据。 将关联数据嵌入视图中。 遍历显示单个实例的视图内的关联数据。 博客类别 在本课程中,我们将设置一个博客管理面板,以便可以创建Post对象,将其与Category对象相关联,并按Category列出。 模型 首先,就像上一课一样,我们将建立关联的模型: # app/models/post.rb class Post < ActiveRecord :: Base belongs_to :category end # app/models/category.rb class Category < ActiveRecord :: Base has_many :posts end 种子数据
资源推荐
资源详情
资源评论
收起资源包目录
displaying-associations-rails-houston-web-012720-master.zip (92个子文件)
displaying-associations-rails-houston-web-012720-master
public
500.html 1KB
robots.txt 202B
422.html 2KB
favicon.ico 0B
404.html 2KB
config.ru 153B
db
seeds.rb 343B
schema.rb 1KB
migrate
20151230232412_create_posts.rb 186B
20160113163851_create_categories.rb 169B
20160113011041_create_authors.rb 203B
20160113011820_add_author_id_to_posts.rb 118B
20160113011150_add_post_status_to_posts.rb 122B
20160113163910_add_category_id_to_posts.rb 122B
.learn 68B
lib
tasks
.keep 0B
assets
.keep 0B
Gemfile 1KB
spec
views
posts
show.html.erb_spec.rb 511B
edit.html.erb_spec.rb 518B
categories
show.html.erb_spec.rb 401B
edit.html.erb_spec.rb 423B
models
author_spec.rb 451B
category_spec.rb 222B
post_spec.rb 419B
controllers
posts_controller_spec.rb 388B
categories_controller_spec.rb 401B
spec_helper.rb 4KB
rails_helper.rb 3KB
Rakefile 249B
CONTRIBUTING.md 2KB
config
initializers
wrap_parameters.rb 485B
inflections.rb 647B
cookies_serializer.rb 244B
application_controller_renderer.rb 216B
session_store.rb 142B
filter_parameter_logging.rb 194B
new_framework_defaults.rb 1KB
mime_types.rb 156B
backtrace_silencers.rb 404B
assets.rb 486B
application.rb 486B
environments
test.rb 2KB
development.rb 2KB
production.rb 3KB
locales
en.yml 634B
boot.rb 128B
spring.rb 111B
cable.yml 116B
secrets.yml 965B
puma.rb 2KB
routes.rb 225B
database.yml 552B
environment.rb 128B
LICENSE.md 1KB
README.md 5KB
.rspec 11B
Gemfile.lock 5KB
.gitignore 642B
app
views
layouts
application.html.erb 299B
posts
show.html.erb 117B
new.html.erb 507B
index.html.erb 116B
edit.html.erb 508B
categories
show.html.erb 83B
new.html.erb 229B
index.html.erb 129B
edit.html.erb 230B
models
category.rb 40B
.keep 0B
post.rb 36B
concerns
.keep 0B
author.rb 56B
controllers
application_controller.rb 204B
categories_controller.rb 603B
posts_controller.rb 559B
concerns
.keep 0B
helpers
application_helper.rb 29B
mailers
.keep 0B
assets
images
.keep 0B
stylesheets
application.css 686B
categories.scss 181B
javascripts
application.js 661B
categories.coffee 211B
bin
setup 920B
bundle 129B
rake 90B
rails 141B
update 782B
spring 507B
vendor
assets
stylesheets
.keep 0B
javascripts
.keep 0B
共 92 条
- 1
资源评论
胡説个球
- 粉丝: 28
- 资源: 4613
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于JavaScript的在线考试系统(编号:65965158)(1).zip
- 五相电机双闭环矢量控制模型-采用邻近四矢量SVPWM-MATLAB-Simulink仿真模型包括: (1)原理说明文档(重要):包括扇区判断、矢量作用时间计算、矢量作用顺序及切时间计算、PWM波的生成
- Linux下的cursor安装包
- springboot-教务管理系统(编号:62528147).zip
- 3dmmods_倾城系列月白_by_白嫖萌新.zip
- SVPWM+死区补偿(基于电流极性)+高频注入法辨识PMSM的dq轴电感(离线辨识)-simulink
- 微信跑腿小程序的设计与实现
- 基于 Java 实现的上位机通讯程序,可与单片机进行数据交换
- screentshot-2024.12.22-20.45.35.jpg
- 基于c51单片机,汇编语言实现的时钟,有仿真电路图
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功