We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c897b1d commit 8aeaa1eCopy full SHA for 8aeaa1e
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Changelog
2
3
+## 1.0.1
4
+- Some fixes
5
+- Added Procfile.dev (previously missing)
6
+- Fixed some database.yml configuration issues
7
+- Updated README to indicate supported Rails versions
8
+
9
## 1.0.0
10
- Initial release
README.md
@@ -14,6 +14,7 @@ This Rails template aims to solve that problem by containerizing a Rails applica
14
15
## Requirements
16
- Docker and `docker-compose` (typically installed via Docker Desktop)
17
+- Requires Rails 7.0.x and above
18
19
## Initial Installation
20
0 commit comments