Skip to content

Commit c466166

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 8c6d5da commit c466166

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
@@ -100,6 +100,18 @@ test:
100100
min_messages: WARNING
101101
</pre>
102102

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

105117
See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)