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...
...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...
...Record.last, it will default to ordering by id. See also Before you make a merge request: Checklist for common mistakes
Icon fonts like Font Awesome are infinitely scalable, look great on high-DPI displays and will give your app a...
...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...
...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...
...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...
...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...
...the root node of each YAML tree is the locale code, it can just merge all files together. You may need to restart your server if you add files to...
...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...
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...
...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
...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...
...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...
...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...
...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...
Implement the login form using ActiveType::Object Implement a screen to merge two movies. Flat attributes are copied from the source movie if it is missing on...
...source movie if the target movie has no poster yet. Lists of actors are merged, but actors found in both lists are only kept once. Showtimes are merged as well...
...erstellten Code in einem Git Repository pflegen. Bitte erstelle für die einzelnen Aufgaben jeweils Merge Requests und weise diese deinem Mentor zu. Konfiguriere die AWS-CLI. Du solltest ein Profil...
...deinem Modul aus 415 auf. Erstelle auch wieder für die einzelnen Aufgaben jeweils einen Merge Request. Note Die Beispiele hier dienen nicht unbedingt einem praxisrelevantem Setup, sondern sind dazu da...