Skip to content

Commit feb1a67

Browse files
committed
Add a development section for contributors
This should make it easier for people to set up the library and run the test suite within Docker
1 parent 67fe785 commit feb1a67

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,18 @@ test:
102102
min_messages: WARNING
103103
</pre>
104104

105+
## Development
106+
107+
If you want to test this library locally, you can do so like this:
108+
109+
```
110+
docker compose run --build --rm ruby /bin/bash
111+
bundle
112+
bundle exec rake
113+
```
114+
115+
You will need Docker installed. The configuration is set up for the latest Ruby, Rails, Postgres, and MySQL versions.
116+
105117
## COPYRIGHT
106118

107119
See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)