{"id":13778877,"url":"https://github.com/refinery/refinerycms-forms","last_synced_at":"2025-09-06T20:34:58.572Z","repository":{"id":66262821,"uuid":"42756083","full_name":"refinery/refinerycms-forms","owner":"refinery","description":"Refinery CMS Forms Generator","archived":false,"fork":false,"pushed_at":"2019-10-13T22:59:13.000Z","size":63,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-05T02:42:19.777Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/refinery.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-09-19T02:20:42.000Z","updated_at":"2024-09-17T06:58:53.000Z","dependencies_parsed_at":"2024-01-11T00:05:57.802Z","dependency_job_id":"fe0f4c76-f2bc-4cd2-bc5d-d35ffbe03fff","html_url":"https://github.com/refinery/refinerycms-forms","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/refinery/refinerycms-forms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refinery","download_url":"https://codeload.github.com/refinery/refinerycms-forms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-forms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273959478,"owners_count":25198225,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-03T18:00:58.453Z","updated_at":"2025-09-06T20:34:58.547Z","avatar_url":"https://github.com/refinery.png","language":"HTML","funding_links":[],"categories":["Refinery team extensions"],"sub_categories":["Developer tools"],"readme":"# Refinery CMS forms\n\n[![Build Status](https://travis-ci.org/refinery/refinerycms-forms.svg?branch=master)](https://travis-ci.org/refinery/refinerycms-forms)\n\nSimple forms engine generator for [Refinery CMS](http://refinerycms.com).\n\n## Requirements\n\nRefinery CMS version 3.0.0 or above.\n\n## Install\n\nOpen up your ``Gemfile`` and add at the bottom this line:\n\n```ruby\ngem 'refinerycms-forms', git: 'https://github.com/refinery/refinerycms-forms', branch: 'master', group: :development\n```\n\nNow run `bundle install`.\n\n##  Usage\n\n### Example:\n\t$ rails generate refinery:form job_inquiry name:string message:text job_type:radio brochure:checkbox qualification:select --authors 'John Jones'\n\n### Description\n\nGenerates a custom forms based extension for Refinery automatically.\nIt works very similarly to the Refinery Engine generator.\n\nThe first string attribute should always be the one which is the title or name field in your model.\n\nThere must be at least one attribute.\n\n### Additional Supported Field Types\n\n  All field types that are supported by the Refinery Engine generator are supported\n  with the addition of these form specific ones:\n\n  * radio           - creates a set of radio buttons based off Model::FIELD_NAMES\n  * checkbox        - creates a checkbox for true/false values.\n  * select          - creates a select list with options using Model::FIELD_NAMES\n\n## Developing \u0026 Contributing\n\nThe version of Refinery to develop this engine against is defined in the gemspec. To override the version of refinery to develop against, edit the project Gemfile to point to a local path containing a clone of refinerycms.\n\n### Testing\n\nGenerate the dummy application to test against\n\n    $ bundle exec rake refinery:testing:dummy_app\n\nRun the test suite with [Guard](https://github.com/guard/guard)\n\n    $ bundle exec guard start\n\nOr just with rake spec\n\n    $ bundle exec rake spec\n\n## More Information\n* Check out our [Website](http://refinerycms.com/)\n* [Help and documentation](https://github.com/refinery/refinerycms#help-and-documentation)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefinery%2Frefinerycms-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefinery%2Frefinerycms-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefinery%2Frefinerycms-forms/lists"}