Skip to content
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9d8bd0e
Update README.md
Jul 30, 2023
4a57b87
Update README.md
Jul 30, 2023
f827295
Update README.md
Jul 30, 2023
f94f3b3
Update README.md
Jul 30, 2023
0ccebd6
Update README.md
Jul 30, 2023
b03eacb
Update README.md
Jul 30, 2023
0f3fe7e
Update README.md
Jul 30, 2023
48013dd
Update README.md
Jul 30, 2023
ace6271
Update README.md
Jul 30, 2023
eb237f3
update screenshot of welcome screen
Jul 30, 2023
789e921
Update README.md
Jul 30, 2023
091dea6
Update README.md
Jul 30, 2023
89520d2
Update README.md
Jul 30, 2023
95af8a3
Remove unecessary packages from the container.
Aug 1, 2023
89b9ebb
add configure mail section
Aug 1, 2023
d27d19d
Add section about tests WIP
Aug 1, 2023
245c77a
Full setup for system tests
Aug 1, 2023
221979c
Add the service to compose up commands where it makes sense
Aug 1, 2023
8e2397a
Add some useful commands
Aug 1, 2023
667b76f
Update README.md
Aug 1, 2023
f63bc8f
Add versions to external containers to avoid breaking changes
Aug 1, 2023
a0c5350
Unpin ruby version
Aug 1, 2023
b296cde
Set ruby version to current
Aug 3, 2023
abed0c6
Improve the comments in the db setup
Aug 3, 2023
0a09375
Be more specific in a compose up command
Aug 3, 2023
b49009a
Specify maildev version
Aug 3, 2023
69f123e
Specify chrome version
Aug 3, 2023
48e28fa
Add step to migrate test database
Aug 3, 2023
d246776
Set up a scaffold
Aug 3, 2023
ff549ad
Preface the Tests section
Aug 3, 2023
336f6c6
Fix command typo
Aug 3, 2023
1a197e4
Simplify the test section by switching to headless_chrome
Aug 3, 2023
1cfeb65
Remove the open port on the chrome server
Aug 3, 2023
f19b83e
Remove unnecessary gem from gemfile
Aug 3, 2023
5d3f6c8
Make app minimal by default
Aug 3, 2023
05bff78
Comment out the Depend statement for commented out services
Aug 3, 2023
48d55ec
Reformulate driver definition section
Aug 3, 2023
d44427b
remove unnecessary build
Aug 3, 2023
d19ff69
Remove console output lines
Aug 3, 2023
beec100
fix a wrong language tag
Aug 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Unpin ruby version
Signed-off-by: Julien Boyer <[email protected]>
Signed-off-by: sitarane <[email protected]>
  • Loading branch information
Julien Boyer committed Aug 3, 2023
commit a0c535088d8a36c8193b6b05488ab8898957a982
2 changes: 1 addition & 1 deletion official-documentation-samples/rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a file called `Dockerfile`. To begin with, the Dockerfile consists of:

```dockerfile
# syntax=docker/dockerfile:1
FROM ruby:3.1
FROM ruby:3

# Install postgres client
RUN apt-get update && apt-get install -y postgresql-client
Expand Down