Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Admin Admin
RE: uninit constant ApplicationController:recptch [ reply ]  
2009-07-01 21:02
I have fixed this bug in the .zip package. You will only need to apply the bug fix if you downloaded the package previous to 7/1/09.

By: Admin Admin
RE: uninit constant ApplicationController:recptch [ reply ]  
2009-06-27 04:51
I've uploaded a new file to the package. Replace the old file with the new to fix this issue.

By: Admin Admin
RE: uninit constant ApplicationController:recptch [ reply ]  
2009-06-24 22:35
This problem is due to a bug in V 1.3
To fix open application_helper and change:
gem 'ruby-recaptcha'
to
require 'ruby-recaptcha'

I will release a bug fix for the V1.3 package soon.

By: David Lippert
RE: uninit constant ApplicationController:recptch [ reply ]  
2009-06-24 19:23
Hi Wade,

Take a look at the "Dependency" post by Mike Hagedon, earlier in this forum.
http://rubyforge.org/forum/forum.php?thread_id=31611&forum_id=26218

I know that changing the code to gem 'ruby-recaptcha' helped my install as well.

By: wade guidry
uninit constant ApplicationController:recptch [ reply ]  
2009-06-24 15:08
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