• Stars
    star
    368
  • Rank 111,900 (Top 3 %)
  • Language
    Ruby
  • License
    MIT License
  • Created almost 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple, extensible Rails forum

SimpleDiscussion - Forum engine for Ruby on Rails

Build Status Gem Version

SimpleDiscussion is a Rails forum gem extracting the GoRails forum. It includes categories, simple moderation, the ability to mark threads as solved, and more.

Out of the box, SimpleDiscussion comes with styling for Bootstrap v4 but you're free to customize the UI as much as you like by installing the views and tweaking the HTML.

GoRails Forum

Installation

Before you get started, SimpleDiscussion requires a User model in your application (for now).

Add this line to your application's Gemfile:

gem 'simple_discussion'

And then execute:

bundle

Install the migrations and migrate:

rails simple_discussion:install:migrations
rails db:migrate

Add SimpleDiscussion to your User model. The model must have name method which will be used to display the user's name on the forum. Currently only a model named User will work, but this will be fixed shortly.

class User < ActiveRecord::Base
  include SimpleDiscussion::ForumUser

  def name
    "#{first_name} #{last_name}"
  end
end

Optionally, you can add a moderator flag to the User model to allow users to edit threads and posts they didn't write.

rails g migration AddModeratorToUsers moderator:boolean
rails db:migrate

Add the following line to your config/routes.rb file:

mount SimpleDiscussion::Engine => "/forum"

Lastly, add the CSS to your application.css to load some default styles.

*= require simple_discussion

Usage

To get all the basic functionality, the only thing you need to do is add a link to SimpleDiscussion in your navbar.

<%= link_to "Forum", simple_discussion_path %>

This will take the user to the views inside the Rails engine and that's all you have to do!

Customizing All The Things!

If you'd like to customize the views that SimpleDiscussion uses, you can install the views to your Rails app:

rails g simple_discussion:views

You can also install a copy of the SimpleDiscussion controllers for advanced customization:

rails g simple_discussion:controllers

Helpers are available for override as well. They are used for rendering the user avatars, text formatting, and more.

rails g simple_discussion:helpers

NOTE: Keep in mind that the more customization you do, the tougher gem upgrades will be in the future.

Email And Slack Notifications

By default, SimpleDiscussion will attempt to send email and slack notifications for users subscribed to threads. To turn these off you can do the following in config/initializers/simple_discussion.rb

SimpleDiscussion.setup do |config|
  config.send_email_notifications = false # Default: true
  config.send_slack_notifications = false # Default: true
end

Slack notifications require you to set simple_discussion_slack_url in your config/secrets.yml. If you don't have this value set, it will not attempt Slack notifications even if they are enabled.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/excid3/simple_discussion. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the SimpleDiscussion project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

More Repositories

1

noticed

Notifications for Ruby on Rails applications
Ruby
2,275
star
2

simple_calendar

A wonderfully simple calendar gem for Rails
Ruby
1,476
star
3

jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default
HTML
1,168
star
4

tailwindcss-stimulus-components

A set of StimulusJS components for TailwindCSS apps similar to Bootstrap JS components.
JavaScript
1,083
star
5

madmin

A robust Admin Interface for Ruby on Rails apps
JavaScript
497
star
6

receipts

Easy receipts and invoices for your Rails applications
Ruby
495
star
7

prefixed_ids

Friendly Prefixed IDs for your Ruby on Rails models
Ruby
198
star
8

revise_auth

A pure Rails authentication system like Devise.
Ruby
192
star
9

stack_rescue

A gem for Rails to automatically search Google for exceptions raised in your Rails applications
Ruby
171
star
10

esbuild-rails

Esbuild Rails plugin
JavaScript
137
star
11

signalman

Development tools for Ruby on Rails
Ruby
92
star
12

beginnerbounties.com

Small Projects for Junior Developers
Ruby
77
star
13

dotfiles

My personal dotfiles for macOS: zsh, MacVim, iterm, and more.
Vim Script
70
star
14

stimulus-slimselect

A Stimulus wrapper around SlimSelect
JavaScript
66
star
15

python-apt

This is a Python library interface to libapt, which allows you to query and manipulat APT package repository information using the Python programming language.
C++
63
star
16

combined_time_select

A Rails time_select like Google Calendar with combined hour and minute time_select
Ruby
60
star
17

logbot

A minimal IRC bot for logging channels
Python
59
star
18

textual-solarized

A port of the Solarized theme to Textual IRC
JavaScript
31
star
19

simple_calendar-ajax-example

An example Rails application to demonstrate SimpleCalendar AJAX next/previous links
Ruby
29
star
20

scheduled_tweets

Ruby
28
star
21

gorails-forum

Ruby
24
star
22

betterminitest.com

Learn how to write better Minitest tests
CSS
21
star
23

Rails-Learning

List of resources to learning this amazing platform for building top-quality web apps with Ruby on Rails! ❀
20
star
24

trello-stimulus-reflex

A trello clone using Stimulus Reflex
Ruby
17
star
25

railshackathon.com

The RailsHackathon.com website
HTML
17
star
26

asdf-vars

An asdf extension that safely sets global and per-project environment variables, based upon rbenv
Shell
17
star
27

railsconf-2020-actiontext

Railsconf 2020 example app for showcasing ActionText
Ruby
16
star
28

nine_to_five

Ruby
14
star
29

oauthable

Setup, test, and implement the OAuth connections to over 70 different APIs.
Ruby
13
star
30

gorails-ruby

An interactive CLI for GoRails, Railsbytes, Jumpstart, and more.
Ruby
12
star
31

animatedgif.me-v2

Ruby
11
star
32

keryx

