Fred, I understand a simple_captcha conception. Now I faced with this problem:
I create an captcha_controller.rb, when in def generate... end I put a code to create captcha image. Then I write in config/routes.rb: > match 'captcha' => 'captcha/generate' And in _generator.html.erb: > <%= image_tag(captcha_path) %> So, I have this error, when I open 127.0.0.1:3000/captcha: > ActionController::RoutingError (uninitialized constant Captcha): Why this error occured? -- 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.

