- ARCHIVE / Grape
- Grape will ignore a few things now
Another update to Grape: it will now ignore the doc, log, tmp and vendor/rails directories in its searches. No point crawling through the huge files that can build up in log or tmp, and doc is mostly auto-generated anyway. I have a habit of keeping large photoshop files and database backups in the doc folder [...]
- Update for Grape: ‘view source’ mode
My little Rails project source code search plugin, Grape, now includes the ability to display search results in context with their surrounding source code, rather than just listing matching file paths. Par example:
>rake grape q=InitializerFound 3 files matching your search.
- /config/boot.rb : 14, 16, 30, 40, 44
[...] - Finding files with tiny fruit
I had to rename a bunch of variables in my current project and I wanted to know which files needed adjusting. Problem is, I’m on Windows, and searching for anything in Windows blows really hard. Even Google Desktop with the any-text-file-indexer wasn’t as helpful as I’d like. So, I wrote this tiny tiny plugin that [...]