You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-40Lines changed: 6 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ First, get everything installed and configured with:
6
6
7
7
bin/setup
8
8
9
-
If you'd like to load fixtures:
10
-
11
-
bin/rails db:fixtures:load
12
-
13
9
And then run the development server:
14
10
15
11
bin/dev
16
12
17
13
You'll be able to access the app in development at http://fizzy.localhost:3006
18
14
15
+
You can reset the database and seed it with:
16
+
17
+
bin/setup --reset
18
+
19
19
## Running tests
20
20
21
21
For fast feedback loops, unit tests can be run with:
@@ -26,47 +26,13 @@ The full continuous integration tests can be run with:
26
26
27
27
bin/ci
28
28
29
-
### Tests
30
-
31
-
### Outbound Emails
32
-
33
-
#### Development
29
+
## Outbound Emails
34
30
35
31
You can view email previews at http://fizzy.localhost:3006/rails/mailers.
36
32
37
-
You can enable or disable [`letter_opener`](https://github.com/ryanb/letter_opener) to
38
-
open sent emails automatically with:
33
+
You can enable or disable [`letter_opener`](https://github.com/ryanb/letter_opener) to open sent emails automatically with:
39
34
40
35
bin/rails dev:email
41
36
42
37
Under the hood, this will create or remove `tmp/email-dev.txt`.
43
38
44
-
## Environments
45
-
46
-
Fizzy is deployed with Kamal. You'll need to have the 1Password CLI set up in order to access the secrets that are used when deploying. Provided you have that, it should be as simple as `bin/kamal deploy` to the correct environment.
47
-
48
-
### Beta
49
-
50
-
Beta is primarily intended for testing product features.
51
-
52
-
Beta tenant is:
53
-
54
-
-https://fizzy-beta.37signals.com
55
-
56
-
This environment uses local disk for Active Storage.
57
-
58
-
59
-
### Staging
60
-
61
-
Staging is primarily intended for testing infrastructure changes.
62
-
63
-
-https://fizzy.37signals-staging.com/
64
-
65
-
This environment uses a FlashBlade bucket for blob storage, and shares nothing with Production. We may periodically copy data here from production.
66
-
67
-
68
-
### Production
69
-
70
-
-https://app.fizzy.do/
71
-
72
-
This environment uses a FlashBlade bucket for blob storage.
0 commit comments