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
Leaving old unused DB columns around after a migration is confusing for other developers. However, dropping columns too eagerly might...
I have a form with a dynamic number of fields. Submitting it worked fine until I tried out a very...