Stan Blog

學習過程中的一些記錄

[Rails] rake notes (尋找特定註解)

在 Rails 裡,有一個 rake 可以幫助我們快速找到特定的註解

rake notes

這個指令預設會在這些副檔名的檔案:.builder、.rb、.rake、.yml、.yaml、.ruby、.css、.js、.erb

查找以 FIXME、OPTIMIZE、TODO 開頭的註解

顯示所在檔案位置、行數、內容

e.g.

eg1

除了預設,可以找別的註解嗎?

使用 rake notes:custom ANNOTATION={註解名稱}

e.g.

eg2


Ref:

Comments

comments powered by Disqus