diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-09 01:02:02 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-09 01:02:27 +0530 |
commit | 120861c023375bf56705f5c8c13a4d01f59aa375 (patch) | |
tree | 72205803800481dd8de626957d88c02a2b18374c | |
parent | 965f6f22aaee3b669d185b2ea2e125abaf458a63 (diff) | |
download | rails-120861c023375bf56705f5c8c13a4d01f59aa375.tar.gz rails-120861c023375bf56705f5c8c13a4d01f59aa375.tar.bz2 rails-120861c023375bf56705f5c8c13a4d01f59aa375.zip |
add haml and slim to the list of extensions supported by rake notes
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 7a3da134ac..d199eb91d2 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -420,7 +420,7 @@ The +doc:+ namespace has the tools to generate documentation for your app, API d h4. +notes+ -+rake notes+ will search through your code for comments beginning with FIXME, OPTIMIZE or TODO. The search is only done in files with extension +.builder+, +.rb+ and +.erb+ for both default and custom annotations. ++rake notes+ will search through your code for comments beginning with FIXME, OPTIMIZE or TODO. The search is done in files with extension +.builder+, +.rb+, +.erb+, +.haml+ and +.slim+ for both default and custom annotations. <shell> $ rake notes |