1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 16:46:42 +01:00
Commit Graph

24 Commits

Author SHA1 Message Date
89a8fbba99 Show author names in problem and translation views 2019-02-05 12:00:25 +01:00
b0f8bc5090 Use Omniauthable user model with admin role 2019-02-03 18:00:42 +01:00
3a2aa6ea1a Add ability to accept or decline translations 2019-02-02 17:53:02 +01:00
8da1323fd8 Add status to translations 2019-02-02 13:09:01 +01:00
f5d0e721a1 Add about pages 2017-11-24 14:26:48 +01:00
95bb01b440 Update rails and code 2017-11-23 13:52:13 +01:00
e67a03bbe3 Add function for updating problem count 2015-03-01 20:56:30 +01:00
b1d0daf47a Prevent N+1 on title validation 2015-02-12 18:26:02 +01:00
c124808ffe Fix #14: Make uniqueness check among other problems 2015-02-12 16:31:52 +01:00
0677e19b93 Add Admin class 2015-01-31 12:19:54 +01:00
5b7fd1fe27 Fix association from problem to its current translation 2014-12-30 23:32:17 +01:00
b16a04973a Make translations a nested resource for each problem 2014-12-30 17:12:50 +01:00
2b812f297d Move original_url from translation to problem 2014-12-29 20:33:30 +01:00
4c16813c92 Add check whether problem has a translation 2014-12-29 20:28:33 +01:00
cbf17cfce0 Add delegation and per_page to problem 2014-12-29 16:18:20 +01:00
fa86abc06d Add presence of problem to translation 2014-12-29 15:29:01 +01:00
bbe80b1409 Create association of translations with their problems 2014-12-15 00:38:29 +01:00
79ed82cfd8 Create Problem model with reference to current translation 2014-12-14 23:11:40 +01:00
e13b82ad1f Rename Problem to Translation 2014-12-13 17:00:00 +01:00
94087d31d2 Add link to original problem 2014-12-10 22:59:02 +01:00
6663c06086 Add problem pagination with will_paginate. Fix #2 2014-12-10 11:59:01 +01:00
fbb958cb41 Add presence and uniqueness validations for problem 2014-12-10 10:44:10 +01:00
b7a0303206 Add problem type 2014-11-30 16:43:09 +01:00
bbbadc5184 Project setup 2014-11-30 16:38:53 +01:00