I've been troubleshooting a problem with my captcha and finally figured
out that any time I make one request to my localhost server, it receives
and processes two requests, for example if i got to
localhost:3000/users/test this shows up in my log:

<script src='http://pastie.org/534977.js'></script>

This is really tripping up my captcha (which used to work) it renders
the image from the first request, but will only accept the characters
from the second request. I have reproduced this problem with a sample
rails app, and one other application, so it looks like a possible
problem with my rails install, possibly a path problem? I also tried
restarting my computer, just incase, but it didn't help. This is totally
alien to me, if anyone has any troubleshooting tips please let me know,
it is a little difficult for users to fill out a captcha, if the
characters in the image are wrong.
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to