Age | Commit message (Expand) | Author |
2014-03-06 | fix the has_and_belongs_to_many relations | Luke Shumaker |
2014-03-06 | tournaments setup started. NOT FINISHED | Tomer Kimia |
2014-03-06 | Merge branch 'clean' | Luke Shumaker |
2014-03-06 | fix the tournament_{player,host}s join tables | Luke Shumaker |
2014-03-06 | use had_and_belongs_to_many | Luke Shumaker |
2014-03-06 | Merge branch 'clean' | Luke Shumaker |
2014-03-06 | make the join tables not have models | Luke Shumaker |
2014-03-06 | tournament controller to matches redirect | AndrewMurrell |
2014-03-06 | matches now belong to tournament | nfoy |
2014-03-06 | Merge branch 'master' of https://github.com/LukeShu/leaguer | nfoy |
2014-03-06 | matches routed | nfoy |
2014-03-06 | fix joining a tournament | Luke Shumaker |
2014-03-06 | Merge branch 'master2' | Luke Shumaker |
2014-03-06 | Merge branch 'clean' into master2 | Luke Shumaker |
2014-03-06 | Merge branch 'clean' | Luke Shumaker |
2014-03-06 | Merge branch 'master' of github.com:LukeShu/leaguer | Luke Shumaker |
2014-03-06 | defaults now come in | Tomer Kimia |
2014-03-06 | routes: make server a single resource | Luke Shumaker |
2014-03-06 | implement tournament joining | Luke Shumaker |
2014-03-06 | Here's Luke's stuff because he doesn't have wifi. | AndrewMurrell |
2014-03-06 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb |
2014-03-06 | no | DavisLWebb |
2014-03-06 | update db/seeds.rb | guntasgrewal |
2014-03-06 | merge ready? | guntasgrewal |
2014-03-06 | new generate | guntasgrewal |
2014-03-06 | tournaments table only shows if tournaments exits | Tomer Kimia |
2014-03-06 | login fixed and some views look better | Tomer Kimia |
2014-03-06 | Merge branch 'clean' | Luke Shumaker |
2014-03-06 | add a user_tournament_pair | Luke Shumaker |
2014-03-06 | add a stop.sh script | Luke Shumaker |
2014-03-06 | tournaments: fix game selection | Luke Shumaker |
2014-03-06 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb |
2014-03-06 | Users can now log in with user_name and email but I could not make one text b... | DavisLWebb |
2014-03-06 | Minor visual changes | guntasgrewal |
2014-03-06 | fix missing question-marks | Luke Shumaker |
2014-03-05 | User model: implement #join_groups and #leave_groups | Luke Shumaker |
2014-03-05 | add access control to the controllers for alerts, servers, and tournaments | Luke Shumaker |
2014-03-05 | users_controller: check permissions for doing things | Luke Shumaker |
2014-03-05 | User model: implement #in_group? | Luke Shumaker |
2014-03-05 | undelete more files that Davis accidentally deleted | Luke Shumaker |
2014-03-05 | Merge branch 'clean' | Luke Shumaker |
2014-03-05 | use separate migrations to make things hidden, add user#groups:integer | Luke Shumaker |
2014-03-05 | Merge branch 'clean' | Luke Shumaker |
2014-03-05 | move the separate migrations into the original generates | Luke Shumaker |
2014-03-05 | Merge branch 'clean' | Luke Shumaker |
2014-03-05 | make a session model as well as controller | Luke Shumaker |
2014-03-05 | simplify with css more | Luke Shumaker |
2014-03-05 | undo my kludgery from when JS was broken | Luke Shumaker |
2014-03-05 | css is simpler than html (remove the hr above the footer, do it with css) | Luke Shumaker |
2014-03-04 | dynamic formgit add app/views/tournaments/new.html.erb app/views/tournaments/... | Tomer Kimia |