{"id":16476035,"url":"https://github.com/softprops/captcha_with_question","last_synced_at":"2025-10-27T16:31:22.797Z","repository":{"id":393812,"uuid":"11675","full_name":"softprops/captcha_with_question","owner":"softprops","description":"First attempt at a rails plugin. A form captcha with a textual question.","archived":false,"fork":false,"pushed_at":"2008-12-17T19:54:34.000Z","size":84,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-09T09:45:07.168Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softprops.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-04-22T01:29:07.000Z","updated_at":"2019-08-13T13:23:25.000Z","dependencies_parsed_at":"2022-07-07T13:35:47.658Z","dependency_job_id":null,"html_url":"https://github.com/softprops/captcha_with_question","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fcaptcha_with_question","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fcaptcha_with_question/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fcaptcha_with_question/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fcaptcha_with_question/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/captcha_with_question/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861029,"owners_count":16556008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T12:41:22.370Z","updated_at":"2025-10-27T16:31:22.415Z","avatar_url":"https://github.com/softprops.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"captcha_with_question\n=====================\n\nThink customizable captcha's minus the image. Just simple logic. RMagic not required.\n\nExample\n=======\n\nmodel\n\nclass Post \u003c ActiveRecord::Base\n  captchas_with_question\nend\n\n\u003ch1\u003eNew post\u003c/h1\u003e\n\n\nview\n\n\u003c%= error_messages_for :post %\u003e\n\n\u003c% form_for(@post) do |f| %\u003e\n  ....\n  \n  \u003c%= questionable_fields(f) %\u003e\n\n  \u003cp\u003e\n    \u003c%= f.submit \"Create\" %\u003e\n  \u003c/p\u003e\n  \n\u003c% end %\u003e\n\ncontroller\n\nclass PostsController \u003c ApplicationController\n  \n  before_filter :assign_captcha_question, :only =\u003e [:new]\n  ...\nend\n\n\n\n\n\nCopyright (c) 2008 softprops, released under the MIT license\ninspired by github's nakajima's rails-math-capcha\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fcaptcha_with_question","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftprops%2Fcaptcha_with_question","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fcaptcha_with_question/lists"}