sudo gitlab-rails console Note This takes some minutes to start Send a mail Use the following...
If you want someone to be able to access your rails console, but don't want them to be able...
When you are using PgBouncer with e.g. a Ruby on Rails application which uses different application_names for the PostgreSQL...
Instead of using Puppet exported resources you can use the puppetdb_query feature. This can result in more complex code...
Sometimes you might need to do some task in GitLab which would be tedious if you'd have to do...
Best results in other decks
I have a form with a dynamic number of fields. Submitting it worked fine until I tried out a very...
The :test adapter doesn't respect limits_concurrency configuration. Switch to :solid_queue adapter in your test to verify blocking...