1
0
mirror of https://github.com/danbee/scoreboard synced 2025-03-04 08:59:11 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
1ddedd11d5
Merge pull request #5 from danbee/dependabot/bundler/rack-1.6.13
Bump rack from 1.6.0 to 1.6.13
2021-09-09 17:03:59 -05:00
bcc5b3f592
Merge pull request #3 from danbee/dependabot/bundler/puma-4.3.8
Bump puma from 2.11.2 to 4.3.8
2021-09-09 17:03:47 -05:00
05a70f37c4
Merge pull request #2 from danbee/dependabot/bundler/json-2.3.0
Bump json from 1.8.2 to 2.3.0
2021-09-09 17:03:38 -05:00
ceee3045a2
Create codeql-analysis.yml 2021-09-09 17:01:43 -05:00
dependabot[bot]
9b34527377
Bump rack from 1.6.0 to 1.6.13
Bumps [rack](https://github.com/rack/rack) from 1.6.0 to 1.6.13.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/1.6.0...1.6.13)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 22:01:18 +00:00
dependabot[bot]
2fe43882d0
Bump puma from 2.11.2 to 4.3.8
Bumps [puma](https://github.com/puma/puma) from 2.11.2 to 4.3.8.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v2.11.2...v4.3.8)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 22:01:12 +00:00
dependabot[bot]
4d8204e8e7
Bump json from 1.8.2 to 2.3.0
Bumps [json](https://github.com/flori/json) from 1.8.2 to 2.3.0.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](https://github.com/flori/json/compare/v1.8.2...v2.3.0)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 22:01:07 +00:00
9dd7dd56ae
Remove foreman from the Gemfile 2016-02-26 16:28:37 +00:00
51fe026f21
Make the reset button look more button like 2015-12-16 10:55:35 +00:00
dbdff8f4b6
Use black translucent status 2015-12-08 18:39:29 +00:00
246ac229ca
Update title to "Scoreboard" 2015-12-08 18:34:14 +00:00
3ab92e030b
Add icons 2015-12-08 17:18:04 +00:00
b1739301dd
Set the statusbar to black 2015-12-08 17:02:10 +00:00
0a7e2436a1
Improve appearance of reset button 2015-12-08 16:50:38 +00:00
91bc549216
Make sure the serve is updated on undo 2015-12-08 14:25:05 +00:00
2877b08a63
Don't swap the serve
The players already swap ends so this is unnecessary.
2015-12-08 12:56:27 +00:00
8659b2bd85
One serve each on 10-10 2015-12-08 12:28:21 +00:00
214d4c970f
Add serve tracking 2015-12-08 12:07:55 +00:00
4f1b874c3f Swap red and blue 2015-10-23 14:40:01 +01:00
5a059fc2ec Make app capable 2015-09-20 11:21:28 +01:00
2d30fa3398 Add new_game route with ability to set names. 2015-05-14 18:09:35 +01:00
34c2ceec43 Update Pusher library. 2015-05-14 15:22:06 +01:00
8db589e6ec Switch to Heroku Redis. 2015-05-13 11:26:06 +01:00
a25f39308c Refactor and add undo. 2015-05-11 16:51:09 +01:00
cd631a5c77 Add mozilla specific prefixes for flexbox. 2015-05-11 08:53:09 +01:00
3ac9ef57d3 Fix styling in iOS Safari. 2015-05-10 15:25:34 +01:00
5e78777fdb Add readme. 2015-05-10 15:13:16 +01:00
3e01606224 Specify ruby version. 2015-05-10 15:10:35 +01:00
30b1ff1b61 Rename to Scoreboard. 2015-05-10 15:09:30 +01:00
b0830efc2e No longer have to limit to 1 worker and thread. 2015-05-10 14:57:25 +01:00
7e487167d1 Use redis-objects for persistence.
This has also simplified the code!
2015-05-10 14:55:37 +01:00
5e5a67fe56 Add scores tag. 2015-05-09 16:41:45 +01:00
0b715e45af Add port. 2015-05-09 16:35:52 +01:00
11facb4f05 Remove dotenv from group. 2015-05-09 16:33:33 +01:00
e2d9a6b3b3 Put foreman and dotenv in the dev group. 2015-05-09 16:31:40 +01:00
a83d677f45 Specify ruby version. 2015-05-09 16:30:11 +01:00
63f93bc8eb Add Procfile and Foreman. 2015-05-09 16:28:47 +01:00
24bbe78143 Remove execute permissions on score_board. 2015-05-09 16:15:40 +01:00
d87153cae3 Remove compromised Pusher key. 2015-05-09 16:02:27 +01:00
92fb479b89 Refactor with Riot.js. 2015-05-09 15:48:51 +01:00
5661ed25c9 Add game logic. 2015-05-08 18:02:45 +01:00
174242f824 Move state server side. 2015-05-08 17:45:10 +01:00
0a5ece1d00 Add scoreboard. 2015-05-08 16:34:49 +01:00
dfd14c4c34 Update Gemfile.lock. 2015-05-08 15:01:58 +01:00
440eaed3ee Add rack config. 2015-05-08 15:00:13 +01:00
96ca60e6fa First commit. 2015-05-08 14:58:36 +01:00