search for: render_with_context

Displaying 1 result from an estimated 1 matches for "render_with_context".

2012 Feb 12
1
Rails devise with recaptcha
I''m trying to use the recaptcha gem with devise 2.0.0 in rails 3.2.1. Every time I try, I am able to display the captcha and input the 2 words it asks about. But in my controller (using code I found on github for the recaptcha gem, and after I replaced render_with_context with just plain render) verify_recaptcha always returns false and when I look at flash[:recaptcha_error] it says "recaptcha-not-reachable". The only thing I can see that might be a problem is that one of the examples of configuring the config values for recaptcha showed a proxy setting....