veilleperso / common_hacks
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Tue Aug 05 12:17:17 -0700 2008 | |
| |
README | Thu Oct 23 03:57:17 -0700 2008 | |
| |
data/ | Mon Dec 28 05:12:46 -0800 2009 | |
| |
init.rb | Sat Mar 21 15:17:00 -0700 2009 | |
| |
lib/ | Wed Dec 30 09:08:11 -0800 2009 | |
| |
tasks/ | Mon Nov 30 09:39:39 -0800 2009 |
README
CommonHacks =========== Various class extension and common hacks that I always use in all my rails projects Enhanced File Store: ==================== * Fix marshal problem in rails 2.0 / 2.1 * Optimize delete matched by presuming that we always delete subdirectories and no regexp * Make sure that cache directories are built with chmod 777 and files with chmod 666 Copyright (c) 2008 Olivier Ruffin, released under the MIT license
