chris.beams.io

If applied, this commit will release version 1.0.0 If applied, this commit will merge pull request #123 from user/branch Bad: If applied, this commit will fixed bug with Y...

When building an application that sends e-mails to users, you want to avoid those e-mails from being classified...

...full control over file descriptors (and lets you point stdin to a file, or merge stdout and stderr) etc. Open3 however does not allow you to do this. If you...

When your controller action raises an unhandled exception, Rails will look at the exception's class and choose an appropriate...

...environment can be easily undone with pate production. lookup_options: makandra::puppet_agent::config: merge: deep makandra::puppet_agent::config: agent: environment: staging_lb Put this change into a single...

...regular basis to not get too far behind production. Setup a reminder to either merge the branch or drop it. Inform the colleagues about the different environment...

github.com

...by using Ruby's interal coverage module. The coverage results of every spec is merged together into one matrix.After a spec finishes the results of the coverage module have to...

...rebase drastically. A more complex logic would be required to read out the difference. Merge of files is only allowed to happen when a complete test file has been run...

...Mentor diese reviewen kann. Pushe die Commits in einem Feature Branch und erstelle einen Merge Request und weise diesen deinem Mentor zu. Rufe die makandra Webseite mit geöffneten Entwicklertools (im...

Icon fonts like Font Awesome are infinitely scalable, look great on high-DPI displays and will give your app a...

postgresql.org

...Record.last, it will default to ordering by id. See also Before you make a merge request: Checklist for common mistakes

...Gitlab agent for Kubernetes Terraform Kubernetes Provider Using Helm Terraform Helm Provider Aufgaben Erstelle Merge Requests für die Code Änderungen und weise sie deinem Mentor zu. Siehe Multiple Environments with...

DevOps Curriculum

...Guide Terraform/OpenTofu Aufgaben Am besten erstellst du dir ein Git Repository und jeweils einen Merge Request für jede Aufgabe. Verwende den Docker Provider für diese Aufgaben. Erstelle ein Terraform Modul...

...up commits makes the process of reviewing often easier, since you can create several merge requests or review every commit one by one. So when you find out that you...

...to a given number of decimals 1.2345.round(2) # => 1.23 1.2345.round(3) # => 1.235 Hash#deep_merge(!) merge hashes recursively String#squish(!) removes leading and trailing whitespace, and converts all internal whitespace...

...is rewritten with every migration run, this can generate a lot of noise and merge conflicts in your repository. Possible reasons for this churn include: Two developers use different versions...

...an error ActionController::UnpermittedParameters if there is an unpermitted parameter: You need to manually merge it to the rescue_responses in case users should see a bad request error page...

...Code immer in Git Repositories befindet Mache deine Änderungen in Feature Branches und stelle Merge Requests die du deinem Mentor zuweist Merges erfolgen durch deinen Mentor

...filter'].version > Gem::Version.new('0.7') raise 'Check if PR https://github.com/svenfuchs/routing-filter/pull/87 has been merged and released. If yes, delete this monkey patch.' end # We cannot prepend a custom extension...

makandra dev

...feature branches, they will stack up if you don't delete them after the merge to master. Here's how to tidy them up. Delete feature branches Find already-merged...

...branches by running # On branch master git branch --merged You may safely delete each of the listed branches, because they point to commits that are contained in the history of...

makandra dev

...commit -m "good description" Push local commits to the server git push Get and merge updates from the server git pull Stage a file for the next local commit

Let's say you want to merge the properties of two JavaScript objects: let a = { foo: 1, bar: 2 } let b = { bar: 3, baz: 4 } let merged = merge(a, b...

...bar: 3, baz: 4 } Depending on your build, there are several ways to implement merge(). When you have ES6 When you have an ES6 transpiler or don't support IE11...

DevOps Curriculum

...for Ruby 2.7: Official docs for the Ruby standard library Exercises Create a separate Merge Request in Gitlab for every exercise. Counting words Write a small ruby programm count_words.rb that...

getbootstrap.com

...suggest to regenerate the configuration file with rails generate simple_form:install --bootstrap and merge it with your own customizations instead of only renaming the used classes. You could do...

github.com

...referenced data when it writes locales. If you are using YAML anchors, aliases and merge keys as suggested in this card, you should disable auto-insertion of missing keys (by...

DevOps Curriculum

...Arbeitsergebnisse sollten in einem Git Repository eingecheckt werden. Bitte erstelle für jeden Arbeitsschritt einen Merge Request und lasse diesen von deinem Mentor reviewen. Die Ausgaben des Scripts sollten nach Möglichkeit...