:help
: Hilfe aufrufen:help thema
: Hilfe zu Thema/Befehl aufrufen<ctrl>-5
: Zu verlinktem Thema springen (statt<ctrl>-]
)-t
: Zurückspringen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHPUnit 5.1.3 by Sebastian Bergmann and contributors. | |
FFSSE.EFFF.....EFEFFFEEEEE.. 28 / 28 (100%) | |
Time: 37 ms, Memory: 6.00Mb | |
There were 9 errors: | |
1) yiiunit\extensions\bootstrap\ButtonDropdownTest::testContainerOptions | |
Array to string conversion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* writeToExcelFiles | |
* | |
* $messages is an array of this format: | |
* [ | |
* 'de' => [ | |
* 'categoryA' => | |
* 'text in line 1', | |
* 'text in line 2', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ fig up [240/240] | |
Recreating elk_elastic_1... | |
Recreating elk_logstash_1... | |
Attaching to elk_elastic_1, elk_logstash_1 | |
logstash_1 | +++ dirname /app/bin/boot | |
logstash_1 | ++ readlink -f /app/bin/.. | |
logstash_1 | + export SCRIPT_ROOT=/app | |
logstash_1 | + SCRIPT_ROOT=/app | |
logstash_1 | + . /app/elasticsearch.sh | |
logstash_1 | ++ set -e -o pipefail |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace app\models; | |
use Yii; | |
use yii\web\Link; | |
use yii\web\Linkable; | |
use yii\helpers\Url; | |
// Use HAL trait | |
use yii\rest\hal\ArrayableTrait; |
These ideas are WORK IN PROGRESS!
The core idea with this workflow is that we end up with a self contained docker image of your application. This image will not only contain our code, but also all the dependencies that are neccessary to run the code. This image can then be used for both, easy deployment in production and as basis for ongoing development.
The image is not a static, though. In fact, it will see many revisions over time - which is supported nicely through dockers inheritance approach. We basically
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adele | |
Adelgunde | |
Adelheid | |
Adelinde | |
Adeline | |
Adina | |
Adolfine | |
Adriana | |
Adriane |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Abbas | |
Abdul | |
Abdullah | |
Abraham | |
Abram | |
Achim | |
Ada | |
Adalbert | |
Adam | |
Adelbert |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/lib/gems/1.9.1/gems/stringex-2.0.5/lib/stringex/localization/backend/i18n.rb in i18n_translations_for | |
::I18n.translate("stringex", :locale => locale, :default => {}) | |
/var/lib/gems/1.9.1/gems/stringex-2.0.5/lib/stringex/localization/backend/i18n.rb in block in translations | |
@translations ||= Hash.new { |hsh, locale| hsh[locale] = Hash.new({}).merge(i18n_translations_for(locale)) } | |
/var/lib/gems/1.9.1/gems/stringex-2.0.5/lib/stringex/localization/backend/i18n.rb in yield | |
translations[locale][scope][key.to_sym] | |
/var/lib/gems/1.9.1/gems/stringex-2.0.5/lib/stringex/localization/backend/i18n.rb in default | |
translations[locale][scope][key.to_sym] | |
/var/lib/gems/1.9.1/gems/stringex-2.0.5/lib/stringex/localization/backend/i18n.rb in initial_translation | |
translations[locale][scope][key.to_sym] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actionmailer (3.2.13) | |
actionpack (3.2.13) | |
activemodel (3.2.13) | |
activerecord (3.2.13) | |
activeresource (3.2.13) | |
activesupport (3.2.13) | |
arel (3.0.2) | |
atomic (1.1.10) | |
builder (3.2.2, 3.1.4, 3.0.0) | |
bundler (1.3.5) |
NewerOlder