diff --git a/README.md b/README.md index de4f249e..efddd41b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Join the [Discord](https://discord.gg/KZWFsNN) to discuss content and developmen 2. Clone the repo to your local machine -4. Download the [Fixtures Pack](https://www.dropbox.com/scl/fi/gacrptl8htt331py9ysrh/PhishinDevFixtures.zip?rlkey=ys61k2qrer7exv2zej95b275l&st=xi1navpb&dl=0) and unzip it. This file contains a full database export (updated May 2024) minus users and API keys. It also includes MP3 audio and PNG waveform attachments for the last Baker's Dozen show, which should be browsable and playable via `localhost:3000/2017-08-06` once the local server is running. Additionally it includes MP3s/notes for 2018-12-28 for testing the `rails shows:import` task. +4. Download the [Fixtures Pack](https://www.dropbox.com/scl/fi/ezmwysxnj6z1kgpfy04nb/PhishinDevFixtures.zip?rlkey=qvpvezehcudnr0u7c54337gv0&st=c8nchmf2&dl=0) and unzip it. This file contains a full database export (updated May 2024) minus users and API keys. It also includes MP3 audio and PNG waveform attachments for the last Baker's Dozen show, which should be browsable and playable via `localhost:3000/2017-08-06` once the local server is running. Additionally it includes MP3s/notes for 2018-12-28 for testing the `rails shows:import` task. ```bash # Copy SQL dump into PG container and run it diff --git a/app/javascript/stylesheets/errors.css.scss b/app/javascript/stylesheets/errors.css.scss index abac3587..3d3d499b 100644 --- a/app/javascript/stylesheets/errors.css.scss +++ b/app/javascript/stylesheets/errors.css.scss @@ -21,7 +21,7 @@ .error-detail { font-size: 2.5rem; - color: rgb(182, 91, 91); + color: $error-red; font-weight: bold; margin-top: 1.5rem; margin-bottom: 4rem; diff --git a/config/storage.yml b/config/storage.yml index 258dd47d..f0f7c694 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -1,6 +1,6 @@ test: service: Disk - root: <%= Rails.root.join("tmp/storage") %> + root: <%= Rails.root.join("tmp/attachments-test") %> local: service: Disk