File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet!
11
+
12
+ ## [ 0.9.0] - 2024-08-09
13
+
10
14
### Changed
11
15
12
16
- Add ` config/initializers/enable_yjit.rb ` which enables YJIT by default (delete this file to disable it)
@@ -342,7 +346,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
342
346
343
347
- Everything!
344
348
345
- [ Unreleased ] : https://github.com/nickjj/docker-rails-example/compare/0.8.0...HEAD
349
+ [ Unreleased ] : https://github.com/nickjj/docker-rails-example/compare/0.9.0...HEAD
350
+ [ 0.9.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.8.0...0.9.0
346
351
[ 0.8.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.7.0...0.8.0
347
352
[ 0.7.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.6.0...0.7.0
348
353
[ 0.6.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.5.0...0.6.0
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Dockerize an existing Rails app.
70
70
- Add ` pages ` controller with a home page
71
71
- Add ` up ` controller with 2 health check related actions
72
72
- ** Config** :
73
- - Log to STDOUT so that Docker can consume and deal with log output
73
+ - Log to STDOUT so that Docker can consume and deal with log output
74
74
- Credentials are removed (secrets are loaded in with an ` .env ` file)
75
75
- Extract a bunch of configuration settings into environment variables
76
76
- Rewrite ` config/database.yml ` to use environment variables
@@ -120,7 +120,7 @@ these commands for PowerShell if you want.
120
120
git clone https://github.com/nickjj/docker-rails-example hellorails
121
121
cd hellorails
122
122
123
- # Optionally checkout a specific tag, such as: git checkout 0.8 .0
123
+ # Optionally checkout a specific tag, such as: git checkout 0.9 .0
124
124
```
125
125
126
126
#### Copy an example .env file because the real one is git ignored:
@@ -364,7 +364,7 @@ couple of free and paid resources. There's Google too!
364
364
365
365
### Learn more about Docker and Ruby on Rails
366
366
367
- #### Official documentation
367
+ #### Official documentation
368
368
369
369
- < https://docs.docker.com/ >
370
370
- < https://guides.rubyonrails.org/ >
You can’t perform that action at this time.
0 commit comments