[Rails] Re: reCAPTCHA headache

2010-02-07 Thread Eric J. Gruber
That doesn't look bad, but I'd love to find something that doesn't use RMagick. On Feb 7, 10:26 pm, Sean Six wrote: > You may want to try this one as an alternative: > > http://expressica.com/simple_captcha/ > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you a

[Rails] Re: reCAPTCHA headache

2010-02-07 Thread Eric J Gruber
Hi Sean, thanks for writing. The only error I get is that the words typed were incorrect and that I need to try again. But the words are correct; it's not accepting the words that are typed. Eric On Feb 7, 10:08 pm, Sean Six wrote: > Is it throwing some kind of rails error or is the reCAPTCHA n

[Rails] reCAPTCHA headache

2010-02-07 Thread Eric J Gruber
I'm trying to use this (http://ambethia.com/recaptcha/) reCAPTCHA plugin and have almost got it working. Help me get the last part? I can't seem to find anything in the logs that indicate an error. Here is my code. Everything is working good except that part where the code that's typed is actually

[Rails] What is the Ruby on Rails equivalent to php includes?

2009-09-30 Thread Eric J. Gruber
If I was to include a file (such as in a template) in php to use across a large number of pages, I would write this: In turn, every time I used this code, it would “include” (or better put, display) the content of navigation.html in the browser. I can’t figure out how to do this is Rails. When

[Rails] App isn't querying db on server, but works in development

2009-09-11 Thread Eric J. Gruber
I've got a very small app that uses ajax for a live preview. On my development machine (using sqlite3), it works just fine. Here is a sample of the log with a known good query: development.log --- Processing PostsController#get_results (for 127.0.0.1 at 2009-09-11 10:59:06) [P

[Rails] Re: Passenger problem

2009-09-01 Thread Eric J Gruber
Any troubleshooting help is greatly appreciated. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from

[Rails] Passenger problem

2009-09-01 Thread Eric J Gruber
I've used the Slicehost Intrepid instructions (http:// articles.slicehost.com/ubuntu-intrepid) to install a new Ubuntu server with Ruby, Rails and passenger. Everything seems to be working OK, save for one thing: my application only service up the files that are in its public folder. The Passeng