topics.yml
来自「敏捷开发 ruby on rails 实现的一个购物车系统」· YML 代码 · 共 31 行
YML
31 行
futurama: id: 1 title: Isnt futurama awesome? subtitle: It really is, isnt it. content: I like futurama created_at: <%= 1.day.ago.to_s(:db) %> updated_at: harvey_birdman: id: 2 title: Harvey Birdman is the king of all men subtitle: yup content: He really is created_at: <%= 2.hours.ago.to_s(:db) %> updated_at:rails: id: 3 project_id: 1 title: Rails is nice subtitle: It makes me happy content: except when I have to hack internals to fix pagination. even then really. created_at: <%= 20.minutes.ago.to_s(:db) %>ar: id: 4 project_id: 1 title: ActiveRecord sometimes freaks me out content: "I mean, what's the deal with eager loading?" created_at: <%= 15.minutes.ago.to_s(:db) %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?