veilleperso / common_hacks

Some common class hacks that i always use everywhere

This URL has Read+Write access

name age message
file MIT-LICENSE Tue Aug 05 12:17:17 -0700 2008 initial import [veilleperso]
file README Thu Oct 23 03:57:17 -0700 2008 Adding :enhanced_file_store as a cache store wi... [veilleperso]
directory data/ Mon Dec 28 05:12:46 -0800 2009 Stopwords anglais [veilleperso]
file init.rb Sat Mar 21 15:17:00 -0700 2009 Fix config.gem [veilleperso]
directory lib/ Wed Dec 30 09:08:11 -0800 2009 utf8_sentence_titleize to capitalize first char... [veilleperso]
directory tasks/ Mon Nov 30 09:39:39 -0800 2009 Ajout de textile [veilleperso]
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