Hi, I''m trying to use Simple Captcha with Rails 3. (https://github.com/ galetahub/simple-captcha) I''ve installed it, and followed the controller based usage. But when I go to my form on my site, I just see a textfield with the label (I typed here): <%= show_simple_captcha(:label => "human authentication") %> The captcha image isn''t displayed. Just a red cross (the ''image not found'' red cross that is). I have imagemagick installed. Thx, Mathew -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Oh and this is the error I get in my terminal: "TypeError (can''t convert nil into Integer):" On 3 nov, 23:07, mattyh88 <mathew.hu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I''m trying to use Simple Captcha with Rails 3. (https://github.com/ > galetahub/simple-captcha) > I''ve installed it, and followed the controller based usage. But when I > go to my form on my site, I just see a textfield with the label (I > typed here): > > <%= show_simple_captcha(:label => "human authentication") %> > The captcha image isn''t displayed. Just a red cross (the ''image not > found'' red cross that is). > > I have imagemagick installed. > > Thx, > Mathew-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
+1 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.