This repository has been archived on 2024-08-27 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
ec8d0095f32356c5f1ba2eef55903f3aedc66828
Removed the haspaid?, correct_case?, ign_is_not_skull and ign_is_not_mojang methods because they aren't used anymore, since we now have a connection between the server and the website to check if they have paid and that the skull is a skull. I also removed the account_exists? method because it makes problems when you setup the database since some users can be seen to not exist.
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.
Description
Redstoner's website with forums, a blog, and info pages.
https://github.com/RedstonerServer/redstoner.com
Languages
Ruby
51.9%
HTML
35.5%
SCSS
9.6%
JavaScript
2.9%