iT邦幫忙

2022 iThome 鐵人賽

DAY 2
2
Modern Web

用Ruby on Rails 做些什麼吧!系列 第 2

D-2 Rails - Route

  • 分享至 

  • xImage
  •  

Route

利用routes的resources方法建立RESTful api(CRUD)的路徑(8條路徑,controller的7種方法)

bin/rails routes → 查詢全部routes的路徑
bin/rails routes -c 路徑

  • 用不到的路徑,可以不用開

只開
resources :books, only: [:index, :new]

除了…不開,其他
resources :books, except: [:index, :new]

resources & 後面為複數命名為Rails慣性

單複數resources差異為是否會開:id路徑,也無index

https://ithelp.ithome.com.tw/upload/images/20220917/201513779LGQa3xzui.png


上一篇
D-1 Rails & MVC
系列文
用Ruby on Rails 做些什麼吧!2
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言