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
| var features = match('.', 'ember_features.json'); | |
| emberModules = defeatureifyFilter2([features, emberModules]); |
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
| var AnimatedLayoutComponent = Ember.Component.extend({ | |
| action: 'animationEnd', | |
| animatedProperties: null, | |
| transitionEnd: function(evt) { | |
| var animatedProperties = this.get('animatedProperties').split(' '); | |
| var propertyName = evt.originalEvent.propertyName; | |
| if (animatedProperties.indexOf(propertyName) !== -1) { |
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
| import Promise from 'rsvp/promise'; | |
| var HandlerInfo = requireModule("router/handler-info")['HandlerInfo']; | |
| var bind = requireModule("router/utils").bind; | |
| HandlerInfo.prototype.resolve = function(async, shouldContinue, payload) { | |
| var checkForAbort = bind(this.checkForAbort, this, shouldContinue), | |
| beforeModel = bind(this.runBeforeModelHook, this, async, payload), | |
| model = bind(this.getModel, this, async, payload), | |
| afterModel = bind(this.runAfterModelHook, this, async, payload), | |
| animation = bind(this.runAnimationHook, this, async, payload), |
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
| // Component which send `animationEnd` action when | |
| // a transitionEnd event is fired in a property defined included at `animatedProperties` | |
| var AnimatedLayoutComponent = Ember.Component.extend({ | |
| action: 'animationEnd', | |
| animatedProperties: null, | |
| transitionEnd: function(evt) { | |
| var animatedProperties = this.get('animatedProperties').split(' '); |
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
| test("create - a sideloaded record with a belongsTo relationship to the primary record should not fetch the relationship", function() { | |
| expect(3); | |
| var postName = "Rails is omasake"; | |
| ajaxResponse({ | |
| post: [{ | |
| id: "1", | |
| name: postName | |
| }], |
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
| test("update - a sideloaded record with a relationship to the primary record should not fetch the relationship record", function() { | |
| expect(4); | |
| var postName = "Rails is omasake"; | |
| var postName2 = "EmberJS is omasake"; | |
| ajaxResponse({ | |
| post: [{ | |
| id: "1", | |
| name: postName |
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
| Remote Address:46.137.168.22:443 | |
| Request URL:https://production-cybersource-invibe.herokuapp.com/payment_confirmation | |
| Request Method:POST | |
| Status Code:200 OK | |
| **Request Headersview source** | |
| Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 |
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
| <form id="payment-confirmation" action="https://testsecureacceptance.cybersource.com/silent/pay" method="post"> | |
| <input type="hidden" name="access_key" value="8cd84e0a30f6370baa4c59b94a857c0c"> | |
| <input type="hidden" name="profile_id" value="invibe1"> | |
| <input type="hidden" name="transaction_uuid" value="8083af70f3f2823ec562c13847b03dff"> | |
| <input type="hidden" name="signed_field_names" value="access_key,profile_id,transaction_uuid,signed_field_names,unsigned_field_names,signed_date_time,locale,transaction_type,reference_number,amount,currency,payment_method,card_type,card_number,card_expiry_date,bill_to_forename,bill_to_surname,bill_to_email,bill_to_phone,bill_to_address_line1,bill_to_address_city,bill_to_address_state,bill_to_address_country,bill_to_address_postal_code"> | |
| <input type="hidden" name="unsigned_field_names" value=""> | |
| <input type="hidden" name="locale" value="en"> | |
| <input type="hidden" name="transaction_type" value="authorization"> | |
| <input type="hidden" name="reference_numb |
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
| <html><head> | |
| <title>Secure Acceptance - Payment Form Example</title> | |
| </head> | |
| <body > | |
| <form id="payment-confirmation" action="https://testsecureacceptance.cybersource.com/silent/pay" method="post"> | |
| <input type="hidden" name="access_key" value="8cd84e0a30f6370baa4c59b94a857c0c"> | |
| <input type="hidden" name="profile_id" value="invibe1"> | |
| <input type="hidden" name="transaction_uuid" value="bb8262412a05aa5c7553fc1315f4f294"> |
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
| Built with error: | |
| Error: EISDIR, illegal operation on a directory | |
| at Object.fs.readSync (fs.js:476:19) | |
| at Object.fs.readFileSync (fs.js:310:28) | |
| at addFile (/Users/pepe/Git/emberjs/examples/ember-app/node_modules/broccoli-concat/index.js:58:31) | |
| at /Users/pepe/Git/emberjs/examples/ember-app/node_modules/broccoli-concat/index.js:43:7 | |
| at invokeCallback (/Users/pepe/Git/emberjs/examples/ember-app/node_modules/broccoli/node_modules/rsvp/dist/commonjs/rsvp/promise.js:228:21) | |
| at publish (/Users/pepe/Git/emberjs/examples/ember-app/node_modules/broccoli/node_modules/rsvp/dist/commonjs/rsvp/promise.js:176:9) | |
| at publishFulfillment (/Users/pepe/Git/emberjs/examples/ember-app/node_modules/broccoli/node_modules/rsvp/dist/commonjs/rsvp/promise.js:312:5) | |
| at flush (/Users/pepe/Git/emberjs/examples/ember-app/node_modules/broccoli/node_modules/rsvp/dist/commonjs/rsvp/asap.js:41:9) |