testcontainers-ruby
testcontainers-ruby copied to clipboard
Testcontainers for Ruby
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Updated the nginx README file to replace references from MysqlContainer to NginxContainer.
- **Support tc.host**
Add the following labels to all containers started with testcontainers * org.testcontainers.lang with value `ruby` * org.testcontainers.version with value from `#{Testcontainers::VERSION}`
Add the following User-Agent `'User-Agent' => "tc-ruby/#{Testcontainers::VERSION}"` when making calls to Docker Engine.
I'm trying testcontainers-ruby and found typos in some documents. Note: `core/CHANGELOG.md#65` still contains the typo and I'm unsure I should also fix this or not. ```markdown - Initial release of...
Hi! I'm trying to use the testcontainers for Ruby to use a minIO image in my rspec. I tried multiple ways but didn't succeed. The container keeps being stuck forever...
Hi there! Great work bringing Testcontainers to Ruby! I'm unable to start a RabbitMQ container using the RabbitMQ container module in an RSpec test suite. When invoking `container.start`, Testcontainers times...
Add an example for wkhtmltopdf ## Tests:
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...