Show More
Commit Description:
Update rails version to '3.2.19' to compensate with issue stated by nattee on pull request #4 of cafe-grader-judge-scripts, add view of list_all action
Commit Description:
Update rails version to '3.2.19' to compensate with issue stated by nattee on pull request #4 of cafe-grader-judge-scripts, add view of list_all action
References:
File last commit:
Show/Diff file:
Action:
test/fixtures/problems.yml | 24 lines | 424 B | text/x-yaml | YamlLexer |
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
name: add
full_name: add_full_name
available: true
two:
id: 2
name: subtract
full_name: subtract_full_name
available: false
easy:
name: easy_problem
full_name: Easy Problem
available: true
contests: contest_a, contest_b
hard:
name: hard_problem
full_name: Hard Problem
available: true
contests: contest_b