...find your test results when you come back to the console later Calls RSpec 1 (spec) in a Rails 2 project and RSpec 2 (rspec) in a Rails 3 project...
.../Ubuntu\ One/encrypted Create a random keyfile dd if=/dev/urandom of=~/.sync.key bs=256 count=1 chmod 600 ~/.sync.key Put this script (let's call it mount-ubuntu-one-sync) somewhere...
...to transform every captured string: Transform /^(.*)$/ do |str| str.gsub(/\btranslate:(.+?)\b/) do |match| I18n.t($1) end end Other than with step definitions, Cucumber does not mind multiple transforms matching the...
...Never skip asset compile when servers are running on different code next if revisions.uniq.length > 1 changed_files = `git diff --name-only #{revisions.first}`.split if changed_files.grep(asset_locations).none? puts Airbrussh...
...it is annoying when debugging tests. Here are two ways to disable it: Option 1: prefs You can set profile preferences to disable the password manager like so: prefs = { 'credentials...
...work until you force HTML5 mode. Here are two ways to do that. Option 1: Doctype Make sure your HTML document uses HTML5. It should start like this:
Best results in other decks
...USA), Singapur(Singapur), Dublin(Irland), (bestimme den Preis selbst) Dieter und Judith reisen für 14 Tage nach New York Karl reist für 30 Tage nach Singapur Maria reist für...
...Tage nach Dublin und 7 Tage nach New York Judith reist 14 Tage nach Singapur Lass dir mit einem SELECT alle Urlaube anzeigen. Dabei sollen folgende columns sichtbar sein: Vorname...
Da wir für einige Übungsaufgaben Dockercontainer benötigen lernst du in diesem Kapitel die Basics zu Docker. Hier vermitteln wir nur...