Python
11
star
33

current_projects

Lists a user's active github projects
Ruby
9
star
34

israilsdead.com

It's pretty self explanatory I think
HTML
9
star
35

urlgrabber

A high-level cross-protocol url-grabber
Python
8
star
36

Sublime-Ruby-on-Rails.tmLanguage

8
star
37

fluttrly

An elegantly simple todo list
Ruby
8
star
38

simpyl_pastebin

A simple python pastebin
Python
8
star
39

zapier

Zapier API Rubygem
Ruby
8
star
40

excid3-wordpress-theme

My wordpress theme for excid3.com
PHP
7
star
41

animatedgifme

A ruby library for http://animatedgif.me
Ruby
7
star
42

weather_underground

A Ruby gem for the Weather Underground API
Ruby
7
star
43

wistia-player-speed

Add 2x, 1.5x, 0.5x speeds and skip 30 seconds controls to your Wistia video player
HTML
7
star
44

stimulus-js-2.0

A look at Stimulus JS 2.0's new Values and CSS Classes APIs
Ruby
6
star
45

railsconf-2021

Realtime Rails applications with Hotwire & ActionMailbox
Ruby
6
star
46

superleggera

Monitor your CSS in development to create a whitelist for PurgeCSS in Rails with Webpacker
Ruby
6
star
47

deploy_test

See how to deploy Rails to Ubuntu with Capistrano
Ruby
5
star
48

feedforward.io

Curating articles that inspire discussion
Ruby
5
star
49

particlesjs-rails-example

Ruby
5
star
50

clickable-simple_calendar

An example how to make the dates clickable with simple_calendar for creating new events
Ruby
5
star
51

webhookmonitor.com

A tool for recording and monitoring webhooks
Ruby
4
star
52

rpi-pms5003

Raspberry Pi air quality monitoring with PMS5003 and Ruby
Ruby
4
star
53

chef-rails-stack

Chef Solo recipes to setup a Rails stack on Ubuntu 12.04 LTS
Ruby
4
star
54

cfps

Conference talk submissions (CFPs)
4
star
55

react-todolist

A react todo list application with Ruby on Rails
Ruby
4
star
56

landing

My new website landing page
CSS
4
star
57

vuejs-rails-markdown-field

Use VueJS to add markdown previews to any Rails form input field or text area.
Ruby
4
star
58

better_resources

Resources routes that use the same for new and edit so users get less 404s
Ruby
3
star
59

rails-5.2-actiontext

Testing ActionText in Rails 5.2
Ruby
3
star
60

simple_calendar-example

A simple calendar gem example with Rails 6
Ruby
3
star
61

irc_bothost

A Django web application for maintaining python IRC bots
Python
3
star
62

sponsor-hub

A hub for your GitHub sponsors
Ruby
3
star
63

excid3

3
star
64

simple_calendar-full-day-example

Ruby
3
star
65

download_counter

A download counter implemented in Rails3 with an administration interface
Ruby
3
star
66

administrate-trix-editor

Episode 211: Adding the Trix Editor as an Administrate Custom Field
Ruby
3
star
67

gemspec-cheatsheet

An interactive GemSpec cheat sheet
3
star
68

excid3.com

Moving to Jekyll
HTML
3
star
69

reply_parser

Parser for email replies
Ruby
3
star
70

animatedgif.me

With Great Gifs Comes Great Responsibility
Ruby
3
star
71

turbolinks-3-example

Ruby
3
star
72

imageme

Ruby
2
star
73

unwrapt

A pure python layer for offline package managers
Python
2
star
74

chromium

cluster rendering
C
2
star
75

googleweather

Ruby client for the undocumented Google Weather API
Ruby
2
star
76

lithoslabs.com

2
star
77

cultivate

Ruby
2
star
78

blogspam

A Ruby and/or Rails client for Blogspam.net
Ruby
2
star
79

pastebot

An IRC bot that accepts pastes, uploads them, and notifies recipients
Python
2
star
80

excid3bot

A hubot
CoffeeScript
2
star
81

cdnjs-rails

A mechanized way to pull in one to many CDNJS libraries with fall back to local installed versions.
Ruby
2
star
82

keryx_profiler

A website to maintain user submitted profiles for Keryx
Ruby
2
star
83

rugby

A Ruby IRC bot
Ruby
2
star
84

trackler

A package tracker visualizing progress on Google Maps
Ruby
2
star
85

panopticode

Social Volt Contest Entry
Ruby
2
star
86

hatchbox-marketing

2
star
87

No-Net-Debs

List and download deb packages for updates (dist-upgrade included) or new package(s) for a computer without Internet. Hosting in case http://ubuntu.no.sapo.pt/nonetdebs/nonetdebs goes down.
2
star
88

fluttr-desktop

Fluttr desktop application in Python and GTK
Python
2
star
89

omniauth-stripeplatform

A strategy for omniauth and the new beta Stripe.com platofrm.
Ruby
1
star
90

simple_map

Ruby
1
star
91

hacker_rank

A Ruby interface to the HackerRank / InterviewStreet API
Ruby
1
star
92

anonykron

anonykron.com
Ruby
1
star
93

ipcommerce

Ruby
1
star
94

confab

A NodeJS IRC client in the browser
JavaScript
1
star
95

taip-parser

Ruby
1
star
96

omniauth-linode

An Omniauth Strategy for Linode's v4 API
Ruby
1
star
97

ice_rocket

A Rubygem for the IceRocket API
Ruby
1
star
98

combined_time_select-example

Ruby
1
star
99

resume

My resume!
1
star
100

shortbot

An IRC bot that shortens URLs via bit.ly
Python
1
star