Andrey Novikov
Andrey Novikov
Re-add behavior that was first introduced in #54 and then removed in #58. This behavior is present in Ruby dotenv (see [spec/dotenv/parser_spec.rb#L66-L69](https://github.com/bkeepers/dotenv/blob/c9ecfa4e5598593dbadcf6c610cf5d8a9ed0bec1/spec/dotenv/parser_spec.rb#L66-L69)) This pull request is basically a rebase of...
## What kind of change does this PR introduce? Bug fix ## What is the current behavior? Now if provide only access token to the `set_session` method, client will be...
`-p N` publishes `N` port from container to ephemeral port on the host machine (chosen by Docker), to publish container port to the same port on the host `-p N:N`...
When Rails application is tested with RSpec and transactional_fixtures are enabled: ```ruby RSpec.configure do |config| config.extend WithModel config.use_transactional_fixtures = true end RSpec.describe "TestModel" do with_model :TestModel do table do |t|...