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.
Go to file
Jonas Folvik db1c10eb9b An Option to resend the confirmation mail
You should now be able to resend the confirmation mail with the click of
a link that is next to the warning that the mail isn't confirmed.

Resend the confirmation mail cleaning

Just a way to re use the files and stuff we already have instead of the
file I created even though I could use the register_mail we have.

Change of route and link to button

I changed the route from GET to POST because of security reasons, and
changed the link_to to a button_to

changed the notice

I changed the notice so it said check for the mail instead of check for
the link

Changed notice and button

Changed the notice to say "Check your inbox" instead of "Check your
mail" also changed the way the class looks
2016-06-17 10:21:49 +02:00
2016-02-07 14:27:57 +01:00
2013-05-18 22:46:56 +02:00
2015-03-23 00:50:13 +01:00
2013-05-18 22:46:56 +02:00
2015-02-16 20:59:07 +01:00
2013-05-18 22:46:56 +02:00
2015-03-23 22:31:22 +01:00
2015-03-23 01:00:06 +01:00
2016-01-17 22:27:38 +01:00
2016-01-25 20:51:53 +01:00
2016-01-17 23:16:37 +01:00

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
Readme 8.5 MiB
Languages
Ruby 51.9%
HTML 35.5%
SCSS 9.6%
JavaScript 2.9%