Ask A Question

Notifications

You’re not receiving notifications from this thread.

simple_discussion gem vs. discourse for lightweight forum

DanInBC asked in Gems / Libraries

Just checked out the simple_discussion gem (extracted from the GoRails forum here). It looks like exactly what I need for a small forum project.

I'm wondering if anyone else has used the gem in production on Heroku and with a CDN such as Cloudfare, and could comment on any specific issues you may be having, or have had.

Also - I am aware of Discourse and while it works well for many use cases, I would rather avoid such a heavy duty solution as I only need simple, clean and lightweight functionality.

-Dan H

Reply

It's really simple, so you won't have any issues with it on Heroku or Cloudflare. There's no Javascript or anything to worry about.

Reply

Hey Chris, I'm working on the fork of simple_discussion rails engine, we wanted to extend the features set of this wonderful forum made by you.
we are adding markdown editor and parsing support to it, as well as global search using postgresql's full text search feature and profanity and spam detection in threads.

As I was implementing the markdown editor using SimpleMDE, do you know any way to inlcude this node_modules dependancy in rails engine development, other than one way by including minifiedjs file of simplemde in /assets/javascript folder. I feel this is lil bit hacky way but anyway...

Reply

Great, thanks Chris!

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.