Philipp
Philipp
EE PR - https://github.com/CitizenLabDotCo/citizenlab-ee/pull/243 ## Checklist - [ ] Added entry to changelog More info Add a concise line to the 'Next release' section of the changelog (docs/README.md) so people...
This changes RSpec default options to run all engine specs by default. Previously, only specs in the main app were executed via `docker-compose run --rm web bundle exec rspec`.
This PR updates all gems in the test groups as well as bundler to it's most recent version.
`rubycon edit` edit every aspect of a gameserver: - alias - port - host - rcon
- console command should ask for the rcon command then - execute exit with error message and error code
Hi, I'm currently trying to figure out how to fetch profile information from the uploader of a video. Assuming I'm fetching the video info with `Client#video_by 'foo'`, I have an...