Wow, I was born in Shaker Heights!
I see Olivér (user id 16) posting the competition announcement here:
...
I, [2016-01-24T12:43:54.518810 #3592] INFO -- : Started GET "/competitions/ShakerHeights2016/post/announcement" for 213.222.165.69 at 2016-01-24 12:43:54 +0000
D, [2016-01-24T12:43:54.520521 #3592] DEBUG -- : User Load (0.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 16 ORDER BY `users`.`id` ASC LIMIT 1
I, [2016-01-24T12:43:54.521794 #3592] INFO -- : Processing by CompetitionsController#post_announcement as HTML
I, [2016-01-24T12:43:54.521839 #3592] INFO -- : Parameters: {"id"=>"ShakerHeights2016"}
D, [2016-01-24T12:43:54.522645 #3592] DEBUG -- : Competition Load (0.2ms) SELECT `Competitions`.* FROM `Competitions` WHERE `Competitions`.`id` = 'ShakerHeights2016' LIMIT 1
D, [2016-01-24T12:43:54.523977 #3592] DEBUG -- : (0.1ms) BEGIN
D, [2016-01-24T12:43:54.536245 #3592] DEBUG -- : Post Exists (1.6ms) SELECT 1 AS one FROM `posts` WHERE `posts`.`title` = BINARY 'Shaker Heights 2016 on February 20, 2016 in Shaker Heights, USA' LIMIT 1
D, [2016-01-24T12:43:54.537051 #3592] DEBUG -- : Post Exists (0.2ms) SELECT 1 AS one FROM `posts` WHERE `posts`.`slug` = BINARY 'shaker-heights-2016-on-february-20-2016-in-shaker-heights-usa' LIMIT 1
D, [2016-01-24T12:43:54.539785 #3592] DEBUG -- : SQL (1.7ms) INSERT INTO `posts` (`title`, `body`, `author_id`, `world_readable`, `slug`, `created_at`, `updated_at`) VALUES ('Shaker Heights 2016 on February 20, 2016 in Shaker Heights, USA', 'The [Shaker Heights 2016](https://www.worldcubeassociation.org/results/c.php?i=ShakerHeights2016) will take place on February 20, 2016 in Shaker Heights, USA. Check out the [Shaker Heights 2016 website](http://www.cubingusa.com/shaker2016/) for more information and registration.', 16, 1, 'shaker-heights-2016-on-february-20-2016-in-shaker-heights-usa', '2016-01-24 12:43:54', '2016-01-24 12:43:54') D, [2016-01-24T12:43:54.545617 #3592] DEBUG -- : (5.4ms) COMMIT
I, [2016-01-24T12:43:54.546093 #3592] INFO -- : Completed 302 Found in 24ms (ActiveRecord: 9.2ms)
I, [2016-01-24T12:43:54.546478 #3592] INFO -- : [User Id] Request was made by user id: 16
I then see Evan Liu (user id 15) tweaking the post about 1 hour later:
I, [2016-01-24T13:56:11.842769 #3592] INFO -- : Started PATCH "/posts/5296" for 37.203.169.179 at 2016-01-24 13:56:11 +0000
D, [2016-01-24T13:56:11.844471 #3592] DEBUG -- : ^[[1m^[[36mUser Load (0.3ms)^[[0m ^[[1mSELECT `users`.* FROM `users` WHERE `users`.`id` = 15 ORDER BY `users`.`id` ASC LIMIT 1^[[0m
I, [2016-01-24T13:56:11.845968 #3592] INFO -- : Processing by PostsController#update as HTML
I, [2016-01-24T13:56:11.846037 #3592] INFO -- : Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "post"=>{"title"=>"Shaker Heights 2016 on February 20, 2016 in Shaker Heights, Ohio, USA", "body"=>"The [Shaker Heights 2016](https://www.worldcubeassociation.org/results/c.php?i=ShakerHeights2016) will take place on February 20, 2016 in Shaker Heights, Ohio, USA. Check out the [Shaker Heights 2016 website](http://www.cubingusa.com/shaker2016/) for more information and registration.", "sticky"=>"0"}, "commit"=>"Update Post", "id"=>"5296"} D, [2016-01-24T13:56:11.847178 #3592] DEBUG -- : ^[[1m^[[35mPost Load (0.3ms)^[[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`slug` = '5296' LIMIT 1
D, [2016-01-24T13:56:11.848144 #3592] DEBUG -- : ^[[1m^[[36mPost Load (0.7ms)^[[0m ^[[1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 5296 LIMIT 1^[[0m
D, [2016-01-24T13:56:11.848715 #3592] DEBUG -- : ^[[1m^[[35m (0.1ms)^[[0m BEGIN
D, [2016-01-24T13:56:11.877100 #3592] DEBUG -- : ^[[1m^[[36mPost Exists (26.6ms)^[[0m ^[[1mSELECT 1 AS one FROM `posts` WHERE (`posts`.`title` = BINARY 'Shaker Heights 2016 on February 20, 2016 in Shaker Heights, Ohio, USA' AND `posts`.`id` != 5296) LIMIT 1^[[0m
D, [2016-01-24T13:56:11.878633 #3592] DEBUG -- : ^[[1m^[[35mPost Exists (0.2ms)^[[0m SELECT 1 AS one FROM `posts` WHERE (`posts`.`slug` = BINARY 'shaker-heights-2016-on-february-20-2016-in-shaker-heights-ohio-usa' AND `posts`.`id` != 5296) LIMIT 1
D, [2016-01-24T13:56:11.880140 #3592] DEBUG -- : ^[[1m^[[36mSQL (0.3ms)^[[0m ^[[1mUPDATE `posts` SET `title` = 'Shaker Heights 2016 on February 20, 2016 in Shaker Heights, Ohio, USA', `body` = 'The [Shaker Heights 2016](https://www.worldcubeassociation.org/results/c.php?i=ShakerHeights2016) will take place on February 20, 2016 in Shaker Heights, Ohio, USA. Check out the [Shaker Heights 2016 website](http://www.cubingusa.com/shaker2016/) for more information and registration.', `slug` = 'shaker-heights-2016-on-february-20-2016-in-shaker-heights-ohio-usa', `updated_at` = '2016-01-24 13:56:11' WHERE `posts`.`id` = 5296^[[0m D, [2016-01-24T13:56:11.892108 #3592] DEBUG -- : ^[[1m^[[35m (11.5ms)^[[0m COMMIT
I, [2016-01-24T13:56:11.892667 #3592] INFO -- : Completed 302 Found in 47ms (ActiveRecord: 39.7ms)
I, [2016-01-24T13:56:11.893089 #3592] INFO -- : [User Id] Request was made by user id: 15
Evan, it's great that you fixed this, but it's very important to overcommunicate when working on the WCA website. Even benign appearing changes can have unexpected consequences =) I'm guilty of failing to overcommunicate myself, but it's something I'm always working on.
-Jeremy