{"id":13400421,"url":"https://github.com/refinery/refinerycms","last_synced_at":"2025-05-12T15:30:14.908Z","repository":{"id":579939,"uuid":"212862","full_name":"refinery/refinerycms","owner":"refinery","description":"An extendable Ruby on Rails CMS that supports Rails 6.0+","archived":false,"fork":false,"pushed_at":"2023-08-06T07:08:40.000Z","size":27444,"stargazers_count":3907,"open_issues_count":45,"forks_count":1250,"subscribers_count":115,"default_branch":"main","last_synced_at":"2025-04-23T17:17:41.940Z","etag":null,"topics":["demo","hacktoberfest","inquiry","news","rails","refinery","refinery-cms","ruby"],"latest_commit_sha":null,"homepage":"https://www.refinerycms.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jteeuwen/go-pkg-rss","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refinery.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":".github/FUNDING.yml","license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null},"funding":{"github":["parndt","bricesanchez"]}},"created_at":"2009-05-28T20:13:21.000Z","updated_at":"2025-04-18T06:30:44.000Z","dependencies_parsed_at":"2023-07-06T10:32:27.778Z","dependency_job_id":"84f24445-8d8d-4b58-8351-61aa03f1b0a0","html_url":"https://github.com/refinery/refinerycms","commit_stats":{"total_commits":8440,"total_committers":519,"mean_commits":16.26204238921002,"dds":0.5693127962085308,"last_synced_commit":"493006282830e0a877c427e32709901ff9275932"},"previous_names":[],"tags_count":166,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refinery","download_url":"https://codeload.github.com/refinery/refinerycms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765687,"owners_count":21960769,"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":["demo","hacktoberfest","inquiry","news","rails","refinery","refinery-cms","ruby"],"created_at":"2024-07-30T19:00:51.856Z","updated_at":"2025-05-12T15:30:14.744Z","avatar_url":"https://github.com/refinery.png","language":"Ruby","readme":"# Refinery CMS™\n\n__An open source content management system for Rails 5.1+__\n\nMore information at [https://www.refinerycms.com](https://www.refinerycms.com)\n\n[![Build Status](https://travis-ci.org/refinery/refinerycms.svg?branch=master)](https://travis-ci.org/refinery/refinerycms)  [![Code Climate](https://codeclimate.com/github/refinery/refinerycms.svg)](https://codeclimate.com/github/refinery/refinerycms)  [![Coverage Status](https://img.shields.io/coveralls/refinery/refinerycms.svg)](https://coveralls.io/r/refinery/refinerycms?branch=master)\n\nYou can chat with us using Gitter:\n\n[![Gitter chat](https://badges.gitter.im/refinery/refinerycms.svg)](https://gitter.im/refinery/refinerycms)\n\nYou can deploy an example app to Heroku:\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/refinery/refinerycms-example-app)\n\n## Requirements\n\n* [Bundler](http://gembundler.com)\n* [ImageMagick](http://www.imagemagick.org/script/install-source.php)\n  * :warning: Warning: ImageMagick currently has a serious security vulnerability, CVE-2016–3714. After installing, you must disable certain features in ImageMagick's policy configuration. Please see the following for details:\n    * https://imagetragick.com/\n  * Mac OS X users should use [homebrew's](https://github.com/mxcl/homebrew/wiki/installation) `brew install imagemagick` or the [magick-installer](https://github.com/maddox/magick-installer).\n\n## How to\n\n* __[Install Refinery CMS™](https://www.refinerycms.com/download)__\n* [Install Refinery CMS™ on Heroku](https://www.refinerycms.com/guides/heroku)\n* [Contribute to Refinery CMS™](readme.md#contributing)\n\n## Getting Started\n\nIf you're new to Refinery, start with this guide:\n\n* __[Getting Started](https://www.refinerycms.com/guides/getting-started)__\n\nFor Rails 5.1+ support, you can use version `4.0.x` using this template:\n\n    rails new app_name -m https://www.refinerycms.com/t/4.0.0\n\nFor Rails 4.2.x support, you can use version `3.0.x` using this template:\n\n    rails new app_name -m https://www.refinerycms.com/t/3.0.6\n\nYou can also install the `edge` version for the latest code using this template:\n\n    rails new app_name -m https://www.refinerycms.com/t/edge\n\n## What's it good at?\n\n__Refinery is great for sites where the client needs to be able to update their website themselves__ without being bombarded with anything too complicated.\n\nUnlike other content managers, Refinery is truly __aimed at the end user__ making it easy for them to pick up and make changes themselves.\n\n### For developers\n\n* Easily customise the look to suit the business.\n* __Extend with custom extensions__ to do anything Refinery doesn't do out of the box.\n* Sticks to __\"the Rails way\"__ as much as possible; we don't force you to learn new templating languages.\n* Uses [jQuery](http://jquery.com/) for fast and concise Javascript.\n\n## Help and Documentation\n\n* [Getting Started](https://www.refinerycms.com/guides/getting-started)\n* [Guides](https://www.refinerycms.com/guides)\n* [Google Group Discussion](https://groups.google.com/forum/#!forum/refinery-cms)\n* [Gitter chat](https://gitter.im/refinery/refinerycms)\n* [GitHub repository](https://github.com/refinery/refinerycms)\n* [Developer/API documentation](http://rubydoc.info/github/refinery/refinerycms)\n* [Twitter Account](https://twitter.com/refinerycms)\n\n## Features\n\n### Pages\n\n* Easily edit and manage pages with a visual editor.\n* Manage your site's structure.\n\n### Images \u0026 Files\n\n* Easily upload and insert images.\n* Upload and link to resources such as PDF documents.\n* Uses the popular [Dragonfly](https://github.com/markevans/dragonfly).\n* Supports storage on Amazon S3.\n\n### Authentication \u0026 Users\n\n* Manage who can access Refinery.\n* Control which extensions each user has access to.\n* Uses the popular [Devise](https://github.com/plataformatec/devise).\n\n### Custom Extensions\n\nExtend Refinery easily by running the Refinery extension generator.\nFor help run the command without any options:\n\n    rails generate refinery:engine\n\n### Popular Extensions\n\n* [Blog](https://github.com/refinery/refinerycms-blog) - A simple blogging extension that supports posts, categories and comments with optional moderation support.\n* [Portfolio](https://github.com/refinery/refinerycms-portfolio) - manage groups of images like an image gallery.\n* [News](https://github.com/refinery/refinerycms-news) - post and manage news items.\n* [Inquiries](https://github.com/refinery/refinerycms-inquiries) - simple contact form that notifies you and customer when an inquiry is made.\n\n[Full extension list here](https://www.refinerycms.com/extensions)\n\n### Example Site Showcase\n\n[List here (add your link when you're done)](https://github.com/refinery/refinerycms/wiki/Example-Site-Showcase)\n\n## Contributing\n\nSee [contributing.md](contributing.md)\nand [Contributing to Refinery](https://www.refinerycms.com/guides/contributing-to-refinery)\nguide for details about contributing and running test.\n\n## License\n\nRefinery CMS™ is released under the MIT license. See the [license.md file](license.md#readme) for details.\n\n### Credits\n\nMany of the icons used in Refinery CMS™ are from the wonderful [Silk library by Mark James](http://www.famfamfam.com/lab/icons/silk/).\n","funding_links":["https://github.com/sponsors/parndt","https://github.com/sponsors/bricesanchez"],"categories":["Ruby","Content Management \u0026 Blogging","Happy Exploring 🤘","Apps"],"sub_categories":["Content Management","CMS"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefinery%2Frefinerycms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefinery%2Frefinerycms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefinery%2Frefinerycms/lists"}