destroy_all and delete_all Destroy the records by instantiating each record and calling its #destroy method.在删除前实例化每条记录,并回调callback execution. ⚠️ :如果想要快速删除,如果这个动作不涉及associations or callbacks, use delete_all instead. 因为delete_all直接使用SQL DELETE . 豆知识:…
豆知识: HTML<meta> tag Metadata 是关于数据的信息. The <meta> tag provides metadata关于网页.Metadat不会显示在webpage上,他只用于机器解析. Meta元素用于指定网页描述,关键字,作者信息等. metadata能够被用于浏览器(如何显示内容或加载网页),搜索引擎(keywords),或者其他网页服务. web designers take control over the viewport (the user'…