# Looking for Ruby-based CMS recommendations as a compliment to Discourse

**URL:** https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930
**Category:** Development
**Created:** [January 24, 2018, 11:38pm UTC](https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930 "2018-01-24T23:38:21Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Vocino](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vocino/32/85136_2.png) [@Vocino](https://meta.discourse.org/u/Vocino)
#### Post date: [January 24, 2018, 11:38pm UTC](https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930/1 "2018-01-24T23:38:21Z")

</div>

We’re looking to build out some other parts of our site and transform what is currently a landing page into a more robust and full-featured destination. I would love to stay within the Ruby world and even better would be a tested Docker setup.

To reiterate:

- Ruby-based
- Docker preferred
- Extensible to play nice with Discourse

Right now I’m looking at the leader from back when I was up on these sort of things, [Refinery CMS](http://www.refinerycms.com/). I’m thinking there may be better options out there or something that has already see a use case I could look to.

Any suggestions?

---

<div class="post-metadata">

### Author: ![Ja008](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ja008/32/87962_2.png) [@Ja008](https://meta.discourse.org/u/Ja008)
#### Post date: [January 25, 2018, 10:52am UTC](https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930/2 "2018-01-25T10:52:50Z")

</div>

I didnot find any good ruby CMS. Why not just use wordpress?

---

<div class="post-metadata">

### Author: ![Vocino](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vocino/32/85136_2.png) [@Vocino](https://meta.discourse.org/u/Vocino)
#### Post date: [January 25, 2018, 6:15pm UTC](https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930/3 "2018-01-25T18:15:55Z")

</div>

Wordpress is an option, yes. It just felt pretty bloated for my needs.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [January 25, 2018, 7:07pm UTC](https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930/4 "2018-01-25T19:07:23Z")

</div>

> [@Vocino](#):
>
> Wordpress is an option, yes. It just felt pretty bloated for my needs.

True enough, but like it or not, it’s the Discourse of CMSs. 🙂

---

<div class="post-metadata">

### Author: ![TerminalAddict](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/terminaladdict/32/119676_2.png) [@TerminalAddict](https://meta.discourse.org/u/TerminalAddict)
#### Post date: [January 25, 2018, 7:43pm UTC](https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930/5 "2018-01-25T19:43:34Z")

</div>

maybe [https://ghost.org/](https://ghost.org/) ?

example: [https://blog.codinghorror.com/](https://blog.codinghorror.com/)

I keep looking at it 😕

---

<div class="post-metadata">

### Author: ![Carlo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/carlo/32/79036_2.png) [@Carlo](https://meta.discourse.org/u/Carlo)
#### Post date: [January 26, 2018, 8:41am UTC](https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930/6 "2018-01-26T08:41:01Z")

</div>

Have you heard about [Modx](https://modx.com) ? It is a super flexible CMF ( php/mysql based ). You can take any html template, place some tag, and your up and running.

You can easily integrate Discourse with Embedding system with a chunk:

> [@Embed Discourse comments on another website via Javascript](https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963):
>
> Discourse has the ability to embed the comments from a topic in a remote site using a Javascript API that creates an IFRAME. For an example of this in action, check out [Coding Horror’s blog](http://blog.codinghorror.com/welcome-to-the-internet-of-compromised-things/#discourse-comments). The blog is run via [Ghost](https://ghost.org/) but the comments are embedded from his [Discourse forum](http://discourse.codinghorror.com/t/welcome-to-the-internet-of-compromised-things/3550). One important thing to note with this setup is that users have to navigate to your forum to post replies. This is intentional, as we feel that the posting interface on a Discourse forum is currently much richer than what we …

> [@pfaffman](#):
>
> True enough, but like it or not, it’s the Discourse of CMSs. 🙂

Hum… I have to disagree 😛  
Yes it is super popular ( can’t argue with that), but in terms of security and performance… I’ll pass.

I can’t tell you how many of my clients got their website hack because they’ve downloaded free plugins (poorly coded, or including some backdoor ) 😭😭😭

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [January 26, 2018, 3:01pm UTC](https://meta.discourse.org/t/looking-for-ruby-based-cms-recommendations-as-a-compliment-to-discourse/78930/7 "2018-01-26T15:01:13Z")

</div>

I hate wordpress as much as the next guy, but you can’t hold it responsible for people installing stupid plugins or not keeping it updated.

It turns out that maintaining a server in the internet is work.

I think that security is a higher priority for the discourse team than Wordpress. Further, Discourse is still hard enough to install (and plugins even harder) that fewer people who have no business deciding what plugins to install are able to do so.
