Show More
Commit Description:
moved root/roles creation from migration to seed.rb
Commit Description:
moved root/roles creation from migration to seed.rb
File last commit:
Show/Diff file:
Action:
test/fixtures/users.yml | 20 lines | 369 B | text/x-yaml | YamlLexer |
pramook
initial commit...
r0 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58
<%
User.public_class_method :encrypt
Jittat Fakcharoenphol
started cleaning up tests, fixed fixtures loading error, removed error when contest time limit is uninitialized
r275 salt = "abc"
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58 %>
john:
login: john
Jittat Fakcharoenphol
started cleaning up tests, fixed fixtures loading error, removed error when contest time limit is uninitialized
r275 full_name: john
hashed_password: <%= User.encrypt("hello",salt) %>
salt: <%= salt %>
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58 mary:
login: mary
Jittat Fakcharoenphol
started cleaning up tests, fixed fixtures loading error, removed error when contest time limit is uninitialized
r275 full_name: mary
hashed_password: <%= User.encrypt("goodbye",salt) %>
salt: <%= salt %>
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58 roles: admin