Skip to content

Instantly share code, notes, and snippets.

View bcardarella's full-sized avatar
Out sailing

Brian Cardarella bcardarella

Out sailing
View GitHub Profile
upstream phoenix {
server 127.0.0.1:4000;
}
server {
myapp.com
location @phoenix {
include proxy_params;
proxy_redirect off;
➜ high-tide-app git:(master) ✗ ember build
⠸ Buildingbroccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy: `function () {
return {
visitor: {
VariableDeclaration: function VariableDeclaration(path, file) {
var node = path.node,
parent = path.parent,
scope = path.scope;
if (!isBlockScoped(node)) return;
[?25hRegistering hook -> configure[build]
[?25hRegistering hook -> build[build]
[?25hRegistering hook -> configure[scp]
[?25hRegistering hook -> willBuild[scp]
[?25hRegistering hook -> build[scp]
[?25hRegistering hook -> willUpload[scp]
[?25hRegistering hook -> upload[scp]
[?25hExecuting pipeline
[?25h|
[?25h+- configure
[
{
"type": "title",
"content": "Extraordinary User Experiences. Expert Software Engineering - DockYard",
"tagId": "title"
},
{
"type": "meta",
"attrs": {
"content": "Extraordinary User Experiences. Expert Software Engineering - DockYard",
server {
server_name production.example.com;
return 301 https://example.com/$request_uri;
}
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
test('handleURL for storefront-less URLs', function(assert) {
let router = this.subject();
router.startRouting();
let transition = router.handleURL('/foo/bar/baz');
assert.equal(transition.targetName, 'foobar.index');
});
test('handleURL for URLs with storefront segment', function(assert) {
➜ dockyard-api git:(releases/v5.0) mix edeliver build release --to=v5.0.1
warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
/Users/bcardarella/Dropbox/projects/dockyard-api/deps/courier/mix.exs:13
BUILDING RELEASE OF DOCKYARD APP ON BUILD HOST
-----> Authorizing hosts
-----> Ensuring hosts are ready to accept git pushes
-----> Pushing new commits with git to: build@production.dockyard.com
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
(stdlib) :lists.keysearch(:version, 1, [{:timeout, 300000} | {:error, :missing_cacertfile}])
(inets) httpc.erl:685: :httpc.http_options/3
(inets) httpc.erl:543: :httpc.handle_request/9
(oidcc) /Users/bcardarella/Dropbox/projects/dockyard-api/deps/oidcc/src/oidcc_http_util.erl:78: :oidcc_http_util.perform_http_request/4
(oidcc) /Users/bcardarella/Dropbox/projects/dockyard-api/deps/oidcc/src/oidcc_openid_provider.erl:203: :oidcc_openid_provider.http_async_get/4
(oidcc) /Users/bcardarella/Dropbox/projects/dockyard-api/deps/oidcc/src/oidcc_openid_provider.erl:146: :oidcc_openid_provider.handle_cast/2
(stdlib) gen_server.erl:601: :gen_server.try_dispatch/4
(stdlib) gen_server.erl:667: :gen_server.handle_msg/5