Created
September 30, 2012 20:32
-
-
Save thehydroimpulse/3808368 to your computer and use it in GitHub Desktop.
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
| Processing by ApplicationController#index as HTML (GET) | |
| Parameters: { action: 'index', format: 'html' } | |
| App.ApplicationController { headers: {}, | |
| status: 200, | |
| request: | |
| { socket: | |
| { _handle: [Object], | |
| _pendingWriteReqs: 0, | |
| _flags: 0, | |
| _connectQueueSize: 0, | |
| destroyed: false, | |
| errorEmitted: false, | |
| bytesRead: 839, | |
| _bytesDispatched: 0, | |
| allowHalfOpen: true, | |
| writable: true, | |
| readable: true, | |
| server: [Object], | |
| _events: [Object], | |
| _idleTimeout: 120000, | |
| _idleNext: [Object], | |
| _idlePrev: [Object], | |
| _idleStart: Sun Sep 30 2012 14:26:08 GMT-0600 (Mountain Daylight Time), | |
| parser: [Object], | |
| ondata: [Function], | |
| onend: [Function], | |
| _httpMessage: [Object], | |
| _paused: false }, | |
| connection: | |
| { _handle: [Object], | |
| _pendingWriteReqs: 0, | |
| _flags: 0, | |
| _connectQueueSize: 0, | |
| destroyed: false, | |
| errorEmitted: false, | |
| bytesRead: 839, | |
| _bytesDispatched: 0, | |
| allowHalfOpen: true, | |
| writable: true, | |
| readable: true, | |
| server: [Object], | |
| _events: [Object], | |
| _idleTimeout: 120000, | |
| _idleNext: [Object], | |
| _idlePrev: [Object], | |
| _idleStart: Sun Sep 30 2012 14:26:08 GMT-0600 (Mountain Daylight Time), | |
| parser: [Object], | |
| ondata: [Function], | |
| onend: [Function], | |
| _httpMessage: [Object], | |
| _paused: false }, | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: | |
| { host: 'localhost:3000', | |
| connection: 'keep-alive', | |
| 'cache-control': 'max-age=0', | |
| 'user-agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4', | |
| accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', | |
| 'accept-encoding': 'gzip,deflate,sdch', | |
| 'accept-language': 'en-US,en;q=0.8', | |
| 'accept-charset': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3', | |
| cookie: '_Blog_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTA4ZmZlYzcxMGYyY2E2MDdlYWQ1MGZjNDNhY2QxZjRlBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMU41Y2IwZVJmRmtuTGVXNjhGNUxNemc0VkN1V3E3RDNxVS9ISWZ4MXB5TkE9BjsARkkiH3dhcmRlbi51c2VyLmFkbWluX3VzZXIua2V5BjsAVFsISSIOQWRtaW5Vc2VyBjsARlsGaQZJIiIkMmEkMTAkNlFmbE8yZDJoYlRIcjIwSFZqNExadQY7AFQ%3D--c591bcbed8e8a8e2b598d15598de65a41bcebbb6; connect.sess=s%3Aj%3A%7B%7D.DfPFMLVLeyf897IH4cealfdHJP2LlRtOIeLR1M6%2BPGA' }, | |
| trailers: {}, | |
| readable: false, | |
| _paused: false, | |
| _pendings: [], | |
| _endEmitted: true, | |
| url: '/', | |
| method: 'GET', | |
| statusCode: null, | |
| client: | |
| { _handle: [Object], | |
| _pendingWriteReqs: 0, | |
| _flags: 0, | |
| _connectQueueSize: 0, | |
| destroyed: false, | |
| errorEmitted: false, | |
| bytesRead: 839, | |
| _bytesDispatched: 0, | |
| allowHalfOpen: true, | |
| writable: true, | |
| readable: true, | |
| server: [Object], | |
| _events: [Object], | |
| _idleTimeout: 120000, | |
| _idleNext: [Object], | |
| _idlePrev: [Object], | |
| _idleStart: Sun Sep 30 2012 14:26:08 GMT-0600 (Mountain Daylight Time), | |
| parser: [Object], | |
| ondata: [Function], | |
| onend: [Function], | |
| _httpMessage: [Object], | |
| _paused: false }, | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| upgrade: false, | |
| originalUrl: '/', | |
| _parsedUrl: { pathname: '/', path: '/', href: '/' }, | |
| query: {}, | |
| app: | |
| { [Function: app] | |
| use: [Function], | |
| handle: [Function], | |
| listen: [Function], | |
| setMaxListeners: [Function], | |
| emit: [Function], | |
| addListener: [Function], | |
| on: [Function], | |
| once: [Function], | |
| removeListener: [Function], | |
| removeAllListeners: [Function], | |
| listeners: [Function], | |
| route: '/', | |
| stack: [Object], | |
| init: [Function], | |
| defaultConfiguration: [Function], | |
| engine: [Function], | |
| param: [Function], | |
| set: [Function], | |
| path: [Function], | |
| enabled: [Function], | |
| disabled: [Function], | |
| enable: [Function], | |
| disable: [Function], | |
| configure: [Function], | |
| get: [Function], | |
| post: [Function], | |
| put: [Function], | |
| head: [Function], | |
| delete: [Function], | |
| options: [Function], | |
| trace: [Function], | |
| copy: [Function], | |
| lock: [Function], | |
| mkcol: [Function], | |
| move: [Function], | |
| propfind: [Function], | |
| proppatch: [Function], | |
| unlock: [Function], | |
| report: [Function], | |
| mkactivity: [Function], | |
| checkout: [Function], | |
| merge: [Function], | |
| 'm-search': [Function], | |
| notify: [Function], | |
| subscribe: [Function], | |
| unsubscribe: [Function], | |
| patch: [Function], | |
| all: [Function], | |
| del: [Function], | |
| render: [Function], | |
| request: {}, | |
| response: {}, | |
| cache: {}, | |
| settings: [Object], | |
| engines: {}, | |
| viewCallbacks: [], | |
| _events: [Object], | |
| _router: [Object], | |
| routes: {}, | |
| router: [Getter], | |
| locals: [Object] }, | |
| res: | |
| { output: [], | |
| outputEncodings: [], | |
| writable: true, | |
| _last: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: true, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: true, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: false, | |
| socket: [Object], | |
| connection: [Object], | |
| _events: [Object], | |
| app: [Object], | |
| _headers: {}, | |
| _headerNames: {}, | |
| req: [Circular], | |
| viewCallbacks: [], | |
| locals: [Function: locals], | |
| end: [Function], | |
| cacheControl: {} }, | |
| next: [Function: next], | |
| _events: { data: [Function], end: [Function] }, | |
| _startTime: Sun Sep 30 2012 14:26:08 GMT-0600 (Mountain Daylight Time), | |
| secret: 'example_app-session-key', | |
| cookies: | |
| { _Blog_session: 'BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTA4ZmZlYzcxMGYyY2E2MDdlYWQ1MGZjNDNhY2QxZjRlBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMU41Y2IwZVJmRmtuTGVXNjhGNUxNemc0VkN1V3E3RDNxVS9ISWZ4MXB5TkE9BjsARkkiH3dhcmRlbi51c2VyLmFkbWluX3VzZXIua2V5BjsAVFsISSIOQWRtaW5Vc2VyBjsARlsGaQZJIiIkMmEkMTAkNlFmbE8yZDJoYlRIcjIwSFZqNExadQY7AFQ=--c591bcbed8e8a8e2b598d15598de65a41bcebbb6', | |
| 'connect.sess': 's:j:{}.DfPFMLVLeyf897IH4cealfdHJP2LlRtOIeLR1M6+PGA' }, | |
| signedCookies: {}, | |
| sessionStore: { sessions: {}, generate: [Function] }, | |
| sessionID: 'pTRLva36CSXmRnoDmVFqJmMN', | |
| session: { cookie: [Object] }, | |
| body: {}, | |
| files: {}, | |
| originalMethod: 'GET', | |
| agent: | |
| { webkit: true, | |
| mozilla: false, | |
| chrome: true, | |
| safari: false, | |
| mobile_safari: false, | |
| opera: false, | |
| ie: false, | |
| firefox: false, | |
| version: '22.0.1229', | |
| family: 'Chrome', | |
| major: '22', | |
| minor: '0', | |
| patch: '1229', | |
| os: 'Windows 7', | |
| name: 'Chrome 22.0.1229', | |
| mac: false, | |
| windows: true, | |
| linux: false }, | |
| location: | |
| { strictMode: false, | |
| depth: 1, | |
| params: {}, | |
| fragment: [Object], | |
| segments: [Object], | |
| query: '', | |
| file: '', | |
| directory: '/', | |
| path: '/', | |
| relative: '/', | |
| port: 3000, | |
| hostname: 'localhost', | |
| password: '', | |
| user: '', | |
| userInfo: '', | |
| host: 'localhost:3000', | |
| protocol: 'http', | |
| source: 'http://localhost:3000/', | |
| root: 'http://localhost:3000', | |
| domain: 'localhost', | |
| subdomains: [], | |
| subdomain: '' }, | |
| userAgent: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4', | |
| params: { action: 'index', format: 'html' } }, | |
| response: | |
| { output: [], | |
| outputEncodings: [], | |
| writable: true, | |
| _last: false, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: true, | |
| useChunkedEncodingByDefault: true, | |
| sendDate: true, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: false, | |
| socket: | |
| { _handle: [Object], | |
| _pendingWriteReqs: 0, | |
| _flags: 0, | |
| _connectQueueSize: 0, | |
| destroyed: false, | |
| errorEmitted: false, | |
| bytesRead: 839, | |
| _bytesDispatched: 0, | |
| allowHalfOpen: true, | |
| writable: true, | |
| readable: true, | |
| server: [Object], | |
| _events: [Object], | |
| _idleTimeout: 120000, | |
| _idleNext: [Object], | |
| _idlePrev: [Object], | |
| _idleStart: Sun Sep 30 2012 14:26:08 GMT-0600 (Mountain Daylight Time), | |
| parser: [Object], | |
| ondata: [Function], | |
| onend: [Function], | |
| _httpMessage: [Circular], | |
| _paused: false }, | |
| connection: | |
| { _handle: [Object], | |
| _pendingWriteReqs: 0, | |
| _flags: 0, | |
| _connectQueueSize: 0, | |
| destroyed: false, | |
| errorEmitted: false, | |
| bytesRead: 839, | |
| _bytesDispatched: 0, | |
| allowHalfOpen: true, | |
| writable: true, | |
| readable: true, | |
| server: [Object], | |
| _events: [Object], | |
| _idleTimeout: 120000, | |
| _idleNext: [Object], | |
| _idlePrev: [Object], | |
| _idleStart: Sun Sep 30 2012 14:26:08 GMT-0600 (Mountain Daylight Time), | |
| parser: [Object], | |
| ondata: [Function], | |
| onend: [Function], | |
| _httpMessage: [Circular], | |
| _paused: false }, | |
| _events: { finish: [Function], header: [Function] }, | |
| app: | |
| { [Function: app] | |
| use: [Function], | |
| handle: [Function], | |
| listen: [Function], | |
| setMaxListeners: [Function], | |
| emit: [Function], | |
| addListener: [Function], | |
| on: [Function], | |
| once: [Function], | |
| removeListener: [Function], | |
| removeAllListeners: [Function], | |
| listeners: [Function], | |
| route: '/', | |
| stack: [Object], | |
| init: [Function], | |
| defaultConfiguration: [Function], | |
| engine: [Function], | |
| param: [Function], | |
| set: [Function], | |
| path: [Function], | |
| enabled: [Function], | |
| disabled: [Function], | |
| enable: [Function], | |
| disable: [Function], | |
| configure: [Function], | |
| get: [Function], | |
| post: [Function], | |
| put: [Function], | |
| head: [Function], | |
| delete: [Function], | |
| options: [Function], | |
| trace: [Function], | |
| copy: [Function], | |
| lock: [Function], | |
| mkcol: [Function], | |
| move: [Function], | |
| propfind: [Function], | |
| proppatch: [Function], | |
| unlock: [Function], | |
| report: [Function], | |
| mkactivity: [Function], | |
| checkout: [Function], | |
| merge: [Function], | |
| 'm-search': [Function], | |
| notify: [Function], | |
| subscribe: [Function], | |
| unsubscribe: [Function], | |
| patch: [Function], | |
| all: [Function], | |
| del: [Function], | |
| render: [Function], | |
| request: {}, | |
| response: {}, | |
| cache: {}, | |
| settings: [Object], | |
| engines: {}, | |
| viewCallbacks: [], | |
| _events: [Object], | |
| _router: [Object], | |
| routes: {}, | |
| router: [Getter], | |
| locals: [Object] }, | |
| _headers: {}, | |
| _headerNames: {}, | |
| req: | |
| { socket: [Object], | |
| connection: [Object], | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: [Object], | |
| trailers: {}, | |
| readable: false, | |
| _paused: false, | |
| _pendings: [], | |
| _endEmitted: true, | |
| url: '/', | |
| method: 'GET', | |
| statusCode: null, | |
| client: [Object], | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| upgrade: false, | |
| originalUrl: '/', | |
| _parsedUrl: [Object], | |
| query: {}, | |
| app: [Object], | |
| res: [Circular], | |
| next: [Function: next], | |
| _events: [Object], | |
| _startTime: Sun Sep 30 2012 14:26:08 GMT-0600 (Mountain Daylight Time), | |
| secret: 'example_app-session-key', | |
| cookies: [Object], | |
| signedCookies: {}, | |
| sessionStore: [Object], | |
| sessionID: 'pTRLva36CSXmRnoDmVFqJmMN', | |
| session: [Object], | |
| body: {}, | |
| files: {}, | |
| originalMethod: 'GET', | |
| agent: [Object], | |
| location: [Object], | |
| userAgent: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4', | |
| params: [Object] }, | |
| viewCallbacks: [], | |
| locals: [Function: locals], | |
| end: [Function], | |
| cacheControl: {} }, | |
| params: { action: 'index', format: 'html' }, | |
| query: {}, | |
| resourceName: 'application', | |
| resourceType: 'Application', | |
| collectionName: 'application', | |
| formats: [ 'json', 'html' ], | |
| hasParent: false, | |
| cookies: | |
| { _Blog_session: 'BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTA4ZmZlYzcxMGYyY2E2MDdlYWQ1MGZjNDNhY2QxZjRlBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMU41Y2IwZVJmRmtuTGVXNjhGNUxNemc0VkN1V3E3RDNxVS9ISWZ4MXB5TkE9BjsARkkiH3dhcmRlbi51c2VyLmFkbWluX3VzZXIua2V5BjsAVFsISSIOQWRtaW5Vc2VyBjsARlsGaQZJIiIkMmEkMTAkNlFmbE8yZDJoYlRIcjIwSFZqNExadQY7AFQ=--c591bcbed8e8a8e2b598d15598de65a41bcebbb6', | |
| 'connect.sess': 's:j:{}.DfPFMLVLeyf897IH4cealfdHJP2LlRtOIeLR1M6+PGA' }, | |
| session: | |
| { cookie: | |
| { path: '/', | |
| _expires: null, | |
| originalMaxAge: null, | |
| httpOnly: true, | |
| domain: '.localhost' } }, | |
| encoding: 'ISO-8859-1,utf-8;q=0.7,*;q=0.3', | |
| format: 'html', | |
| action: 'index', | |
| callback: [Function] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment