肖威洞察 | Let's Build: With Ruby on Rails - Checklist
基本功能体系 https://www.youtube.com/watch?v=Z9GaNNztcZk&t=114s https://github.com/RyanHemrick/Checklist/blob/master/app/controllers/items_controller.rb cd newspace ls cd checklist git checkout -b Item rails g model Item title:string description:text rails...