Patches: Browse | Submit New | Admin
I'm running rails edge, and it appears that if I hit a gruff rendered page, and refresh the error "LoadError (Expected script/../config/../vendor/plugins/gruff/lib/gruff.rb to define Gruff)" will occur. So the solution is to merely define an empty Gruff module before all other require statements
Add A Comment:
Date: 2007-09-25 22:54 Sender: Roger Pack maybe also 'require 'gruff'' in environment.rb?