Skip to content

Redstoner's website with forums, a blog, and info pages.

License

Notifications You must be signed in to change notification settings

tadhgboyle/redstoner.com

 
 

Repository files navigation

redstoner.com

Redstoner's ruby-on-rails website with blog, forum, etc.

Installation

You need a MySQL server with utf8mb4 support. If you have issues, try adding this to your my.cnf:

[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci

The rest should be a default rails installation:

bundle
rake db:setup
rails s

Note: We currently use rails 4-2-stable because it has backported support for utf8mb4.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.6%
  • HTML 34.4%
  • CSS 9.2%
  • JavaScript 2.8%