On 3/30/07, Walter Lee Davis <[EMAIL PROTECTED]> wrote: > so I switched to svn/Mental for my exploratory hacking. Which works > fine, and I imagine I will be working from source until I wrap my head > around how to use a gem.
One thing to speed Radiant up rendering is installing erubis (as a gem for example) and add the following line to "config/environment/production .rb": ---- require "erubis" ---- Speedup was very visible. -- Ollivier Robert - _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
