Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11579 (new enhancement)

Opened 1 month ago

Last modified 1 month ago

[PATCH] add 'clean' Rake tasks

Reported by: nichoj Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionMailer Version: edge
Severity: normal Keywords:
Cc:

Description

'rake package' generates several files. Having a 'clean' task is useful for cleaning these up.

Fixed on github:

git pull git://github.com/technicalpickles/rails.git rake_clean

Note: there wasn't a good component for this, so the default is going to have to suffice.

Attachments

rake_clean.patch (3.7 kB) - added by nichoj on 04/13/08 18:06:53.
Add 'clean' tasks

Change History

04/12/08 15:38:04 changed by david

Please attach a real patch to this. It's too much digging to have to go scour a fork for this. Thanks for the patch!

04/13/08 18:06:53 changed by nichoj

  • attachment rake_clean.patch added.

Add 'clean' tasks