Hi Scott, Simple_captcha uses RMagick & Imagemagick to load the images. Check the version you have installed. There is two RMagick versions. I also faced this knd of problem in Rails 2.3. where I have installed wrong version of Rmagick gem. Also you can set true to these config.cache_classes and config.action_controller.perform_caching in all environments. By default production has true for last one.
On Thu, Nov 25, 2010 at 8:04 AM, Scott Olmsted <[email protected]> wrote: > Jay, > > Glad to help. > > But now I have a new problem. While this fork of simple_captcha > (nogara-simple_captcha) works fine on my development machine, when I > put it on the stager, it fails most of the time to put up the captcha > image. I say most of the time because changing the two caching > settings, config.cache_classes and > config.action_controller.perform_caching seem to sometimes make a > difference, but not consistently. If I set them both to true in > development.rb it still works fine on my machine. But while it was > working for a while on the stager, now it's not delivering the image. > > Are you having and such problems? > > Scott > > > On Nov 22, 9:48 pm, jay for forum comment posting > <[email protected]> wrote: > > Thanks for the info. I also got the same problem. Now it is solved. > > > > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby > -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
