路由嵌套资源实验室v-000

时间:2024-03-15 06:27:57
【文件属性】:

文件名称:路由嵌套资源实验室v-000

文件大小:67KB

文件格式:ZIP

更新时间:2024-03-15 06:27:57

Ruby

嵌套资源路由实验室 目标 写嵌套路线 根据嵌套过滤数据集 处理嵌套路线中的错误 概述 在本实验中,我们将使用嵌套资源扩展歌曲库,以为艺术家和歌曲建立新的路线。 然后,我们将在视图中使用URL帮助器来公开这些新路由。 当找不到嵌套资源时,我们还将处理错误,以便为用户提供更专业的体验。 指示 提供了基本模型,控制器,视图和其他文件。 在spec目录中有针对实验室的测试。 您可以使用rspec命令运行测试。 记住要rake db:seed来设置入门歌曲库! 创建嵌套的资源路由以显示某个艺术家的所有歌曲( /artists/1/songs )和该艺术家的个别歌曲( /artists/1/songs/1 )。 将嵌套的歌曲路由限制为仅index并show操作。 更新演出者index视图,以使用新的嵌套资源路由URL帮助器链接到该演出者所有歌曲的索引。 更新演出者show视图以列出该show


【文件预览】:
routing-nested-resources-lab-v-000-master
----.gitignore(642B)
----README.md(2KB)
----bin()
--------update(782B)
--------rails(141B)
--------bundle(129B)
--------rake(90B)
--------setup(920B)
----public()
--------500.html(1KB)
--------robots.txt(202B)
--------422.html(2KB)
--------404.html(2KB)
--------favicon.ico(0B)
----Gemfile(365B)
----db()
--------development.sqlite3(28KB)
--------seeds.rb(912B)
--------migrate()
--------schema.rb(1KB)
--------test.sqlite3(28KB)
----log()
--------development.log(47KB)
----app()
--------views()
--------models()
--------helpers()
--------assets()
--------controllers()
----.learn(81B)
----.rspec(11B)
----CONTRIBUTING.md(2KB)
----Gemfile.lock(5KB)
----config()
--------database.yml(552B)
--------spring.rb(111B)
--------environment.rb(128B)
--------cable.yml(116B)
--------environments()
--------application.rb(507B)
--------secrets.yml(965B)
--------locales()
--------boot.rb(128B)
--------initializers()
--------routes.rb(77B)
--------puma.rb(2KB)
----LICENSE.md(1KB)
----spec()
--------views()
--------models()
--------features()
--------helpers()
--------rails_helper.rb(3KB)
--------routing()
--------spec_helper.rb(4KB)
--------controllers()
----tmp()
--------cache()
--------pids()
----config.ru(153B)
----Rakefile(249B)

网友评论