I've got a la carte just about running, but when I try to go to the site in a browser after starting the server, I have the following in the log:
# Logfile created on Wed Jun 24 07:55:12 -0700 2009 by /
ApplicationController: missing default helper module ApplicationHelper
uninitialized constant ApplicationController::ReCaptcha
I've taken a look at the controller and helper .rb's, but haven't come to any conclusions.
Rails -v reports 2.3.2 (but my understanding of the version freeze feature is that the app freezes the rails version to the feature set it needs)
Ruby -v is 1.8.7
Gem -v is 1.3.1
Gem list --local reports:
actionmailer (2.3.2)
actionpack (2.3.2)
activerecord (2.3.2)
activeresource (2.3.2)
activesupport (2.3.2)
rails (2.3.2)
rake (0.8.7)
ruby-recaptcha (1.0.0)
Any thoughts appreciated.
Thanks.
Wade Guidry (wguidry@pugetsound.edu)
Library Technology Coordinator
Collins Memorial Library
University of Puget Sound
253.879.2667
|