Post by Peter Cooper on August 29th, 2006
Using Rake as a File-Finding Library

- Simple File Upload to Amazon S3 From Ruby
- Sake: System-wide Rake Tasks
- MeantimeFilter: Wrap your Rails controller actions with scopes


FileList["**/*.rb"].egrep(Regexp.new(ARGV.first))
Jim Weirich has an interesting blog post about using Rake's 'FileList' class to find files on your hard drive. I've already started to use the example he gives here.. good find!

Click here to add on del.icio.us








