Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-06 | fix the tournament_{player,host}s join tables | Luke Shumaker | |
2014-03-06 | Merge branch 'master' of github.com:LukeShu/leaguer | Luke Shumaker | |
Conflicts: app/controllers/tournaments_controller.rb app/models/tournament.rb app/views/tournaments/_selected.html.erb app/views/tournaments/new.html.erb db/migrate/20140306024707_create_servers.rb db/migrate/20140306024711_create_matches.rb db/migrate/20140306024713_create_teams.rb db/migrate/20140306024715_create_alerts.rb db/migrate/20140306024718_create_pms.rb db/migrate/20140306024722_create_users.rb db/migrate/20140306024724_create_sessions.rb db/migrate/20140306024729_create_server_settings.rb db/migrate/20140306024731_create_user_team_pairs.rb db/migrate/20140306024733_create_team_match_pairs.rb db/migrate/20140306024735_create_tournament_options.rb db/migrate/20140306024744_add_hidden_attrs_to_user.rb db/migrate/20140306202154_create_servers.rb db/migrate/20140306202156_create_tournaments.rb db/migrate/20140306202158_create_matches.rb db/migrate/20140306202200_create_teams.rb db/migrate/20140306202202_create_alerts.rb db/migrate/20140306202204_create_pms.rb db/migrate/20140306202207_create_games.rb db/migrate/20140306202209_create_users.rb db/migrate/20140306202211_create_sessions.rb db/migrate/20140306202213_create_game_attributes.rb db/migrate/20140306202215_create_server_settings.rb db/migrate/20140306202217_create_tournament_options.rb db/migrate/20140306202219_create_user_team_pairs.rb db/migrate/20140306202224_create_team_match_pairs.rb db/migrate/20140306202232_add_hidden_attrs_to_user.rb db/migrate/20140306222309_create_servers.rb db/migrate/20140306222320_create_matches.rb db/migrate/20140306222325_create_teams.rb db/migrate/20140306222330_create_alerts.rb db/migrate/20140306222336_create_pms.rb db/migrate/20140306222347_create_users.rb db/migrate/20140306222352_create_sessions.rb db/migrate/20140306222357_create_server_settings.rb db/migrate/20140306222402_create_tournament_options.rb db/migrate/20140306222422_create_user_team_pairs.rb db/migrate/20140306222427_create_team_match_pairs.rb db/migrate/20140306222447_add_hidden_attrs_to_user.rb db/schema.rb generate.sh | |||
2014-03-06 | new generate | guntasgrewal | |
2014-03-06 | add a user_tournament_pair | Luke Shumaker | |
2014-03-05 | use separate migrations to make things hidden, add user#groups:integer | Luke Shumaker | |
2014-03-05 | move the separate migrations into the original generates | Luke Shumaker | |
2014-03-05 | make a session model as well as controller | Luke Shumaker | |
2014-03-03 | fix index-adding migrations (I think), and fix `git add`ing schema.rb | Luke Shumaker | |
2014-03-03 | Have generate.sh to tricky git stuff, run it | Luke Shumaker | |
also, stick in a couple of missing 'bundle exec's | |||
2014-03-03 | run ./generate.sh | Luke Shumaker | |
2014-03-03 | Merge branch 'master' of http://github.com/LukeShu/leaguer | AndrewMurrell | |
2014-03-03 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
2014-03-03 | Made it possible to log in from the sign up page. As in I put a link under ↵ | AndrewMurrell | |
the mess I made. | |||
2014-03-03 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
2014-03-03 | Some of the stuff I forgot to commit last night. Updated and cleaned up some ↵ | AndrewMurrell | |
pages as well as getting the gameType listing to work. | |||
2014-03-02 | Merge branch 'master' of http://github.com/LukeShu/leaguer | AndrewMurrell | |
2014-03-02 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
2014-03-02 | changed the generate.sh | DavisLWebb | |
2014-03-02 | Added Tournament Name. | AndrewMurrell | |
2014-03-02 | Added --force flags for parts of the generator. | AndrewMurrell | |
2014-03-02 | The start script is less obnoxious now. | AndrewMurrell | |
2014-03-02 | Finished sessions and updated user model | DavisLWebb | |
2014-03-02 | app html still here | Tomer Kimia | |
2014-03-02 | currently adding Session controller and view | DavisLWebb | |
2014-03-02 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
Conflicts: Gemfile.lock app/views/layouts/application.html.erb config/routes.rb | |||
2014-03-02 | Gemfile.lock | DavisLWebb | |
2014-03-02 | Not sure what this merge is... will investigate | Tomer Kimia | |
Merge branch 'master' of https://github.com/LukeShu/leaguer | |||
2014-03-02 | added preliminary homepage | Tomer Kimia | |
2014-03-01 | Merge branch 'master' of github.com:LukeShu/leager | Luke Shumaker | |
2014-03-01 | doc/.gitignore: ignore generated documentation | Luke Shumaker | |
2014-03-01 | mv docs doc | Luke Shumaker | |
2014-03-01 | quick and dirty css | Tomer Kimia | |
2014-03-01 | changed the gemfile to include rspecy testing and a security name i cant ↵ | DavisLWebb | |
remember the name of | |||
2014-03-01 | changed the user section of the generate | DavisLWebb | |
2014-03-01 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
2014-03-01 | Made the start script sent 2> to a file called server.talk for later reference. | AndrewMurrell | |
2014-03-01 | I added a start.sh file so that you can just type ./start.sh to both ↵ | AndrewMurrell | |
generate and start the server. | |||
2014-02-27 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
2014-02-27 | Booted the strap | DavisLWebb | |
2014-02-27 | Added the seeding to generation. | AndrewMurrell | |
2014-02-27 | Added the Games Attributes stuff. | AndrewMurrell | |
2014-02-27 | give tournaments a game type | Luke Shumaker | |
2014-02-27 | add game types | Luke Shumaker | |
2014-02-26 | Possibly broke everything. Added another model for populating tournament ↵ | AndrewMurrell | |
options. | |||
2014-02-20 | fix datatype names in generate.sh | DavisLWebb | |
2014-02-18 | Changes to generate.sh | AndrewMurrell | |
2014-02-18 | Updated generate and added basic instruction block comment. | AndrewMurrell | |