Philip Hallstrom
2007-Oct-31 02:28 UTC
Patch to allow "rake notes" to find "# - FIXME ..." in addition to "# FIXME ..." (for rdoc niceness)
Howdy everyone - They say they want votes of confidence (or excitement or something :) for patches these days. So I''ve got one... not super exciting, but there it is... http://dev.rubyonrails.org/ticket/10037 Description: -------------------------------------------------------------------------- Currently "rake notes" will search for the following patterns: # FOO .... where "FOO" is one of the valid keywords. Without thinking about it however, I have been using it like this: # - FOO .... # - FOO .... So that when I generate rdocs for my app these lines come through as a bulleted list, not jumbled together in one long line. But "rake notes" doesn''t find these. The below patch fixes this and also allows for ''# * FOO" as that also is used by rdoc to make lists. (see the ticket url for the patch, it''s short, but gets line wrapped into ugliness) -------------------------------------------------------------------------- So if you like it, give it an endorsement (+1). Thanks -philip --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---