This file contains hidden or 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
d1 = {{2015, 12, 1}, {{11, 0, 0}} |> Ecto.DateTime.from_erl | |
d2 = {{2015, 11, 30}, {{11, 0, 0}} |> Ecto.DateTime.from_erl | |
assert d1 > d2 |
This file contains hidden or 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
require_authentication :account_insurance_type_path, only: [:index] |
This file contains hidden or 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
file changed components/scatter-plot/component.js | |
ENOENT, no such file or directory '/Users/bcardarella/work/shyft-rwe/tmp/jshinter-output_path-g8aHj69F.tmp/components/scatter-plot/component.js' | |
Error: ENOENT, no such file or directory '/Users/bcardarella/work/shyft-rwe/tmp/jshinter-output_path-g8aHj69F.tmp/components/scatter-plot/component.js' | |
at Error (native) | |
at Object.fs.unlinkSync (fs.js:883:18) | |
at JSHinter.<anonymous> (/Users/bcardarella/work/shyft-rwe/node_modules/ember-cli-qunit/node_modules/broccoli-jshint/node_modules/broccoli-persistent-filter/index.js:85:12) | |
at /Users/bcardarella/work/shyft-rwe/node_modules/ember-cli-qunit/node_modules/broccoli-jshint/node_modules/broccoli-persistent-filter/node_modules/promise-map-series/index.js:11:14 | |
at lib$rsvp$$internal$$tryCatch (/Users/bcardarella/work/shyft-rwe/node_modules/ember-cli-qunit/node_modules/broccoli-jshint/node_modules/broccoli-persistent-filter/node_modules/rsvp/dist/rsvp.js:493:16) | |
at lib$rsvp$$internal$$invokeCallback |
This file contains hidden or 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
module.exports = { | |
scenarios: [ | |
{ | |
name: 'default', | |
dependencies: { }, | |
devDependencies: { } | |
}, | |
{ | |
name: 'ember-release', | |
dependencies: { |
This file contains hidden or 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
module.exports = { | |
scenarios: [ | |
{ | |
name: 'default', | |
dependencies: { } | |
}, | |
{ | |
name: 'ember-release', | |
dependencies: { | |
'ember': 'components/ember#release' |
This file contains hidden or 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
TypeError: Cannot set property 'ember-data' of undefined | |
TypeError: Cannot set property 'ember-data' of undefined | |
at /Users/bcardarella/Dropbox/projects/ember-data-route/node_modules/ember-try/lib/utils/scenario-manager.js:63:40 |
This file contains hidden or 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
module.exports = { | |
scenarios: [ | |
{ | |
name: 'default', | |
dependencies: { } | |
}, | |
{ | |
name: 'ember-release', | |
dependencies: { | |
'ember': 'components/ember#release' |
This file contains hidden or 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
ember 2.2.0-beta.1+387a36f7 | |
version: 1.13.8 | |
Built project successfully. Stored in "/Users/bcardarella/Dropbox/projects/ember-data-route/tmp/class-tests_dist-VnSOrxVH.tmp". | |
ok 1 PhantomJS 2.0 - JSCS - modules/ember-data-route: modules/ember-data-route/index.js should pass jscs | |
ok 2 PhantomJS 2.0 - JSHint - modules/ember-data-route: modules/ember-data-route/index.js should pass jshint | |
ok 3 PhantomJS 2.0 - JSCS - modules/ember-data-route/mixins: modules/ember-data-route/mixins/data-route.js should pass jscs | |
ok 4 PhantomJS 2.0 - JSHint - modules/ember-data-route/mixins: modules/ember-data-route/mixins/data-route.js should pass jshint | |
not ok 5 PhantomJS 2.0 - TestLoader Failures: dummy/tests/acceptance/data-route-mixin-test: could not be loaded | |
--- | |
actual: > |
This file contains hidden or 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
➜ ~ curl -I 'http://localhost:4200/api/v1/feed_items?user_id=joe' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'Referer: http://localhost:4200/tests?testNumber=7' -H 'X-Requested-With: XMLHttpRequest' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36' --compressed | |
HTTP/1.1 204 No Content | |
X-Powered-By: Express | |
access-control-allow-origin: * | |
x-frame-options: SAMEORIGIN | |
x-xss-protection: 1; mode=block | |
x-content-type-options: nosniff | |
cache-control: no-cache | |
x-request-id: c55219fd-68c9-43d2-b132-261786bc5582 | |
x-runtime: 0.004800 |
This file contains hidden or 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
config :my_app, :twitter_api, | |
client: Twitter.SandboxClient |