stalkerr 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,34 @@
1
+ require 'stalkerr/target/github'
2
+
3
+ module Stalkerr::Target
4
+ class GithubEnterpriseError < GithubError; end
5
+
6
+ class GithubEnterprise < Github
7
+ def channel
8
+ ENV['GITHUB_ENTERPRISE_CHANNEL'] || '#github_enterprise'
9
+ end
10
+
11
+ def client
12
+ if !@client || @client && !@client.token_authenticated?
13
+ @client = Octokit::Client.new(
14
+ access_token: @password,
15
+ api_endpoint: _api_endpoint,
16
+ web_endpoint: _web_endpoint
17
+ )
18
+ end
19
+ @client
20
+ end
21
+
22
+ private
23
+
24
+ def _web_endpoint
25
+ ENV['GITHUB_ENTERPRISE_WEB_ENDPOINT'] ||
26
+ raise(GithubEnterpriseError, 'web endpoint is nil')
27
+ end
28
+
29
+ def _api_endpoint
30
+ ENV['GITHUB_ENTERPRISE_API_ENDPOINT'] ||
31
+ raise(GithubEnterpriseError, 'api endpoint is nil')
32
+ end
33
+ end
34
+ end
@@ -97,7 +97,27 @@ module Stalkerr::Target
97
97
 
98
98
  @post.call simple(nick), NOTICE, CHANNEL, header
99
99
  mode = notice_body ? NOTICE : PRIVMSG
100
- body.each { |b| @post.call simple(nick), mode, CHANNEL, b } unless body.eql? []
100
+
101
+ unless body.eql? ''
102
+ if body.length > 20
103
+ body_footer = body[-3..-1]
104
+ body = body[0...15]
105
+ body << '-----8<----- c u t -----8<-----'
106
+ body = body + body_footer
107
+ end
108
+
109
+ body.each { |b|
110
+ if b.length > 150
111
+ b.scan(/.{1,150}/).each { |bb|
112
+ @post.call simple(nick), mode, CHANNEL, bb
113
+ }
114
+ sleep 1
115
+ else
116
+ @post.call simple(nick), mode, CHANNEL, b
117
+ end
118
+ sleep 1
119
+ }
120
+ end
101
121
  end
102
122
 
103
123
  def split_for_body(string)
@@ -1,3 +1,3 @@
1
1
  module Stalkerr
2
- VERSION = '0.1.1'
2
+ VERSION = '0.2.0'
3
3
  end
@@ -0,0 +1,48 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: http://git.io/
6
+ body:
7
+ encoding: US-ASCII
8
+ string: url=https%3A%2F%2Fgithub.com%2Flinyows%2Fstalkerr
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - '*/*'
14
+ User-Agent:
15
+ - Ruby
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ response:
19
+ status:
20
+ code: 201
21
+ message: Created
22
+ headers:
23
+ Server:
24
+ - GitHub.com
25
+ X-Node:
26
+ - gitio2
27
+ Content-Type:
28
+ - text/html;charset=utf-8
29
+ Date:
30
+ - Mon, 08 Apr 2013 16:17:28 GMT
31
+ Status:
32
+ - 201 Created
33
+ X-Revision:
34
+ - bf8bd90875382da4fa2b4842c02b54404c2f3220
35
+ Location:
36
+ - http://git.io/CSRjYA
37
+ X-Runtime:
38
+ - '0.007978'
39
+ Connection:
40
+ - keep-alive
41
+ Content-Length:
42
+ - '35'
43
+ body:
44
+ encoding: UTF-8
45
+ string: https://github.com/linyows/stalkerr
46
+ http_version:
47
+ recorded_at: Mon, 08 Apr 2013 16:17:28 GMT
48
+ recorded_with: VCR 2.4.0
@@ -0,0 +1,112 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://jack:nicholson@api.github.com/repos/pagespeed/ngx_pagespeed/commits/10cbf7148f47134e9c155ed800dcd36d43993365
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Octokit Ruby Gem 1.23.0
12
+ Accept:
13
+ - application/vnd.github.beta+json
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Server:
22
+ - GitHub.com
23
+ Date:
24
+ - Wed, 10 Apr 2013 15:41:32 GMT
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ Status:
32
+ - 200 OK
33
+ X-Ratelimit-Limit:
34
+ - '5000'
35
+ X-Ratelimit-Remaining:
36
+ - '4994'
37
+ Vary:
38
+ - Accept, Authorization, Cookie
39
+ Cache-Control:
40
+ - private, max-age=60, s-maxage=60
41
+ Last-Modified:
42
+ - Wed, 10 Apr 2013 15:31:12 GMT
43
+ Etag:
44
+ - '"0808abd8e57ce6b392a35dbea06f6d7f"'
45
+ X-Github-Media-Type:
46
+ - github.beta; format=json
47
+ X-Content-Type-Options:
48
+ - nosniff
49
+ Access-Control-Allow-Credentials:
50
+ - 'true'
51
+ Access-Control-Expose-Headers:
52
+ - Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-OAuth-Scopes, X-Accepted-OAuth-Scopes
53
+ Access-Control-Allow-Origin:
54
+ - '*'
55
+ body:
56
+ encoding: UTF-8
57
+ string: '{"sha":"10cbf7148f47134e9c155ed800dcd36d43993365","commit":{"author":{"name":"Jeff
58
+ Kaufman","email":"jefftk@google.com","date":"2013-04-10T15:31:12Z"},"committer":{"name":"Jeff
59
+ Kaufman","email":"jefftk@google.com","date":"2013-04-10T15:31:12Z"},"message":"with
60
+ port changes we don''t need the port in the MapProxyDomain","tree":{"sha":"52f38fad42dcfe53becef0403af02869c09a461f","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/git/trees/52f38fad42dcfe53becef0403af02869c09a461f"},"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/git/commits/10cbf7148f47134e9c155ed800dcd36d43993365","comment_count":0},"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/10cbf7148f47134e9c155ed800dcd36d43993365","html_url":"https://github.com/pagespeed/ngx_pagespeed/commit/10cbf7148f47134e9c155ed800dcd36d43993365","comments_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/10cbf7148f47134e9c155ed800dcd36d43993365/comments","author":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"committer":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"parents":[{"sha":"3151f0adfc490d4a42d6778a15109a1c79daa8c3","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/3151f0adfc490d4a42d6778a15109a1c79daa8c3","html_url":"https://github.com/pagespeed/ngx_pagespeed/commit/3151f0adfc490d4a42d6778a15109a1c79daa8c3"}],"stats":{"total":2,"additions":1,"deletions":1},"files":[{"sha":"ed1f2c761b6d801223ca8d6554385a4fbcca2d02","filename":"test/pagespeed_test.conf.template","status":"modified","additions":1,"deletions":1,"changes":2,"blob_url":"https://github.com/pagespeed/ngx_pagespeed/blob/10cbf7148f47134e9c155ed800dcd36d43993365/test/pagespeed_test.conf.template","raw_url":"https://github.com/pagespeed/ngx_pagespeed/raw/10cbf7148f47134e9c155ed800dcd36d43993365/test/pagespeed_test.conf.template","contents_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/contents/test/pagespeed_test.conf.template?ref=10cbf7148f47134e9c155ed800dcd36d43993365","patch":"@@
61
+ -26,7 +26,7 @@ http {\n server_name mpd.example.com;\n pagespeed FileCachePath
62
+ \"@@SECONDARY_CACHE@@\";\n \n- pagespeed MapProxyDomain mpd.example.com:@@SECONDARY_PORT@@/pss_images\n+ pagespeed
63
+ MapProxyDomain mpd.example.com/pss_images\n http://ref.pssdemos.com/filter/images;\n }\n
64
+ "}]}'
65
+ http_version:
66
+ recorded_at: Wed, 10 Apr 2013 15:41:32 GMT
67
+ - request:
68
+ method: post
69
+ uri: http://git.io/
70
+ body:
71
+ encoding: US-ASCII
72
+ string: url=https%3A%2F%2Fgithub.com%2Fpagespeed%2Fngx_pagespeed%2Fcommit%2F10cbf7148f47134e9c155ed800dcd36d43993365
73
+ headers:
74
+ Accept-Encoding:
75
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
76
+ Accept:
77
+ - '*/*'
78
+ User-Agent:
79
+ - Ruby
80
+ Content-Type:
81
+ - application/x-www-form-urlencoded
82
+ response:
83
+ status:
84
+ code: 201
85
+ message: Created
86
+ headers:
87
+ Server:
88
+ - GitHub.com
89
+ X-Node:
90
+ - gitio2
91
+ Content-Type:
92
+ - text/html;charset=utf-8
93
+ Date:
94
+ - Wed, 10 Apr 2013 15:41:33 GMT
95
+ Status:
96
+ - 201 Created
97
+ X-Revision:
98
+ - bf8bd90875382da4fa2b4842c02b54404c2f3220
99
+ Location:
100
+ - http://git.io/WdUfEA
101
+ X-Runtime:
102
+ - '0.006952'
103
+ Connection:
104
+ - keep-alive
105
+ Content-Length:
106
+ - '90'
107
+ body:
108
+ encoding: UTF-8
109
+ string: https://github.com/pagespeed/ngx_pagespeed/commit/10cbf7148f47134e9c155ed800dcd36d43993365
110
+ http_version:
111
+ recorded_at: Wed, 10 Apr 2013 15:41:33 GMT
112
+ recorded_with: VCR 2.4.0
@@ -0,0 +1,346 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://jack:nicholson@api.github.com/users/jack/received_events
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Octokit Ruby Gem 1.23.0
12
+ Accept:
13
+ - application/vnd.github.beta+json
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Server:
22
+ - GitHub.com
23
+ Date:
24
+ - Wed, 10 Apr 2013 15:40:50 GMT
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - keep-alive
31
+ Status:
32
+ - 200 OK
33
+ X-Ratelimit-Limit:
34
+ - '5000'
35
+ X-Ratelimit-Remaining:
36
+ - '4996'
37
+ X-Poll-Interval:
38
+ - '60'
39
+ Vary:
40
+ - Accept, Authorization, Cookie
41
+ Cache-Control:
42
+ - private, max-age=60, s-maxage=60
43
+ Last-Modified:
44
+ - Wed, 10 Apr 2013 15:40:46 GMT
45
+ Etag:
46
+ - '"a1f431f2efb7cd27cb2c3a75c2548371"'
47
+ X-Github-Media-Type:
48
+ - github.beta; format=json
49
+ Link:
50
+ - <https://api.github.com/user/72049/received_events?page=2>; rel="next"
51
+ X-Content-Type-Options:
52
+ - nosniff
53
+ Access-Control-Allow-Credentials:
54
+ - 'true'
55
+ Access-Control-Expose-Headers:
56
+ - Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-OAuth-Scopes, X-Accepted-OAuth-Scopes
57
+ Access-Control-Allow-Origin:
58
+ - '*'
59
+ body:
60
+ encoding: UTF-8
61
+ string: '[{"id":"1711069031","type":"IssueCommentEvent","actor":{"id":779076,"login":"iambca","gravatar_id":"058d4913115ffece868a40a614991e07","url":"https://api.github.com/users/iambca","avatar_url":"https://secure.gravatar.com/avatar/058d4913115ffece868a40a614991e07?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":2573058,"name":"zurb/foundation","url":"https://api.github.com/repos/zurb/foundation"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/zurb/foundation/issues/1970","labels_url":"https://api.github.com/repos/zurb/foundation/issues/1970/labels{/name}","comments_url":"https://api.github.com/repos/zurb/foundation/issues/1970/comments","events_url":"https://api.github.com/repos/zurb/foundation/issues/1970/events","html_url":"https://github.com/zurb/foundation/issues/1970","id":12223949,"number":1970,"title":"Section
62
+ tabs break on small display (4.0.9)","user":{"login":"emilhem","id":1503789,"avatar_url":"https://secure.gravatar.com/avatar/df2cce8920093199130f6ba09b1f8480?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"df2cce8920093199130f6ba09b1f8480","url":"https://api.github.com/users/emilhem","html_url":"https://github.com/emilhem","followers_url":"https://api.github.com/users/emilhem/followers","following_url":"https://api.github.com/users/emilhem/following","gists_url":"https://api.github.com/users/emilhem/gists{/gist_id}","starred_url":"https://api.github.com/users/emilhem/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/emilhem/subscriptions","organizations_url":"https://api.github.com/users/emilhem/orgs","repos_url":"https://api.github.com/users/emilhem/repos","events_url":"https://api.github.com/users/emilhem/events{/privacy}","received_events_url":"https://api.github.com/users/emilhem/received_events","type":"User"},"labels":[],"state":"closed","assignee":null,"milestone":null,"comments":21,"created_at":"2013-03-20T12:08:20Z","updated_at":"2013-04-10T15:40:45Z","closed_at":"2013-03-25T07:04:49Z","pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"Section
63
+ tabs break when resizing to the point where the small layout kicks in.\r\n\r\n```HTML\r\n<div
64
+ class=\"section-container tabs\" data-section>\r\n\t<section class=\"section\">\r\n\t\t<p
65
+ class=\"title\"><a href=\"#packages\">Tab 1</a></p>\r\n\t\t<div class=\"content\"
66
+ data-slug=\"packages\">\r\n\t\t\t<h1>Content 1!</h1>\r\n\t\t</div>\r\n\t</section>\r\n\t<section
67
+ class=\"section\">\r\n\t\t<p class=\"title\"><a href=\"#platforms\">Tab 2</a></p>\r\n\t\t<div
68
+ class=\"content\" data-slug=\"platforms\">\r\n\t\t\t<h1>Content 2!</h1>\r\n\t\t</div>\r\n\t</section>\r\n</div>\r\n```"},"comment":{"url":"https://api.github.com/repos/zurb/foundation/issues/comments/16182446","html_url":"https://github.com/zurb/foundation/issues/1970#issuecomment-16182446","issue_url":"https://api.github.com/repos/zurb/foundation/issues/1970","id":16182446,"user":{"login":"iambca","id":779076,"avatar_url":"https://secure.gravatar.com/avatar/058d4913115ffece868a40a614991e07?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"058d4913115ffece868a40a614991e07","url":"https://api.github.com/users/iambca","html_url":"https://github.com/iambca","followers_url":"https://api.github.com/users/iambca/followers","following_url":"https://api.github.com/users/iambca/following","gists_url":"https://api.github.com/users/iambca/gists{/gist_id}","starred_url":"https://api.github.com/users/iambca/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iambca/subscriptions","organizations_url":"https://api.github.com/users/iambca/orgs","repos_url":"https://api.github.com/users/iambca/repos","events_url":"https://api.github.com/users/iambca/events{/privacy}","received_events_url":"https://api.github.com/users/iambca/received_events","type":"User"},"created_at":"2013-04-10T15:40:45Z","updated_at":"2013-04-10T15:40:45Z","body":"I''m
69
+ using 4.1.1 and I''ve noticed that when using the auto class I have to use
70
+ tabs for the data-section to get the tabs accordion behavior to work properly
71
+ when collapsed down to smaller screens. However, if I switch to class accordion
72
+ and data-section accordion then it will not work on small screens."}},"public":true,"created_at":"2013-04-10T15:40:46Z","org":{"id":156122,"login":"zurb","gravatar_id":"e1bc17659f20ed88fbba10bb7360410e","url":"https://api.github.com/orgs/zurb","avatar_url":"https://secure.gravatar.com/avatar/e1bc17659f20ed88fbba10bb7360410e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711068814","type":"IssuesEvent","actor":{"id":524808,"login":"mdi","gravatar_id":"5e791e2946176a104d6143a28e413231","url":"https://api.github.com/users/mdi","avatar_url":"https://secure.gravatar.com/avatar/5e791e2946176a104d6143a28e413231?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":1801829,"name":"emberjs/ember.js","url":"https://api.github.com/repos/emberjs/ember.js"},"payload":{"action":"closed","issue":{"url":"https://api.github.com/repos/emberjs/ember.js/issues/2377","labels_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/labels{/name}","comments_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/comments","events_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/events","html_url":"https://github.com/emberjs/ember.js/issues/2377","id":12644702,"number":2377,"title":"NotFoundError:
73
+ DOM Exception 8","user":{"login":"mdi","id":524808,"avatar_url":"https://secure.gravatar.com/avatar/5e791e2946176a104d6143a28e413231?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5e791e2946176a104d6143a28e413231","url":"https://api.github.com/users/mdi","html_url":"https://github.com/mdi","followers_url":"https://api.github.com/users/mdi/followers","following_url":"https://api.github.com/users/mdi/following","gists_url":"https://api.github.com/users/mdi/gists{/gist_id}","starred_url":"https://api.github.com/users/mdi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mdi/subscriptions","organizations_url":"https://api.github.com/users/mdi/orgs","repos_url":"https://api.github.com/users/mdi/repos","events_url":"https://api.github.com/users/mdi/events{/privacy}","received_events_url":"https://api.github.com/users/mdi/received_events","type":"User"},"labels":[],"state":"closed","assignee":{"login":"kselden","id":61024,"avatar_url":"https://secure.gravatar.com/avatar/5422b6531fd16f9b0abeb506bd6f06f5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5422b6531fd16f9b0abeb506bd6f06f5","url":"https://api.github.com/users/kselden","html_url":"https://github.com/kselden","followers_url":"https://api.github.com/users/kselden/followers","following_url":"https://api.github.com/users/kselden/following","gists_url":"https://api.github.com/users/kselden/gists{/gist_id}","starred_url":"https://api.github.com/users/kselden/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kselden/subscriptions","organizations_url":"https://api.github.com/users/kselden/orgs","repos_url":"https://api.github.com/users/kselden/repos","events_url":"https://api.github.com/users/kselden/events{/privacy}","received_events_url":"https://api.github.com/users/kselden/received_events","type":"User"},"milestone":{"url":"https://api.github.com/repos/emberjs/ember.js/milestones/5","labels_url":"https://api.github.com/repos/emberjs/ember.js/milestones/5/labels","id":299934,"number":5,"title":"1.0
74
+ RC3","description":"","creator":{"login":"ebryn","id":3018,"avatar_url":"https://secure.gravatar.com/avatar/5d7985e220cc634b24422683bb3eb5af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5d7985e220cc634b24422683bb3eb5af","url":"https://api.github.com/users/ebryn","html_url":"https://github.com/ebryn","followers_url":"https://api.github.com/users/ebryn/followers","following_url":"https://api.github.com/users/ebryn/following","gists_url":"https://api.github.com/users/ebryn/gists{/gist_id}","starred_url":"https://api.github.com/users/ebryn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ebryn/subscriptions","organizations_url":"https://api.github.com/users/ebryn/orgs","repos_url":"https://api.github.com/users/ebryn/repos","events_url":"https://api.github.com/users/ebryn/events{/privacy}","received_events_url":"https://api.github.com/users/ebryn/received_events","type":"User"},"open_issues":0,"closed_issues":1,"state":"closed","created_at":"2013-03-31T17:14:37Z","updated_at":"2013-04-10T15:40:33Z","due_on":null},"comments":20,"created_at":"2013-03-31T17:04:23Z","updated_at":"2013-04-10T15:40:33Z","closed_at":"2013-04-10T15:40:33Z","pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"Using
75
+ 1.0.0-rc.2, after commit 604753e99bb9a24d12aba96f87f827b4365a47f0, I started
76
+ receiving `NotFoundError: DOM Exception 8` when clicking a link to a particular
77
+ route. I''m not doing anything in this route, so I don''t believe it is my
78
+ code causing the problem. Before the above mentioned commit, this error was
79
+ not thrown. Also, any additional clicks to that route work fine. It''s only
80
+ the initial click to the route. I''m attaching two screenshots of the Chrome
81
+ console showing this exception.\r\n\r\n![Screen Shot 2013-03-31 at 16 07 12
82
+ ](https://f.cloud.github.com/assets/524808/322063/d803e474-9a24-11e2-95da-79540f7947a9.png)\r\n\r\n\r\n![Screen
83
+ Shot 2013-03-31 at 18 47 54 ](https://f.cloud.github.com/assets/524808/322064/dd27d8f2-9a24-11e2-96e0-1596757d14fb.png)\r\n"}},"public":true,"created_at":"2013-04-10T15:40:34Z","org":{"id":1253363,"login":"emberjs","gravatar_id":"792333d2bad390e8a2e23f5e2f41f214","url":"https://api.github.com/orgs/emberjs","avatar_url":"https://secure.gravatar.com/avatar/792333d2bad390e8a2e23f5e2f41f214?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711068812","type":"IssueCommentEvent","actor":{"id":524808,"login":"mdi","gravatar_id":"5e791e2946176a104d6143a28e413231","url":"https://api.github.com/users/mdi","avatar_url":"https://secure.gravatar.com/avatar/5e791e2946176a104d6143a28e413231?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":1801829,"name":"emberjs/ember.js","url":"https://api.github.com/repos/emberjs/ember.js"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/emberjs/ember.js/issues/2377","labels_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/labels{/name}","comments_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/comments","events_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/events","html_url":"https://github.com/emberjs/ember.js/issues/2377","id":12644702,"number":2377,"title":"NotFoundError:
84
+ DOM Exception 8","user":{"login":"mdi","id":524808,"avatar_url":"https://secure.gravatar.com/avatar/5e791e2946176a104d6143a28e413231?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5e791e2946176a104d6143a28e413231","url":"https://api.github.com/users/mdi","html_url":"https://github.com/mdi","followers_url":"https://api.github.com/users/mdi/followers","following_url":"https://api.github.com/users/mdi/following","gists_url":"https://api.github.com/users/mdi/gists{/gist_id}","starred_url":"https://api.github.com/users/mdi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mdi/subscriptions","organizations_url":"https://api.github.com/users/mdi/orgs","repos_url":"https://api.github.com/users/mdi/repos","events_url":"https://api.github.com/users/mdi/events{/privacy}","received_events_url":"https://api.github.com/users/mdi/received_events","type":"User"},"labels":[],"state":"closed","assignee":{"login":"kselden","id":61024,"avatar_url":"https://secure.gravatar.com/avatar/5422b6531fd16f9b0abeb506bd6f06f5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5422b6531fd16f9b0abeb506bd6f06f5","url":"https://api.github.com/users/kselden","html_url":"https://github.com/kselden","followers_url":"https://api.github.com/users/kselden/followers","following_url":"https://api.github.com/users/kselden/following","gists_url":"https://api.github.com/users/kselden/gists{/gist_id}","starred_url":"https://api.github.com/users/kselden/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kselden/subscriptions","organizations_url":"https://api.github.com/users/kselden/orgs","repos_url":"https://api.github.com/users/kselden/repos","events_url":"https://api.github.com/users/kselden/events{/privacy}","received_events_url":"https://api.github.com/users/kselden/received_events","type":"User"},"milestone":{"url":"https://api.github.com/repos/emberjs/ember.js/milestones/5","labels_url":"https://api.github.com/repos/emberjs/ember.js/milestones/5/labels","id":299934,"number":5,"title":"1.0
85
+ RC3","description":"","creator":{"login":"ebryn","id":3018,"avatar_url":"https://secure.gravatar.com/avatar/5d7985e220cc634b24422683bb3eb5af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5d7985e220cc634b24422683bb3eb5af","url":"https://api.github.com/users/ebryn","html_url":"https://github.com/ebryn","followers_url":"https://api.github.com/users/ebryn/followers","following_url":"https://api.github.com/users/ebryn/following","gists_url":"https://api.github.com/users/ebryn/gists{/gist_id}","starred_url":"https://api.github.com/users/ebryn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ebryn/subscriptions","organizations_url":"https://api.github.com/users/ebryn/orgs","repos_url":"https://api.github.com/users/ebryn/repos","events_url":"https://api.github.com/users/ebryn/events{/privacy}","received_events_url":"https://api.github.com/users/ebryn/received_events","type":"User"},"open_issues":0,"closed_issues":1,"state":"closed","created_at":"2013-03-31T17:14:37Z","updated_at":"2013-04-10T15:40:33Z","due_on":null},"comments":20,"created_at":"2013-03-31T17:04:23Z","updated_at":"2013-04-10T15:40:33Z","closed_at":"2013-04-10T15:40:33Z","pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"Using
86
+ 1.0.0-rc.2, after commit 604753e99bb9a24d12aba96f87f827b4365a47f0, I started
87
+ receiving `NotFoundError: DOM Exception 8` when clicking a link to a particular
88
+ route. I''m not doing anything in this route, so I don''t believe it is my
89
+ code causing the problem. Before the above mentioned commit, this error was
90
+ not thrown. Also, any additional clicks to that route work fine. It''s only
91
+ the initial click to the route. I''m attaching two screenshots of the Chrome
92
+ console showing this exception.\r\n\r\n![Screen Shot 2013-03-31 at 16 07 12
93
+ ](https://f.cloud.github.com/assets/524808/322063/d803e474-9a24-11e2-95da-79540f7947a9.png)\r\n\r\n\r\n![Screen
94
+ Shot 2013-03-31 at 18 47 54 ](https://f.cloud.github.com/assets/524808/322064/dd27d8f2-9a24-11e2-96e0-1596757d14fb.png)\r\n"},"comment":{"url":"https://api.github.com/repos/emberjs/ember.js/issues/comments/16182432","html_url":"https://github.com/emberjs/ember.js/issues/2377#issuecomment-16182432","issue_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377","id":16182432,"user":{"login":"mdi","id":524808,"avatar_url":"https://secure.gravatar.com/avatar/5e791e2946176a104d6143a28e413231?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5e791e2946176a104d6143a28e413231","url":"https://api.github.com/users/mdi","html_url":"https://github.com/mdi","followers_url":"https://api.github.com/users/mdi/followers","following_url":"https://api.github.com/users/mdi/following","gists_url":"https://api.github.com/users/mdi/gists{/gist_id}","starred_url":"https://api.github.com/users/mdi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mdi/subscriptions","organizations_url":"https://api.github.com/users/mdi/orgs","repos_url":"https://api.github.com/users/mdi/repos","events_url":"https://api.github.com/users/mdi/events{/privacy}","received_events_url":"https://api.github.com/users/mdi/received_events","type":"User"},"created_at":"2013-04-10T15:40:32Z","updated_at":"2013-04-10T15:40:32Z","body":"This
95
+ issue is now resolved. Closing."}},"public":true,"created_at":"2013-04-10T15:40:34Z","org":{"id":1253363,"login":"emberjs","gravatar_id":"792333d2bad390e8a2e23f5e2f41f214","url":"https://api.github.com/orgs/emberjs","avatar_url":"https://secure.gravatar.com/avatar/792333d2bad390e8a2e23f5e2f41f214?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711068339","type":"IssueCommentEvent","actor":{"id":9582,"login":"josevalim","gravatar_id":"e837f6b7fd146ab16ed3d663476c063e","url":"https://api.github.com/users/josevalim","avatar_url":"https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/10158","labels_url":"https://api.github.com/repos/rails/rails/issues/10158/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/10158/comments","events_url":"https://api.github.com/repos/rails/rails/issues/10158/events","html_url":"https://github.com/rails/rails/issues/10158","id":13003463,"number":10158,"title":"Fix
96
+ inflector to respect default locale.","user":{"login":"steveklabnik","id":27786,"avatar_url":"https://secure.gravatar.com/avatar/233c279c012ebac792aaa805f966cbc7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"233c279c012ebac792aaa805f966cbc7","url":"https://api.github.com/users/steveklabnik","html_url":"https://github.com/steveklabnik","followers_url":"https://api.github.com/users/steveklabnik/followers","following_url":"https://api.github.com/users/steveklabnik/following","gists_url":"https://api.github.com/users/steveklabnik/gists{/gist_id}","starred_url":"https://api.github.com/users/steveklabnik/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steveklabnik/subscriptions","organizations_url":"https://api.github.com/users/steveklabnik/orgs","repos_url":"https://api.github.com/users/steveklabnik/repos","events_url":"https://api.github.com/users/steveklabnik/events{/privacy}","received_events_url":"https://api.github.com/users/steveklabnik/received_events","type":"User"},"labels":[],"state":"closed","assignee":null,"milestone":null,"comments":3,"created_at":"2013-04-10T04:24:16Z","updated_at":"2013-04-10T15:40:05Z","closed_at":"2013-04-10T04:43:01Z","pull_request":{"html_url":"https://github.com/rails/rails/pull/10158","diff_url":"https://github.com/rails/rails/pull/10158.diff","patch_url":"https://github.com/rails/rails/pull/10158.patch"},"body":"The
97
+ inflector was made aware of locales in 7db0b073fec6bc3e6f213b58c76e7f43fcc2ab97,\r\nbut
98
+ it defaulted to :en. That should actually be our default\r\nlocale instead.\r\n\r\nFixes
99
+ #10125\r\n\r\nI wanted to get some feedback about the tests. Is this the right
100
+ place, or should I bet testing singularize/pluralize more directly?\r\n\r\n/cc
101
+ @thenickcox "},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16182399","html_url":"https://github.com/rails/rails/issues/10158#issuecomment-16182399","issue_url":"https://api.github.com/repos/rails/rails/issues/10158","id":16182399,"user":{"login":"josevalim","id":9582,"avatar_url":"https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e837f6b7fd146ab16ed3d663476c063e","url":"https://api.github.com/users/josevalim","html_url":"https://github.com/josevalim","followers_url":"https://api.github.com/users/josevalim/followers","following_url":"https://api.github.com/users/josevalim/following","gists_url":"https://api.github.com/users/josevalim/gists{/gist_id}","starred_url":"https://api.github.com/users/josevalim/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/josevalim/subscriptions","organizations_url":"https://api.github.com/users/josevalim/orgs","repos_url":"https://api.github.com/users/josevalim/repos","events_url":"https://api.github.com/users/josevalim/events{/privacy}","received_events_url":"https://api.github.com/users/josevalim/received_events","type":"User"},"created_at":"2013-04-10T15:40:05Z","updated_at":"2013-04-10T15:40:05Z","body":"This
102
+ issues is not only with Active Record but also routes, rails rendering stack,
103
+ anywhere that may call pluralize. This definitely needs to be reverted."}},"public":true,"created_at":"2013-04-10T15:40:06Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711067390","type":"IssueCommentEvent","actor":{"id":2239556,"login":"oschaaf","gravatar_id":"cd308590f2f07c0ebd33e436ff59ef48","url":"https://api.github.com/users/oschaaf","avatar_url":"https://secure.gravatar.com/avatar/cd308590f2f07c0ebd33e436ff59ef48?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240","labels_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/labels{/name}","comments_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/comments","events_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/events","html_url":"https://github.com/pagespeed/ngx_pagespeed/issues/240","id":12947732,"number":240,"title":"Support
104
+ `pagespeed AddOptionsToUrls`","user":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":3,"created_at":"2013-04-08T22:30:09Z","updated_at":"2013-04-10T15:39:06Z","closed_at":null,"pull_request":{"html_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240","diff_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240.diff","patch_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240.patch"},"body":"*
105
+ Support AddOptionsToUrls\r\n* Support tests that need top run something post
106
+ cache flush\r\n* Add `ps_determine_port` so we parse urls out of ports and
107
+ fix #239 \r\n* Rejigger the tests to support how our headers for resources
108
+ don''t include a Content-Length header"},"comment":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/comments/16182332","html_url":"https://github.com/pagespeed/ngx_pagespeed/issues/240#issuecomment-16182332","issue_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240","id":16182332,"user":{"login":"oschaaf","id":2239556,"avatar_url":"https://secure.gravatar.com/avatar/cd308590f2f07c0ebd33e436ff59ef48?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"cd308590f2f07c0ebd33e436ff59ef48","url":"https://api.github.com/users/oschaaf","html_url":"https://github.com/oschaaf","followers_url":"https://api.github.com/users/oschaaf/followers","following_url":"https://api.github.com/users/oschaaf/following","gists_url":"https://api.github.com/users/oschaaf/gists{/gist_id}","starred_url":"https://api.github.com/users/oschaaf/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/oschaaf/subscriptions","organizations_url":"https://api.github.com/users/oschaaf/orgs","repos_url":"https://api.github.com/users/oschaaf/repos","events_url":"https://api.github.com/users/oschaaf/events{/privacy}","received_events_url":"https://api.github.com/users/oschaaf/received_events","type":"User"},"created_at":"2013-04-10T15:39:06Z","updated_at":"2013-04-10T15:39:06Z","body":"@jeffkaufman
109
+ \r\n\r\nChecked this branch out again, recompiled, and ran the test, same
110
+ behaviour. \r\nI will look into this tomorrow morning, see if I can figure
111
+ out what is happening. \r\n"}},"public":true,"created_at":"2013-04-10T15:39:06Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711066784","type":"IssueCommentEvent","actor":{"id":28701,"login":"mlainez","gravatar_id":"2cf670606f735ddde27e87e1f63c9410","url":"https://api.github.com/users/mlainez","avatar_url":"https://secure.gravatar.com/avatar/2cf670606f735ddde27e87e1f63c9410?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/2908","labels_url":"https://api.github.com/repos/rails/rails/issues/2908/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/2908/comments","events_url":"https://api.github.com/repos/rails/rails/issues/2908/events","html_url":"https://github.com/rails/rails/issues/2908","id":1586721,"number":2908,"title":"ActiveResource
112
+ and 422 (Unprocessable Entity) Error","user":{"login":"chadwtaylor","id":350337,"avatar_url":"https://secure.gravatar.com/avatar/32c1835c390ec5d7d72e301338e6364b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"32c1835c390ec5d7d72e301338e6364b","url":"https://api.github.com/users/chadwtaylor","html_url":"https://github.com/chadwtaylor","followers_url":"https://api.github.com/users/chadwtaylor/followers","following_url":"https://api.github.com/users/chadwtaylor/following","gists_url":"https://api.github.com/users/chadwtaylor/gists{/gist_id}","starred_url":"https://api.github.com/users/chadwtaylor/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/chadwtaylor/subscriptions","organizations_url":"https://api.github.com/users/chadwtaylor/orgs","repos_url":"https://api.github.com/users/chadwtaylor/repos","events_url":"https://api.github.com/users/chadwtaylor/events{/privacy}","received_events_url":"https://api.github.com/users/chadwtaylor/received_events","type":"User"},"labels":[],"state":"closed","assignee":null,"milestone":null,"comments":12,"created_at":"2011-09-07T05:49:47Z","updated_at":"2013-04-10T15:38:25Z","closed_at":"2012-02-20T13:10:13Z","pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"Going
113
+ down the ActiveResource''s default JSON route in Rails 3.1, there seem to
114
+ be some issues when it receives an unprocessable entity 422 error.\r\n\r\nHere''s
115
+ the original response:\r\n\r\n format.json { render json: model.errors,
116
+ status: :unprocessable_entity}\r\n\r\nAs a result, no exceptions are raised
117
+ when in fact the ActiveResource object received the 422.\r\n\r\nSince there
118
+ should be an \"errors\" as part of the root, I altered the response a bit
119
+ as shown below:\r\n\r\n format.json { render json: {errors: model.errors},
120
+ status: :unprocessable_entity}\r\n\r\nAs a result ActiveResource raised an
121
+ exception: \r\n\r\n ArgumentError (wrong number of arguments(2 for 1))\r\n\r\nFor
122
+ both responses, I was expecting `ActiveResource::ResourceInvalid`. When I
123
+ used XML alternatively, it worked as expected.\r\n\r\nI took the liberty of
124
+ catching the exception and inspecting the ActiveResource object:\r\n\r\n #<Person:0x00000101705498
125
+ @attributes={\"first_name\"=>\"John\", \"last_name\"=>\"Doe\", \"email\"=>\"johndoe@email.com\"},
126
+ @prefix_options={}, @persisted=false, @remote_errors=#<ActiveResource::ResourceInvalid:
127
+ Failed. Response code = 422. Response message = .>, @validation_context=nil,
128
+ @errors=#<ActiveResource::Errors:0x000001016ffa70 @base=#<Person:0x00000101705498
129
+ ...>, @messages={}>>\r\n"},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16182287","html_url":"https://github.com/rails/rails/issues/2908#issuecomment-16182287","issue_url":"https://api.github.com/repos/rails/rails/issues/2908","id":16182287,"user":{"login":"mlainez","id":28701,"avatar_url":"https://secure.gravatar.com/avatar/2cf670606f735ddde27e87e1f63c9410?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"2cf670606f735ddde27e87e1f63c9410","url":"https://api.github.com/users/mlainez","html_url":"https://github.com/mlainez","followers_url":"https://api.github.com/users/mlainez/followers","following_url":"https://api.github.com/users/mlainez/following","gists_url":"https://api.github.com/users/mlainez/gists{/gist_id}","starred_url":"https://api.github.com/users/mlainez/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mlainez/subscriptions","organizations_url":"https://api.github.com/users/mlainez/orgs","repos_url":"https://api.github.com/users/mlainez/repos","events_url":"https://api.github.com/users/mlainez/events{/privacy}","received_events_url":"https://api.github.com/users/mlainez/received_events","type":"User"},"created_at":"2013-04-10T15:38:25Z","updated_at":"2013-04-10T15:38:25Z","body":"+1
130
+ Just having this very same problem on a Rails 3.2.12 app. The suggested monkey
131
+ patch is working."}},"public":true,"created_at":"2013-04-10T15:38:26Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711062817","type":"IssueCommentEvent","actor":{"id":262566,"login":"jeffkaufman","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240","labels_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/labels{/name}","comments_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/comments","events_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/events","html_url":"https://github.com/pagespeed/ngx_pagespeed/issues/240","id":12947732,"number":240,"title":"Support
132
+ `pagespeed AddOptionsToUrls`","user":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":2,"created_at":"2013-04-08T22:30:09Z","updated_at":"2013-04-10T15:34:17Z","closed_at":null,"pull_request":{"html_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240","diff_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240.diff","patch_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240.patch"},"body":"*
133
+ Support AddOptionsToUrls\r\n* Support tests that need top run something post
134
+ cache flush\r\n* Add `ps_determine_port` so we parse urls out of ports and
135
+ fix #239 \r\n* Rejigger the tests to support how our headers for resources
136
+ don''t include a Content-Length header"},"comment":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/comments/16182042","html_url":"https://github.com/pagespeed/ngx_pagespeed/issues/240#issuecomment-16182042","issue_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240","id":16182042,"user":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"created_at":"2013-04-10T15:34:16Z","updated_at":"2013-04-10T15:34:16Z","body":">
137
+ Embed image/css configuration decoding with clear cache\r\n\r\nWeird; that''s
138
+ not failing for me. Looking the access log I think we''re getting it right
139
+ on the third try:\r\n\r\n 127.0.0.1 - - [10/Apr/2013:11:32:22 -0400] \"GET
140
+ http://embed-config-resources.example.com/images/256x192xPuzzle.jpg.pagespeed.gp+jp+pj+js+rj+rp+rw+ri+cp+md+iq=73.ic.i4oSM91998.jpg
141
+ HTTP/1.1\" 200 7881 \"http://embed-config-html.example.com/embed-config.html\"
142
+ \"\\x22Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.0 (KHTML,
143
+ like Gecko) Chrome/6.0.408.1 Safari/534.0\\x22\"\r\n 127.0.0.1 - - [10/Apr/2013:11:32:27
144
+ -0400] \"GET http://embed-config-resources.example.com/images/256x192xPuzzle.jpg.pagespeed.gp+jp+pj+js+rj+rp+rw+ri+cp+md+iq=73.ic.i4oSM91998.jpg
145
+ HTTP/1.1\" 200 241274 \"-\" \"\\x22Mozilla/5.0 (X11; U; Linux x86_64; en-US)
146
+ AppleWebKit/534.0 (KHTML, like Gecko) Chrome/6.0.408.1 Safari/534.0\\x22\"\r\n 127.0.0.1
147
+ - - [10/Apr/2013:11:32:27 -0400] \"GET http://embed-config-resources.example.com/images/256x192xPuzzle.jpg.pagespeed.gp+jp+pj+js+rj+rp+rw+ri+cp+md+iq=73.ic.i4oSM91998.jpg
148
+ HTTP/1.1\" 200 7881 \"-\" \"\\x22Mozilla/5.0 (X11; U; Linux x86_64; en-US)
149
+ AppleWebKit/534.0 (KHTML, like Gecko) Chrome/6.0.408.1 Safari/534.0\\x22\"\r\n"}},"public":true,"created_at":"2013-04-10T15:34:17Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711062092","type":"IssueCommentEvent","actor":{"id":314351,"login":"jharding","gravatar_id":"e746623f29e07ddc0177c963cefbf613","url":"https://api.github.com/users/jharding","avatar_url":"https://secure.gravatar.com/avatar/e746623f29e07ddc0177c963cefbf613?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8297888,"name":"twitter/typeahead.js","url":"https://api.github.com/repos/twitter/typeahead.js"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/twitter/typeahead.js/issues/180","labels_url":"https://api.github.com/repos/twitter/typeahead.js/issues/180/labels{/name}","comments_url":"https://api.github.com/repos/twitter/typeahead.js/issues/180/comments","events_url":"https://api.github.com/repos/twitter/typeahead.js/issues/180/events","html_url":"https://github.com/twitter/typeahead.js/issues/180","id":12896794,"number":180,"title":"get
150
+ key/char as a custom event before continuing to the typeahead engine ","user":{"login":"adardesign","id":23543,"avatar_url":"https://secure.gravatar.com/avatar/793c96ba46b5db802c2857479ea9d92e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"793c96ba46b5db802c2857479ea9d92e","url":"https://api.github.com/users/adardesign","html_url":"https://github.com/adardesign","followers_url":"https://api.github.com/users/adardesign/followers","following_url":"https://api.github.com/users/adardesign/following","gists_url":"https://api.github.com/users/adardesign/gists{/gist_id}","starred_url":"https://api.github.com/users/adardesign/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/adardesign/subscriptions","organizations_url":"https://api.github.com/users/adardesign/orgs","repos_url":"https://api.github.com/users/adardesign/repos","events_url":"https://api.github.com/users/adardesign/events{/privacy}","received_events_url":"https://api.github.com/users/adardesign/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":7,"created_at":"2013-04-07T15:31:33Z","updated_at":"2013-04-10T15:33:30Z","closed_at":null,"pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"Is
151
+ there a way to get the raw key pressed event before it gets passed to the
152
+ `typeahead` engine, same as the `beforeSend` custom event, perhaps as a `onKeyPress`
153
+ / `onKeyDown` or `onInput` event. which can be decided to get the type ahead
154
+ running or not. by returning `true` or `false` "},"comment":{"url":"https://api.github.com/repos/twitter/typeahead.js/issues/comments/16181985","html_url":"https://github.com/twitter/typeahead.js/issues/180#issuecomment-16181985","issue_url":"https://api.github.com/repos/twitter/typeahead.js/issues/180","id":16181985,"user":{"login":"jharding","id":314351,"avatar_url":"https://secure.gravatar.com/avatar/e746623f29e07ddc0177c963cefbf613?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e746623f29e07ddc0177c963cefbf613","url":"https://api.github.com/users/jharding","html_url":"https://github.com/jharding","followers_url":"https://api.github.com/users/jharding/followers","following_url":"https://api.github.com/users/jharding/following","gists_url":"https://api.github.com/users/jharding/gists{/gist_id}","starred_url":"https://api.github.com/users/jharding/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jharding/subscriptions","organizations_url":"https://api.github.com/users/jharding/orgs","repos_url":"https://api.github.com/users/jharding/repos","events_url":"https://api.github.com/users/jharding/events{/privacy}","received_events_url":"https://api.github.com/users/jharding/received_events","type":"User"},"created_at":"2013-04-10T15:33:30Z","updated_at":"2013-04-10T15:33:30Z","body":"Why
155
+ don''t you want it to update the hint though? If that doesn''t happen, the
156
+ hint will get messed up when the whitespace of the query changes. It''s vital
157
+ to displaying the hint properly."}},"public":true,"created_at":"2013-04-10T15:33:31Z","org":{"id":50278,"login":"twitter","gravatar_id":"2f4a8254d032a8ec5e4c48d461e54fcc","url":"https://api.github.com/orgs/twitter","avatar_url":"https://secure.gravatar.com/avatar/2f4a8254d032a8ec5e4c48d461e54fcc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711061907","type":"IssueCommentEvent","actor":{"id":9582,"login":"josevalim","gravatar_id":"e837f6b7fd146ab16ed3d663476c063e","url":"https://api.github.com/users/josevalim","avatar_url":"https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/10167","labels_url":"https://api.github.com/repos/rails/rails/issues/10167/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/10167/comments","events_url":"https://api.github.com/repos/rails/rails/issues/10167/events","html_url":"https://github.com/rails/rails/issues/10167","id":13024049,"number":10167,"title":"Create
158
+ a separate ActiveRecord locale","user":{"login":"rubys","id":4815,"avatar_url":"https://secure.gravatar.com/avatar/e2dda5e47fccc5ff0daa87debf48162b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e2dda5e47fccc5ff0daa87debf48162b","url":"https://api.github.com/users/rubys","html_url":"https://github.com/rubys","followers_url":"https://api.github.com/users/rubys/followers","following_url":"https://api.github.com/users/rubys/following","gists_url":"https://api.github.com/users/rubys/gists{/gist_id}","starred_url":"https://api.github.com/users/rubys/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rubys/subscriptions","organizations_url":"https://api.github.com/users/rubys/orgs","repos_url":"https://api.github.com/users/rubys/repos","events_url":"https://api.github.com/users/rubys/events{/privacy}","received_events_url":"https://api.github.com/users/rubys/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":1,"created_at":"2013-04-10T15:18:54Z","updated_at":"2013-04-10T15:33:18Z","closed_at":null,"pull_request":{"html_url":"https://github.com/rails/rails/pull/10167","diff_url":"https://github.com/rails/rails/pull/10167.diff","patch_url":"https://github.com/rails/rails/pull/10167.patch"},"body":"Decouples
159
+ pluralization activities from the current locale.\r\n\r\nhttps://github.com/rails/rails/pull/10158
160
+ changes pluralization to depend on the current locale, which breaks ActiveRecord
161
+ which makes heavy use of pluralization and depends on this function returning
162
+ consistent results. You can see the results http://intertwingly.net/projects/AWDwR4/checkdepot/section-15.2.html
163
+ where we get a `Could not find table ''cart''` error message when we switch
164
+ locales.\r\n\r\nPreferred solutions are to either revert the original commit,
165
+ or to give ActiveRecord a separate locale. This pull request implements the
166
+ latter. I''m OK with either option."},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16181971","html_url":"https://github.com/rails/rails/issues/10167#issuecomment-16181971","issue_url":"https://api.github.com/repos/rails/rails/issues/10167","id":16181971,"user":{"login":"josevalim","id":9582,"avatar_url":"https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e837f6b7fd146ab16ed3d663476c063e","url":"https://api.github.com/users/josevalim","html_url":"https://github.com/josevalim","followers_url":"https://api.github.com/users/josevalim/followers","following_url":"https://api.github.com/users/josevalim/following","gists_url":"https://api.github.com/users/josevalim/gists{/gist_id}","starred_url":"https://api.github.com/users/josevalim/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/josevalim/subscriptions","organizations_url":"https://api.github.com/users/josevalim/orgs","repos_url":"https://api.github.com/users/josevalim/repos","events_url":"https://api.github.com/users/josevalim/events{/privacy}","received_events_url":"https://api.github.com/users/josevalim/received_events","type":"User"},"created_at":"2013-04-10T15:33:18Z","updated_at":"2013-04-10T15:33:18Z","body":"Thanks
167
+ Sam!\r\n\r\nI don''t think we should allow people to use their own locale
168
+ on Active Record column names, tables and friends. All of Ruby standard library,
169
+ Rails API are in english. As someone who has seen projects using two idioms,
170
+ mixing portuguese and english, I am really frightened by this change, because
171
+ those are always the worst projects to work with."}},"public":true,"created_at":"2013-04-10T15:33:19Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711060555","type":"IssueCommentEvent","actor":{"id":230608,"login":"nerdyworm","gravatar_id":"f349a1245494bac9904d01ef4e988048","url":"https://api.github.com/users/nerdyworm","avatar_url":"https://secure.gravatar.com/avatar/f349a1245494bac9904d01ef4e988048?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":1801829,"name":"emberjs/ember.js","url":"https://api.github.com/repos/emberjs/ember.js"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/emberjs/ember.js/issues/2377","labels_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/labels{/name}","comments_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/comments","events_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377/events","html_url":"https://github.com/emberjs/ember.js/issues/2377","id":12644702,"number":2377,"title":"NotFoundError:
172
+ DOM Exception 8","user":{"login":"mdi","id":524808,"avatar_url":"https://secure.gravatar.com/avatar/5e791e2946176a104d6143a28e413231?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5e791e2946176a104d6143a28e413231","url":"https://api.github.com/users/mdi","html_url":"https://github.com/mdi","followers_url":"https://api.github.com/users/mdi/followers","following_url":"https://api.github.com/users/mdi/following","gists_url":"https://api.github.com/users/mdi/gists{/gist_id}","starred_url":"https://api.github.com/users/mdi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mdi/subscriptions","organizations_url":"https://api.github.com/users/mdi/orgs","repos_url":"https://api.github.com/users/mdi/repos","events_url":"https://api.github.com/users/mdi/events{/privacy}","received_events_url":"https://api.github.com/users/mdi/received_events","type":"User"},"labels":[],"state":"open","assignee":{"login":"kselden","id":61024,"avatar_url":"https://secure.gravatar.com/avatar/5422b6531fd16f9b0abeb506bd6f06f5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5422b6531fd16f9b0abeb506bd6f06f5","url":"https://api.github.com/users/kselden","html_url":"https://github.com/kselden","followers_url":"https://api.github.com/users/kselden/followers","following_url":"https://api.github.com/users/kselden/following","gists_url":"https://api.github.com/users/kselden/gists{/gist_id}","starred_url":"https://api.github.com/users/kselden/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kselden/subscriptions","organizations_url":"https://api.github.com/users/kselden/orgs","repos_url":"https://api.github.com/users/kselden/repos","events_url":"https://api.github.com/users/kselden/events{/privacy}","received_events_url":"https://api.github.com/users/kselden/received_events","type":"User"},"milestone":{"url":"https://api.github.com/repos/emberjs/ember.js/milestones/5","labels_url":"https://api.github.com/repos/emberjs/ember.js/milestones/5/labels","id":299934,"number":5,"title":"1.0
173
+ RC3","description":"","creator":{"login":"ebryn","id":3018,"avatar_url":"https://secure.gravatar.com/avatar/5d7985e220cc634b24422683bb3eb5af?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5d7985e220cc634b24422683bb3eb5af","url":"https://api.github.com/users/ebryn","html_url":"https://github.com/ebryn","followers_url":"https://api.github.com/users/ebryn/followers","following_url":"https://api.github.com/users/ebryn/following","gists_url":"https://api.github.com/users/ebryn/gists{/gist_id}","starred_url":"https://api.github.com/users/ebryn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ebryn/subscriptions","organizations_url":"https://api.github.com/users/ebryn/orgs","repos_url":"https://api.github.com/users/ebryn/repos","events_url":"https://api.github.com/users/ebryn/events{/privacy}","received_events_url":"https://api.github.com/users/ebryn/received_events","type":"User"},"open_issues":1,"closed_issues":0,"state":"open","created_at":"2013-03-31T17:14:37Z","updated_at":"2013-03-31T17:14:49Z","due_on":null},"comments":19,"created_at":"2013-03-31T17:04:23Z","updated_at":"2013-04-10T15:31:55Z","closed_at":null,"pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"Using
174
+ 1.0.0-rc.2, after commit 604753e99bb9a24d12aba96f87f827b4365a47f0, I started
175
+ receiving `NotFoundError: DOM Exception 8` when clicking a link to a particular
176
+ route. I''m not doing anything in this route, so I don''t believe it is my
177
+ code causing the problem. Before the above mentioned commit, this error was
178
+ not thrown. Also, any additional clicks to that route work fine. It''s only
179
+ the initial click to the route. I''m attaching two screenshots of the Chrome
180
+ console showing this exception.\r\n\r\n![Screen Shot 2013-03-31 at 16 07 12
181
+ ](https://f.cloud.github.com/assets/524808/322063/d803e474-9a24-11e2-95da-79540f7947a9.png)\r\n\r\n\r\n![Screen
182
+ Shot 2013-03-31 at 18 47 54 ](https://f.cloud.github.com/assets/524808/322064/dd27d8f2-9a24-11e2-96e0-1596757d14fb.png)\r\n"},"comment":{"url":"https://api.github.com/repos/emberjs/ember.js/issues/comments/16181876","html_url":"https://github.com/emberjs/ember.js/issues/2377#issuecomment-16181876","issue_url":"https://api.github.com/repos/emberjs/ember.js/issues/2377","id":16181876,"user":{"login":"nerdyworm","id":230608,"avatar_url":"https://secure.gravatar.com/avatar/f349a1245494bac9904d01ef4e988048?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"f349a1245494bac9904d01ef4e988048","url":"https://api.github.com/users/nerdyworm","html_url":"https://github.com/nerdyworm","followers_url":"https://api.github.com/users/nerdyworm/followers","following_url":"https://api.github.com/users/nerdyworm/following","gists_url":"https://api.github.com/users/nerdyworm/gists{/gist_id}","starred_url":"https://api.github.com/users/nerdyworm/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/nerdyworm/subscriptions","organizations_url":"https://api.github.com/users/nerdyworm/orgs","repos_url":"https://api.github.com/users/nerdyworm/repos","events_url":"https://api.github.com/users/nerdyworm/events{/privacy}","received_events_url":"https://api.github.com/users/nerdyworm/received_events","type":"User"},"created_at":"2013-04-10T15:31:55Z","updated_at":"2013-04-10T15:31:55Z","body":"My
183
+ test suite is telling me this issue is resolved after https://github.com/emberjs/ember.js/commit/05cd841c7d2cefd54642dd174646f26070e31109
184
+ ."}},"public":true,"created_at":"2013-04-10T15:31:55Z","org":{"id":1253363,"login":"emberjs","gravatar_id":"792333d2bad390e8a2e23f5e2f41f214","url":"https://api.github.com/orgs/emberjs","avatar_url":"https://secure.gravatar.com/avatar/792333d2bad390e8a2e23f5e2f41f214?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711060044","type":"PushEvent","actor":{"id":262566,"login":"jeffkaufman","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"push_id":164264576,"size":1,"distinct_size":1,"ref":"refs/heads/jefftk-config-in-url","head":"10cbf7148f47134e9c155ed800dcd36d43993365","before":"3151f0adfc490d4a42d6778a15109a1c79daa8c3","commits":[{"sha":"10cbf7148f47134e9c155ed800dcd36d43993365","author":{"email":"jefftk@google.com","name":"Jeff
185
+ Kaufman"},"message":"with port changes we don''t need the port in the MapProxyDomain","distinct":true,"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/10cbf7148f47134e9c155ed800dcd36d43993365"}]},"public":true,"created_at":"2013-04-10T15:31:26Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711057401","type":"PushEvent","actor":{"id":3387,"login":"fxn","gravatar_id":"7223c62b7310e164eb79c740188abbda","url":"https://api.github.com/users/fxn","avatar_url":"https://secure.gravatar.com/avatar/7223c62b7310e164eb79c740188abbda?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"push_id":164263239,"size":2,"distinct_size":2,"ref":"refs/heads/master","head":"1c67ecca05f370faeb6adce44d0d98631a9541d4","before":"4658b0d48c6b339c504cb3273f5a1eb6960f85a4","commits":[{"sha":"22e5ab31b52a287705083ad6f3cad836ab96b619","author":{"email":"csonpatki@gmail.com","name":"Prathamesh
186
+ Sonpatki"},"message":"Searching for rails executable correctly\n\n * Current
187
+ logic of finding Rails executable in parent directory is\n not returning
188
+ full path of executable if it is found in one of the\n parent directories\n
189
+ * To compensate for this, we have to call exec_app_rails recursively\n until
190
+ the executable is found or we cant do ''chdir'' anymore\n * This solution
191
+ finds the correct executable path from parent\n directory(s) recursively","distinct":true,"url":"https://api.github.com/repos/rails/rails/commits/22e5ab31b52a287705083ad6f3cad836ab96b619"},{"sha":"1c67ecca05f370faeb6adce44d0d98631a9541d4","author":{"email":"fxn@hashref.com","name":"Xavier
192
+ Noria"},"message":"Merge pull request #10157 from prathamesh-sonpatki/app_loader\n\nSearching
193
+ for rails executable correctly","distinct":true,"url":"https://api.github.com/repos/rails/rails/commits/1c67ecca05f370faeb6adce44d0d98631a9541d4"}]},"public":true,"created_at":"2013-04-10T15:28:50Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711057201","type":"IssueCommentEvent","actor":{"id":621238,"login":"prathamesh-sonpatki","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/10157","labels_url":"https://api.github.com/repos/rails/rails/issues/10157/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/10157/comments","events_url":"https://api.github.com/repos/rails/rails/issues/10157/events","html_url":"https://github.com/rails/rails/issues/10157","id":13002909,"number":10157,"title":"Searching
194
+ for rails executable correctly","user":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"labels":[],"state":"closed","assignee":null,"milestone":null,"comments":23,"created_at":"2013-04-10T03:47:47Z","updated_at":"2013-04-10T15:28:35Z","closed_at":"2013-04-10T15:26:58Z","pull_request":{"html_url":"https://github.com/rails/rails/pull/10157","diff_url":"https://github.com/rails/rails/pull/10157.diff","patch_url":"https://github.com/rails/rails/pull/10157.patch"},"body":"Current
195
+ logic of finding Rails executable in parent directory is not returning full
196
+ path of executable if it is found in one of the parent directories.\r\nTo
197
+ compensate for this, we have to call `exec_app_rails` recursively until the
198
+ executable is found or we can''t do `chdir` anymore\r\n\r\nThis solution finds
199
+ the full executable path from parent directory recursively"},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16181634","html_url":"https://github.com/rails/rails/issues/10157#issuecomment-16181634","issue_url":"https://api.github.com/repos/rails/rails/issues/10157","id":16181634,"user":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"created_at":"2013-04-10T15:28:35Z","updated_at":"2013-04-10T15:28:35Z","body":"@fxn
200
+ Thanks for all help :)"}},"public":true,"created_at":"2013-04-10T15:28:36Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711055660","type":"IssueCommentEvent","actor":{"id":419698,"login":"jra3","gravatar_id":"239b238b615d8d03c619bc1442acb992","url":"https://api.github.com/users/jra3","avatar_url":"https://secure.gravatar.com/avatar/239b238b615d8d03c619bc1442acb992?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":3859306,"name":"square/cubism","url":"https://api.github.com/repos/square/cubism"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/square/cubism/issues/47","labels_url":"https://api.github.com/repos/square/cubism/issues/47/labels{/name}","comments_url":"https://api.github.com/repos/square/cubism/issues/47/comments","events_url":"https://api.github.com/repos/square/cubism/issues/47/events","html_url":"https://github.com/square/cubism/issues/47","id":12787102,"number":47,"title":"Smooth
201
+ interpolation between values?","user":{"login":"victorhooi","id":243499,"avatar_url":"https://secure.gravatar.com/avatar/7c0fa8fb73fe4c951ea79b476007c77d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"7c0fa8fb73fe4c951ea79b476007c77d","url":"https://api.github.com/users/victorhooi","html_url":"https://github.com/victorhooi","followers_url":"https://api.github.com/users/victorhooi/followers","following_url":"https://api.github.com/users/victorhooi/following","gists_url":"https://api.github.com/users/victorhooi/gists{/gist_id}","starred_url":"https://api.github.com/users/victorhooi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/victorhooi/subscriptions","organizations_url":"https://api.github.com/users/victorhooi/orgs","repos_url":"https://api.github.com/users/victorhooi/repos","events_url":"https://api.github.com/users/victorhooi/events{/privacy}","received_events_url":"https://api.github.com/users/victorhooi/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":8,"created_at":"2013-04-04T06:22:51Z","updated_at":"2013-04-10T15:27:02Z","closed_at":null,"pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"Hi,\r\n\r\nIs
202
+ it possible to add an argument to Cubism.js that will allow it to do smooth
203
+ interpolation between values, or over missing values?\r\n\r\nSomebody asked
204
+ about it on SO here:\r\n\r\nhttp://stackoverflow.com/questions/13732309/interpolation-on-cubism-graphs\r\n\r\nand
205
+ the answer mentioned using custom interpolators in D3:\r\n\r\nhttp://bl.ocks.org/mbostock/3310323\r\n\r\nIs
206
+ something like that possible to add into Cubism.js?\r\n\r\nCheers,\r\nVictor"},"comment":{"url":"https://api.github.com/repos/square/cubism/issues/comments/16181525","html_url":"https://github.com/square/cubism/issues/47#issuecomment-16181525","issue_url":"https://api.github.com/repos/square/cubism/issues/47","id":16181525,"user":{"login":"jra3","id":419698,"avatar_url":"https://secure.gravatar.com/avatar/239b238b615d8d03c619bc1442acb992?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"239b238b615d8d03c619bc1442acb992","url":"https://api.github.com/users/jra3","html_url":"https://github.com/jra3","followers_url":"https://api.github.com/users/jra3/followers","following_url":"https://api.github.com/users/jra3/following","gists_url":"https://api.github.com/users/jra3/gists{/gist_id}","starred_url":"https://api.github.com/users/jra3/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jra3/subscriptions","organizations_url":"https://api.github.com/users/jra3/orgs","repos_url":"https://api.github.com/users/jra3/repos","events_url":"https://api.github.com/users/jra3/events{/privacy}","received_events_url":"https://api.github.com/users/jra3/received_events","type":"User"},"created_at":"2013-04-10T15:27:02Z","updated_at":"2013-04-10T15:27:02Z","body":"@victorhooi
207
+ You could just implement any of these in the way that mike described above
208
+ http://en.wikipedia.org/wiki/Smoothing. No telling which would work best
209
+ with your particular data."}},"public":true,"created_at":"2013-04-10T15:27:02Z","org":{"id":82592,"login":"square","gravatar_id":"d87fe401b5fc9a4fc9bfd75febcab7c7","url":"https://api.github.com/orgs/square","avatar_url":"https://secure.gravatar.com/avatar/d87fe401b5fc9a4fc9bfd75febcab7c7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711055614","type":"PullRequestEvent","actor":{"id":3387,"login":"fxn","gravatar_id":"7223c62b7310e164eb79c740188abbda","url":"https://api.github.com/users/fxn","avatar_url":"https://secure.gravatar.com/avatar/7223c62b7310e164eb79c740188abbda?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"closed","number":10157,"pull_request":{"url":"https://api.github.com/repos/rails/rails/pulls/10157","id":5074150,"html_url":"https://github.com/rails/rails/pull/10157","diff_url":"https://github.com/rails/rails/pull/10157.diff","patch_url":"https://github.com/rails/rails/pull/10157.patch","issue_url":"https://github.com/rails/rails/issues/10157","number":10157,"state":"closed","title":"Searching
210
+ for rails executable correctly","user":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"body":"Current
211
+ logic of finding Rails executable in parent directory is not returning full
212
+ path of executable if it is found in one of the parent directories.\r\nTo
213
+ compensate for this, we have to call `exec_app_rails` recursively until the
214
+ executable is found or we can''t do `chdir` anymore\r\n\r\nThis solution finds
215
+ the full executable path from parent directory recursively","created_at":"2013-04-10T03:47:47Z","updated_at":"2013-04-10T15:26:58Z","closed_at":"2013-04-10T15:26:58Z","merged_at":"2013-04-10T15:26:58Z","merge_commit_sha":"e3c7eebb4a98f18a703a4143d75921d28887950a","assignee":null,"milestone":null,"commits_url":"https://github.com/rails/rails/pull/10157/commits","review_comments_url":"https://github.com/rails/rails/pull/10157/comments","review_comment_url":"/repos/rails/rails/pulls/comments/{number}","comments_url":"https://api.github.com/repos/rails/rails/issues/10157/comments","head":{"label":"prathamesh-sonpatki:app_loader","ref":"app_loader","sha":"22e5ab31b52a287705083ad6f3cad836ab96b619","user":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"repo":{"id":5762217,"name":"rails","full_name":"prathamesh-sonpatki/rails","owner":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"private":false,"html_url":"https://github.com/prathamesh-sonpatki/rails","description":"Ruby
216
+ on Rails","fork":true,"url":"https://api.github.com/repos/prathamesh-sonpatki/rails","forks_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/forks","keys_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/keys{/key_id}","collaborators_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/teams","hooks_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/hooks","issue_events_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/issues/events{/number}","events_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/events","assignees_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/assignees{/user}","branches_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/branches{/branch}","tags_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/tags{/tag}","blobs_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/git/refs{/sha}","trees_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/git/trees{/sha}","statuses_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/statuses/{sha}","languages_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/languages","stargazers_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/stargazers","contributors_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/contributors","subscribers_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/subscribers","subscription_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/subscription","commits_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/commits{/sha}","git_commits_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/git/commits{/sha}","comments_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/comments{/number}","issue_comment_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/issues/comments/{number}","contents_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/contents/{+path}","compare_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/compare/{base}...{head}","merges_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/merges","archive_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/downloads","issues_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/issues{/number}","pulls_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/pulls{/number}","milestones_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/milestones{/number}","notifications_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/prathamesh-sonpatki/rails/labels{/name}","created_at":"2012-09-11T08:43:31Z","updated_at":"2013-04-10T15:26:58Z","pushed_at":"2013-04-10T15:22:56Z","git_url":"git://github.com/prathamesh-sonpatki/rails.git","ssh_url":"git@github.com:prathamesh-sonpatki/rails.git","clone_url":"https://github.com/prathamesh-sonpatki/rails.git","svn_url":"https://github.com/prathamesh-sonpatki/rails","homepage":"http://rubyonrails.org","size":708,"watchers_count":0,"language":"Ruby","has_issues":false,"has_downloads":true,"has_wiki":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"master_branch":"master","default_branch":"master"}},"base":{"label":"rails:master","ref":"master","sha":"4658b0d48c6b339c504cb3273f5a1eb6960f85a4","user":{"login":"rails","id":4223,"avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/users/rails","html_url":"https://github.com/rails","followers_url":"https://api.github.com/users/rails/followers","following_url":"https://api.github.com/users/rails/following","gists_url":"https://api.github.com/users/rails/gists{/gist_id}","starred_url":"https://api.github.com/users/rails/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rails/subscriptions","organizations_url":"https://api.github.com/users/rails/orgs","repos_url":"https://api.github.com/users/rails/repos","events_url":"https://api.github.com/users/rails/events{/privacy}","received_events_url":"https://api.github.com/users/rails/received_events","type":"Organization"},"repo":{"id":8514,"name":"rails","full_name":"rails/rails","owner":{"login":"rails","id":4223,"avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/users/rails","html_url":"https://github.com/rails","followers_url":"https://api.github.com/users/rails/followers","following_url":"https://api.github.com/users/rails/following","gists_url":"https://api.github.com/users/rails/gists{/gist_id}","starred_url":"https://api.github.com/users/rails/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rails/subscriptions","organizations_url":"https://api.github.com/users/rails/orgs","repos_url":"https://api.github.com/users/rails/repos","events_url":"https://api.github.com/users/rails/events{/privacy}","received_events_url":"https://api.github.com/users/rails/received_events","type":"Organization"},"private":false,"html_url":"https://github.com/rails/rails","description":"Ruby
217
+ on Rails","fork":false,"url":"https://api.github.com/repos/rails/rails","forks_url":"https://api.github.com/repos/rails/rails/forks","keys_url":"https://api.github.com/repos/rails/rails/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rails/rails/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rails/rails/teams","hooks_url":"https://api.github.com/repos/rails/rails/hooks","issue_events_url":"https://api.github.com/repos/rails/rails/issues/events{/number}","events_url":"https://api.github.com/repos/rails/rails/events","assignees_url":"https://api.github.com/repos/rails/rails/assignees{/user}","branches_url":"https://api.github.com/repos/rails/rails/branches{/branch}","tags_url":"https://api.github.com/repos/rails/rails/tags{/tag}","blobs_url":"https://api.github.com/repos/rails/rails/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rails/rails/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rails/rails/git/refs{/sha}","trees_url":"https://api.github.com/repos/rails/rails/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rails/rails/statuses/{sha}","languages_url":"https://api.github.com/repos/rails/rails/languages","stargazers_url":"https://api.github.com/repos/rails/rails/stargazers","contributors_url":"https://api.github.com/repos/rails/rails/contributors","subscribers_url":"https://api.github.com/repos/rails/rails/subscribers","subscription_url":"https://api.github.com/repos/rails/rails/subscription","commits_url":"https://api.github.com/repos/rails/rails/commits{/sha}","git_commits_url":"https://api.github.com/repos/rails/rails/git/commits{/sha}","comments_url":"https://api.github.com/repos/rails/rails/comments{/number}","issue_comment_url":"https://api.github.com/repos/rails/rails/issues/comments/{number}","contents_url":"https://api.github.com/repos/rails/rails/contents/{+path}","compare_url":"https://api.github.com/repos/rails/rails/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rails/rails/merges","archive_url":"https://api.github.com/repos/rails/rails/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rails/rails/downloads","issues_url":"https://api.github.com/repos/rails/rails/issues{/number}","pulls_url":"https://api.github.com/repos/rails/rails/pulls{/number}","milestones_url":"https://api.github.com/repos/rails/rails/milestones{/number}","notifications_url":"https://api.github.com/repos/rails/rails/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rails/rails/labels{/name}","created_at":"2008-04-11T02:19:47Z","updated_at":"2013-04-10T15:26:56Z","pushed_at":"2013-04-10T15:26:56Z","git_url":"git://github.com/rails/rails.git","ssh_url":"git@github.com:rails/rails.git","clone_url":"https://github.com/rails/rails.git","svn_url":"https://github.com/rails/rails","homepage":"http://rubyonrails.org","size":95908,"watchers_count":18079,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":false,"forks_count":5424,"mirror_url":null,"open_issues_count":463,"forks":5424,"open_issues":463,"watchers":18079,"master_branch":"master","default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/rails/rails/pulls/10157"},"html":{"href":"https://github.com/rails/rails/pull/10157"},"issue":{"href":"https://api.github.com/repos/rails/rails/issues/10157"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/10157/comments"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/10157/comments"}},"merged":true,"mergeable":null,"mergeable_state":"unknown","merged_by":{"login":"fxn","id":3387,"avatar_url":"https://secure.gravatar.com/avatar/7223c62b7310e164eb79c740188abbda?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"7223c62b7310e164eb79c740188abbda","url":"https://api.github.com/users/fxn","html_url":"https://github.com/fxn","followers_url":"https://api.github.com/users/fxn/followers","following_url":"https://api.github.com/users/fxn/following","gists_url":"https://api.github.com/users/fxn/gists{/gist_id}","starred_url":"https://api.github.com/users/fxn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fxn/subscriptions","organizations_url":"https://api.github.com/users/fxn/orgs","repos_url":"https://api.github.com/users/fxn/repos","events_url":"https://api.github.com/users/fxn/events{/privacy}","received_events_url":"https://api.github.com/users/fxn/received_events","type":"User"},"comments":22,"review_comments":1,"commits":1,"additions":14,"deletions":19,"changed_files":2}},"public":true,"created_at":"2013-04-10T15:26:59Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711055474","type":"IssueCommentEvent","actor":{"id":3387,"login":"fxn","gravatar_id":"7223c62b7310e164eb79c740188abbda","url":"https://api.github.com/users/fxn","avatar_url":"https://secure.gravatar.com/avatar/7223c62b7310e164eb79c740188abbda?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/10157","labels_url":"https://api.github.com/repos/rails/rails/issues/10157/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/10157/comments","events_url":"https://api.github.com/repos/rails/rails/issues/10157/events","html_url":"https://github.com/rails/rails/issues/10157","id":13002909,"number":10157,"title":"Searching
218
+ for rails executable correctly","user":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":22,"created_at":"2013-04-10T03:47:47Z","updated_at":"2013-04-10T15:26:48Z","closed_at":null,"pull_request":{"html_url":"https://github.com/rails/rails/pull/10157","diff_url":"https://github.com/rails/rails/pull/10157.diff","patch_url":"https://github.com/rails/rails/pull/10157.patch"},"body":"Current
219
+ logic of finding Rails executable in parent directory is not returning full
220
+ path of executable if it is found in one of the parent directories.\r\nTo
221
+ compensate for this, we have to call `exec_app_rails` recursively until the
222
+ executable is found or we can''t do `chdir` anymore\r\n\r\nThis solution finds
223
+ the full executable path from parent directory recursively"},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16181517","html_url":"https://github.com/rails/rails/issues/10157#issuecomment-16181517","issue_url":"https://api.github.com/repos/rails/rails/issues/10157","id":16181517,"user":{"login":"fxn","id":3387,"avatar_url":"https://secure.gravatar.com/avatar/7223c62b7310e164eb79c740188abbda?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"7223c62b7310e164eb79c740188abbda","url":"https://api.github.com/users/fxn","html_url":"https://github.com/fxn","followers_url":"https://api.github.com/users/fxn/followers","following_url":"https://api.github.com/users/fxn/following","gists_url":"https://api.github.com/users/fxn/gists{/gist_id}","starred_url":"https://api.github.com/users/fxn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fxn/subscriptions","organizations_url":"https://api.github.com/users/fxn/orgs","repos_url":"https://api.github.com/users/fxn/repos","events_url":"https://api.github.com/users/fxn/events{/privacy}","received_events_url":"https://api.github.com/users/fxn/received_events","type":"User"},"created_at":"2013-04-10T15:26:48Z","updated_at":"2013-04-10T15:26:48Z","body":"@prathamesh-sonpatki
224
+ great, thanks for working on this!"}},"public":true,"created_at":"2013-04-10T15:26:49Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711054714","type":"IssueCommentEvent","actor":{"id":5402,"login":"senny","gravatar_id":"3d698e2872c07061a455d9e250861235","url":"https://api.github.com/users/senny","avatar_url":"https://secure.gravatar.com/avatar/3d698e2872c07061a455d9e250861235?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/10164","labels_url":"https://api.github.com/repos/rails/rails/issues/10164/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/10164/comments","events_url":"https://api.github.com/repos/rails/rails/issues/10164/events","html_url":"https://github.com/rails/rails/issues/10164","id":13017526,"number":10164,"title":"While
225
+ merging relations preserve context for joins","user":{"login":"neerajdotname","id":6399,"avatar_url":"https://secure.gravatar.com/avatar/934f858e451cf9b771996b2940cd696b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"934f858e451cf9b771996b2940cd696b","url":"https://api.github.com/users/neerajdotname","html_url":"https://github.com/neerajdotname","followers_url":"https://api.github.com/users/neerajdotname/followers","following_url":"https://api.github.com/users/neerajdotname/following","gists_url":"https://api.github.com/users/neerajdotname/gists{/gist_id}","starred_url":"https://api.github.com/users/neerajdotname/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/neerajdotname/subscriptions","organizations_url":"https://api.github.com/users/neerajdotname/orgs","repos_url":"https://api.github.com/users/neerajdotname/repos","events_url":"https://api.github.com/users/neerajdotname/events{/privacy}","received_events_url":"https://api.github.com/users/neerajdotname/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":2,"created_at":"2013-04-10T13:02:59Z","updated_at":"2013-04-10T15:26:05Z","closed_at":null,"pull_request":{"html_url":"https://github.com/rails/rails/pull/10164","diff_url":"https://github.com/rails/rails/pull/10164.diff","patch_url":"https://github.com/rails/rails/pull/10164.patch"},"body":"Fixes
226
+ #3002. Also see #5494.\r\n\r\n```ruby\r\nclass Comment < ActiveRecord::Base\r\n belongs_to
227
+ :post\r\nend\r\n\r\nclass Author < ActiveRecord::Base\r\n has_many :posts\r\nend\r\n\r\nclass
228
+ Post < ActiveRecord::Base\r\n belongs_to :author\r\n has_many :comments\r\nend\r\n```\r\n\r\n`Comment.joins(:post).merge(Post.joins(:author).merge(Author.where(:name
229
+ => \"Joe Blogs\"))).all` would\r\nfail with `ActiveRecord::ConfigurationError:
230
+ Association named ''author'' was not found on Comment`.\r\n\r\nIt is failing
231
+ because `all` is being called on relation which looks like this after all
232
+ the merging:\r\n`{:joins=>[:post, :author], :where=>[#<Arel::Nodes::Equality:
233
+ ....}`. In this relation all the context that\r\n`Post` was joined with `Author`
234
+ is lost and hence the error that `author` was not found on `Comment`.\r\n\r\nThs
235
+ solution is to build JoinAssociation when two relations with join information
236
+ are being merged. And later\r\nwhile building the arel use the previously
237
+ built `JoinAssociation` record in `JoinDependency#graft` to\r\nbuild the right
238
+ from clause.\r\n\r\nThanks to Jared Armstrong (https://github.com/armstrjare)
239
+ for most of the work. I ported it to make it\r\ncompatible with new code base.\r\n\r\n/cc
240
+ @jonleighton"},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16181464","html_url":"https://github.com/rails/rails/issues/10164#issuecomment-16181464","issue_url":"https://api.github.com/repos/rails/rails/issues/10164","id":16181464,"user":{"login":"senny","id":5402,"avatar_url":"https://secure.gravatar.com/avatar/3d698e2872c07061a455d9e250861235?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"3d698e2872c07061a455d9e250861235","url":"https://api.github.com/users/senny","html_url":"https://github.com/senny","followers_url":"https://api.github.com/users/senny/followers","following_url":"https://api.github.com/users/senny/following","gists_url":"https://api.github.com/users/senny/gists{/gist_id}","starred_url":"https://api.github.com/users/senny/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/senny/subscriptions","organizations_url":"https://api.github.com/users/senny/orgs","repos_url":"https://api.github.com/users/senny/repos","events_url":"https://api.github.com/users/senny/events{/privacy}","received_events_url":"https://api.github.com/users/senny/received_events","type":"User"},"created_at":"2013-04-10T15:26:05Z","updated_at":"2013-04-10T15:26:05Z","body":"thanks
241
+ for the patch :heart: "}},"public":true,"created_at":"2013-04-10T15:26:06Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711054286","type":"IssueCommentEvent","actor":{"id":5402,"login":"senny","gravatar_id":"3d698e2872c07061a455d9e250861235","url":"https://api.github.com/users/senny","avatar_url":"https://secure.gravatar.com/avatar/3d698e2872c07061a455d9e250861235?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/10164","labels_url":"https://api.github.com/repos/rails/rails/issues/10164/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/10164/comments","events_url":"https://api.github.com/repos/rails/rails/issues/10164/events","html_url":"https://github.com/rails/rails/issues/10164","id":13017526,"number":10164,"title":"While
242
+ merging relations preserve context for joins","user":{"login":"neerajdotname","id":6399,"avatar_url":"https://secure.gravatar.com/avatar/934f858e451cf9b771996b2940cd696b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"934f858e451cf9b771996b2940cd696b","url":"https://api.github.com/users/neerajdotname","html_url":"https://github.com/neerajdotname","followers_url":"https://api.github.com/users/neerajdotname/followers","following_url":"https://api.github.com/users/neerajdotname/following","gists_url":"https://api.github.com/users/neerajdotname/gists{/gist_id}","starred_url":"https://api.github.com/users/neerajdotname/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/neerajdotname/subscriptions","organizations_url":"https://api.github.com/users/neerajdotname/orgs","repos_url":"https://api.github.com/users/neerajdotname/repos","events_url":"https://api.github.com/users/neerajdotname/events{/privacy}","received_events_url":"https://api.github.com/users/neerajdotname/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":1,"created_at":"2013-04-10T13:02:59Z","updated_at":"2013-04-10T15:25:37Z","closed_at":null,"pull_request":{"html_url":"https://github.com/rails/rails/pull/10164","diff_url":"https://github.com/rails/rails/pull/10164.diff","patch_url":"https://github.com/rails/rails/pull/10164.patch"},"body":"Fixes
243
+ #3002. Also see #5494.\r\n\r\n```ruby\r\nclass Comment < ActiveRecord::Base\r\n belongs_to
244
+ :post\r\nend\r\n\r\nclass Author < ActiveRecord::Base\r\n has_many :posts\r\nend\r\n\r\nclass
245
+ Post < ActiveRecord::Base\r\n belongs_to :author\r\n has_many :comments\r\nend\r\n```\r\n\r\n`Comment.joins(:post).merge(Post.joins(:author).merge(Author.where(:name
246
+ => \"Joe Blogs\"))).all` would\r\nfail with `ActiveRecord::ConfigurationError:
247
+ Association named ''author'' was not found on Comment`.\r\n\r\nIt is failing
248
+ because `all` is being called on relation which looks like this after all
249
+ the merging:\r\n`{:joins=>[:post, :author], :where=>[#<Arel::Nodes::Equality:
250
+ ....}`. In this relation all the context that\r\n`Post` was joined with `Author`
251
+ is lost and hence the error that `author` was not found on `Comment`.\r\n\r\nThs
252
+ solution is to build JoinAssociation when two relations with join information
253
+ are being merged. And later\r\nwhile building the arel use the previously
254
+ built `JoinAssociation` record in `JoinDependency#graft` to\r\nbuild the right
255
+ from clause.\r\n\r\nThanks to Jared Armstrong (https://github.com/armstrjare)
256
+ for most of the work. I ported it to make it\r\ncompatible with new code base.\r\n\r\n/cc
257
+ @jonleighton"},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16181426","html_url":"https://github.com/rails/rails/issues/10164#issuecomment-16181426","issue_url":"https://api.github.com/repos/rails/rails/issues/10164","id":16181426,"user":{"login":"senny","id":5402,"avatar_url":"https://secure.gravatar.com/avatar/3d698e2872c07061a455d9e250861235?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"3d698e2872c07061a455d9e250861235","url":"https://api.github.com/users/senny","html_url":"https://github.com/senny","followers_url":"https://api.github.com/users/senny/followers","following_url":"https://api.github.com/users/senny/following","gists_url":"https://api.github.com/users/senny/gists{/gist_id}","starred_url":"https://api.github.com/users/senny/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/senny/subscriptions","organizations_url":"https://api.github.com/users/senny/orgs","repos_url":"https://api.github.com/users/senny/repos","events_url":"https://api.github.com/users/senny/events{/privacy}","received_events_url":"https://api.github.com/users/senny/received_events","type":"User"},"created_at":"2013-04-10T15:25:37Z","updated_at":"2013-04-10T15:25:37Z","body":"@neerajdotname
258
+ please use \\`\\`\\` to format the code (I edited your message)."}},"public":true,"created_at":"2013-04-10T15:25:38Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711053390","type":"IssueCommentEvent","actor":{"id":621238,"login":"prathamesh-sonpatki","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/10157","labels_url":"https://api.github.com/repos/rails/rails/issues/10157/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/10157/comments","events_url":"https://api.github.com/repos/rails/rails/issues/10157/events","html_url":"https://github.com/rails/rails/issues/10157","id":13002909,"number":10157,"title":"Searching
259
+ for rails executable correctly","user":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":21,"created_at":"2013-04-10T03:47:47Z","updated_at":"2013-04-10T15:24:41Z","closed_at":null,"pull_request":{"html_url":"https://github.com/rails/rails/pull/10157","diff_url":"https://github.com/rails/rails/pull/10157.diff","patch_url":"https://github.com/rails/rails/pull/10157.patch"},"body":"Current
260
+ logic of finding Rails executable in parent directory is not returning full
261
+ path of executable if it is found in one of the parent directories.\r\nTo
262
+ compensate for this, we have to call `exec_app_rails` recursively until the
263
+ executable is found or we can''t do `chdir` anymore\r\n\r\nThis solution finds
264
+ the full executable path from parent directory recursively"},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16181374","html_url":"https://github.com/rails/rails/issues/10157#issuecomment-16181374","issue_url":"https://api.github.com/repos/rails/rails/issues/10157","id":16181374,"user":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"created_at":"2013-04-10T15:24:41Z","updated_at":"2013-04-10T15:24:41Z","body":"@fxn
265
+ Removed CHANGELOG entry."}},"public":true,"created_at":"2013-04-10T15:24:42Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711052899","type":"IssueCommentEvent","actor":{"id":2239556,"login":"oschaaf","gravatar_id":"cd308590f2f07c0ebd33e436ff59ef48","url":"https://api.github.com/users/oschaaf","avatar_url":"https://secure.gravatar.com/avatar/cd308590f2f07c0ebd33e436ff59ef48?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/243","labels_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/243/labels{/name}","comments_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/243/comments","events_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/243/events","html_url":"https://github.com/pagespeed/ngx_pagespeed/issues/243","id":13021892,"number":243,"title":"statistics:
266
+ /ngx_pagespeed_statistics was broken again","user":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":1,"created_at":"2013-04-10T14:37:05Z","updated_at":"2013-04-10T15:24:10Z","closed_at":null,"pull_request":{"html_url":"https://github.com/pagespeed/ngx_pagespeed/pull/243","diff_url":"https://github.com/pagespeed/ngx_pagespeed/pull/243.diff","patch_url":"https://github.com/pagespeed/ngx_pagespeed/pull/243.patch"},"body":"If
267
+ we get a request for `/ngx_pagespeed_statistics` we don''t create a `ps_request_context`. We
268
+ create the content properly, but then in the header filter we assume that
269
+ \"ctx is NULL iff this is not a resource fetch\" and so conclude that we''re
270
+ not a resource fetch. Then we call `CreateRequestContext()` with `resource_fetch=false`
271
+ and so it doesn''t check to see if it''s statistics.\r\n\r\nHere I fix this
272
+ by pulling the check for statistics outside of the resource-fetch-only part
273
+ of `CreateRequestContext()`."},"comment":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/comments/16181342","html_url":"https://github.com/pagespeed/ngx_pagespeed/issues/243#issuecomment-16181342","issue_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/243","id":16181342,"user":{"login":"oschaaf","id":2239556,"avatar_url":"https://secure.gravatar.com/avatar/cd308590f2f07c0ebd33e436ff59ef48?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"cd308590f2f07c0ebd33e436ff59ef48","url":"https://api.github.com/users/oschaaf","html_url":"https://github.com/oschaaf","followers_url":"https://api.github.com/users/oschaaf/followers","following_url":"https://api.github.com/users/oschaaf/following","gists_url":"https://api.github.com/users/oschaaf/gists{/gist_id}","starred_url":"https://api.github.com/users/oschaaf/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/oschaaf/subscriptions","organizations_url":"https://api.github.com/users/oschaaf/orgs","repos_url":"https://api.github.com/users/oschaaf/repos","events_url":"https://api.github.com/users/oschaaf/events{/privacy}","received_events_url":"https://api.github.com/users/oschaaf/received_events","type":"User"},"created_at":"2013-04-10T15:24:10Z","updated_at":"2013-04-10T15:24:10Z","body":"LGTM"}},"public":true,"created_at":"2013-04-10T15:24:11Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711051260","type":"PushEvent","actor":{"id":262566,"login":"jeffkaufman","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"push_id":164260062,"size":1,"distinct_size":1,"ref":"refs/heads/jefftk-config-in-url","head":"3151f0adfc490d4a42d6778a15109a1c79daa8c3","before":"94a65f404c7000878a05e5d2832497168ae598d5","commits":[{"sha":"3151f0adfc490d4a42d6778a15109a1c79daa8c3","author":{"email":"jefftk@google.com","name":"Jeff
274
+ Kaufman"},"message":"typo","distinct":true,"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/3151f0adfc490d4a42d6778a15109a1c79daa8c3"}]},"public":true,"created_at":"2013-04-10T15:22:29Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711050333","type":"PullRequestReviewCommentEvent","actor":{"id":262566,"login":"jeffkaufman","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"comment":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/pulls/comments/3735769","id":3735769,"body":"that
275
+ would be nice, yes","diff_hunk":"@@ -121,6 +121,29 @@ PAGESPEED_EXPECTED_FAILURES=\"\n
276
+ set -- \"$PRIMARY_HOSTNAME\"\n source $SYSTEM_TEST_FILE\n \n+# Define a mechanism
277
+ to start a test before the cache-flush and finish it\n+# after the cache-flush. This
278
+ mechanism is preferable to flushing cache\n+# within a test as that requires
279
+ waiting 5 seconds for the poll, so we''d\n+# like to limit the number of cache
280
+ flushes and exploit it on behalf of\n+# multiple tests.","path":"test/nginx_system_test.sh","position":14,"original_position":8,"commit_id":"94a65f404c7000878a05e5d2832497168ae598d5","original_commit_id":"26999de10e575d603b2c5d284a6ac33d8922c940","user":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"created_at":"2013-04-10T15:21:39Z","updated_at":"2013-04-10T15:21:39Z","html_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240#discussion_r3735769","pull_request_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/pulls/240","_links":{"self":{"href":"https://api.github.com/repos/pagespeed/ngx_pagespeed/pulls/comments/3735769"},"html":{"href":"https://github.com/pagespeed/ngx_pagespeed/pull/240#discussion_r3735769"},"pull_request":{"href":"https://api.github.com/repos/pagespeed/ngx_pagespeed/pulls/240"}}}},"public":true,"created_at":"2013-04-10T15:21:39Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711050211","type":"PushEvent","actor":{"id":262566,"login":"jeffkaufman","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"push_id":164259515,"size":6,"distinct_size":6,"ref":"refs/heads/jefftk-config-in-url","head":"94a65f404c7000878a05e5d2832497168ae598d5","before":"26999de10e575d603b2c5d284a6ac33d8922c940","commits":[{"sha":"3c60a241d04508cb7dc809bf1605b01820afe0f3","author":{"email":"jefftk@google.com","name":"Jeff
281
+ Kaufman"},"message":"save state","distinct":true,"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/3c60a241d04508cb7dc809bf1605b01820afe0f3"},{"sha":"c411c098d824c2641df5d052fcf7f5a5dab56d43","author":{"email":"jefftk@google.com","name":"Jeff
282
+ Kaufman"},"message":"Apache -> pagespeed","distinct":true,"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/c411c098d824c2641df5d052fcf7f5a5dab56d43"},{"sha":"c4031ddb34e91bc25ef225e3a22c2dca2bd36b8a","author":{"email":"jefftk@google.com","name":"Jeff
283
+ Kaufman"},"message":"log urls","distinct":true,"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/c4031ddb34e91bc25ef225e3a22c2dca2bd36b8a"},{"sha":"0bcf67dd8f3943c77be01c8d2d60c6d20a8be58f","author":{"email":"jefftk@google.com","name":"Jeff
284
+ Kaufman"},"message":"parse the port out of the host header","distinct":true,"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/0bcf67dd8f3943c77be01c8d2d60c6d20a8be58f"},{"sha":"fae95258034dbb2e143ae4fc4b4551b536fca5dd","author":{"email":"jefftk@google.com","name":"Jeff
285
+ Kaufman"},"message":"also run post cache flush part of the test","distinct":true,"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/fae95258034dbb2e143ae4fc4b4551b536fca5dd"},{"sha":"94a65f404c7000878a05e5d2832497168ae598d5","author":{"email":"jefftk@google.com","name":"Jeff
286
+ Kaufman"},"message":"remove debug code","distinct":true,"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/commits/94a65f404c7000878a05e5d2832497168ae598d5"}]},"public":true,"created_at":"2013-04-10T15:21:35Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711050055","type":"PullRequestReviewCommentEvent","actor":{"id":262566,"login":"jeffkaufman","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"comment":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/pulls/comments/3735765","id":3735765,"body":"fixed:
287
+ 94a65f4","diff_hunk":"@@ -1229,6 +1276,9 @@ bool is_pagespeed_subrequest(ngx_http_request_t*
288
+ r) {\n ps_srv_conf_t* cfg_s = ps_get_srv_config(r);\n \n GoogleString
289
+ url_string = ps_determine_url(r);\n+ ngx_log_error(NGX_LOG_DEBUG_HTTP, r->connection->log,
290
+ 0, \"url: %s\",","path":"src/ngx_pagespeed.cc","position":82,"original_position":82,"commit_id":"26999de10e575d603b2c5d284a6ac33d8922c940","original_commit_id":"26999de10e575d603b2c5d284a6ac33d8922c940","user":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"created_at":"2013-04-10T15:21:26Z","updated_at":"2013-04-10T15:21:26Z","html_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240#discussion_r3735765","pull_request_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/pulls/240","_links":{"self":{"href":"https://api.github.com/repos/pagespeed/ngx_pagespeed/pulls/comments/3735765"},"html":{"href":"https://github.com/pagespeed/ngx_pagespeed/pull/240#discussion_r3735765"},"pull_request":{"href":"https://api.github.com/repos/pagespeed/ngx_pagespeed/pulls/240"}}}},"public":true,"created_at":"2013-04-10T15:21:26Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711049437","type":"IssueCommentEvent","actor":{"id":3387,"login":"fxn","gravatar_id":"7223c62b7310e164eb79c740188abbda","url":"https://api.github.com/users/fxn","avatar_url":"https://secure.gravatar.com/avatar/7223c62b7310e164eb79c740188abbda?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/rails/rails/issues/10157","labels_url":"https://api.github.com/repos/rails/rails/issues/10157/labels{/name}","comments_url":"https://api.github.com/repos/rails/rails/issues/10157/comments","events_url":"https://api.github.com/repos/rails/rails/issues/10157/events","html_url":"https://github.com/rails/rails/issues/10157","id":13002909,"number":10157,"title":"Searching
291
+ for rails executable correctly","user":{"login":"prathamesh-sonpatki","id":621238,"avatar_url":"https://secure.gravatar.com/avatar/1b0973b64704738dbc8ce24d8382bb1f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1b0973b64704738dbc8ce24d8382bb1f","url":"https://api.github.com/users/prathamesh-sonpatki","html_url":"https://github.com/prathamesh-sonpatki","followers_url":"https://api.github.com/users/prathamesh-sonpatki/followers","following_url":"https://api.github.com/users/prathamesh-sonpatki/following","gists_url":"https://api.github.com/users/prathamesh-sonpatki/gists{/gist_id}","starred_url":"https://api.github.com/users/prathamesh-sonpatki/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/prathamesh-sonpatki/subscriptions","organizations_url":"https://api.github.com/users/prathamesh-sonpatki/orgs","repos_url":"https://api.github.com/users/prathamesh-sonpatki/repos","events_url":"https://api.github.com/users/prathamesh-sonpatki/events{/privacy}","received_events_url":"https://api.github.com/users/prathamesh-sonpatki/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":20,"created_at":"2013-04-10T03:47:47Z","updated_at":"2013-04-10T15:20:35Z","closed_at":null,"pull_request":{"html_url":"https://github.com/rails/rails/pull/10157","diff_url":"https://github.com/rails/rails/pull/10157.diff","patch_url":"https://github.com/rails/rails/pull/10157.patch"},"body":"Current
292
+ logic of finding Rails executable in parent directory is not returning full
293
+ path of executable if it is found in one of the parent directories.\r\nTo
294
+ compensate for this, we have to call `exec_app_rails` recursively until the
295
+ executable is found or we can''t do `chdir` anymore\r\n\r\nThis solution finds
296
+ the full executable path from parent directory recursively"},"comment":{"url":"https://api.github.com/repos/rails/rails/issues/comments/16181098","html_url":"https://github.com/rails/rails/issues/10157#issuecomment-16181098","issue_url":"https://api.github.com/repos/rails/rails/issues/10157","id":16181098,"user":{"login":"fxn","id":3387,"avatar_url":"https://secure.gravatar.com/avatar/7223c62b7310e164eb79c740188abbda?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"7223c62b7310e164eb79c740188abbda","url":"https://api.github.com/users/fxn","html_url":"https://github.com/fxn","followers_url":"https://api.github.com/users/fxn/followers","following_url":"https://api.github.com/users/fxn/following","gists_url":"https://api.github.com/users/fxn/gists{/gist_id}","starred_url":"https://api.github.com/users/fxn/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/fxn/subscriptions","organizations_url":"https://api.github.com/users/fxn/orgs","repos_url":"https://api.github.com/users/fxn/repos","events_url":"https://api.github.com/users/fxn/events{/privacy}","received_events_url":"https://api.github.com/users/fxn/received_events","type":"User"},"created_at":"2013-04-10T15:20:35Z","updated_at":"2013-04-10T15:20:35Z","body":"Awesome,
297
+ this is the implementation I had in mind. I believe we do not need the CHANGELOG
298
+ entry now? I think there is no public behavior change now.\r\n\r\nIf you remove
299
+ the entry, and nobody has any other comment, we''d merge."}},"public":true,"created_at":"2013-04-10T15:20:36Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711048342","type":"IssueCommentEvent","actor":{"id":25254,"login":"visionmedia","gravatar_id":"f1e3ab214a976a39cfd713bc93deb10f","url":"https://api.github.com/users/visionmedia","avatar_url":"https://secure.gravatar.com/avatar/f1e3ab214a976a39cfd713bc93deb10f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":237159,"name":"visionmedia/express","url":"https://api.github.com/repos/visionmedia/express"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/visionmedia/express/issues/1560","labels_url":"https://api.github.com/repos/visionmedia/express/issues/1560/labels{/name}","comments_url":"https://api.github.com/repos/visionmedia/express/issues/1560/comments","events_url":"https://api.github.com/repos/visionmedia/express/issues/1560/events","html_url":"https://github.com/visionmedia/express/issues/1560","id":12545860,"number":1560,"title":"Etag
300
+ not changing","user":{"login":"mangvlad","id":1328123,"avatar_url":"https://secure.gravatar.com/avatar/31c6ef67f8d654defad9ca6358f6cd0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"31c6ef67f8d654defad9ca6358f6cd0e","url":"https://api.github.com/users/mangvlad","html_url":"https://github.com/mangvlad","followers_url":"https://api.github.com/users/mangvlad/followers","following_url":"https://api.github.com/users/mangvlad/following","gists_url":"https://api.github.com/users/mangvlad/gists{/gist_id}","starred_url":"https://api.github.com/users/mangvlad/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mangvlad/subscriptions","organizations_url":"https://api.github.com/users/mangvlad/orgs","repos_url":"https://api.github.com/users/mangvlad/repos","events_url":"https://api.github.com/users/mangvlad/events{/privacy}","received_events_url":"https://api.github.com/users/mangvlad/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":3,"created_at":"2013-03-28T02:14:24Z","updated_at":"2013-04-10T15:19:23Z","closed_at":null,"pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"I
301
+ am serving some dynamic content (data API).\r\nThe operation (GET) supports
302
+ returning content in two different formats (content types).\r\n\r\nFirst request
303
+ is issued with \"Accept: application/x-type1\" and in the response an Etag
304
+ header is present/generated.\r\n\r\nIn the second response, the client (browser)
305
+ is setting \"Accept:application/x-type2\" and not changing any other parameters,
306
+ but \"If-None-Match\" is automatically included.\r\n\r\nMy express application
307
+ returns 304 for the second request ignoring client''s change to the Accept.\r\n\r\nThanks."},"comment":{"url":"https://api.github.com/repos/visionmedia/express/issues/comments/16181017","html_url":"https://github.com/visionmedia/express/issues/1560#issuecomment-16181017","issue_url":"https://api.github.com/repos/visionmedia/express/issues/1560","id":16181017,"user":{"login":"visionmedia","id":25254,"avatar_url":"https://secure.gravatar.com/avatar/f1e3ab214a976a39cfd713bc93deb10f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"f1e3ab214a976a39cfd713bc93deb10f","url":"https://api.github.com/users/visionmedia","html_url":"https://github.com/visionmedia","followers_url":"https://api.github.com/users/visionmedia/followers","following_url":"https://api.github.com/users/visionmedia/following","gists_url":"https://api.github.com/users/visionmedia/gists{/gist_id}","starred_url":"https://api.github.com/users/visionmedia/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/visionmedia/subscriptions","organizations_url":"https://api.github.com/users/visionmedia/orgs","repos_url":"https://api.github.com/users/visionmedia/repos","events_url":"https://api.github.com/users/visionmedia/events{/privacy}","received_events_url":"https://api.github.com/users/visionmedia/received_events","type":"User"},"created_at":"2013-04-10T15:19:23Z","updated_at":"2013-04-10T15:19:23Z","body":"are
308
+ you using a reverse proxy cache at all? otherwise yeah it should do a conditional-get"}},"public":true,"created_at":"2013-04-10T15:19:24Z"},{"id":"1711047927","type":"PullRequestEvent","actor":{"id":4815,"login":"rubys","gravatar_id":"e2dda5e47fccc5ff0daa87debf48162b","url":"https://api.github.com/users/rubys","avatar_url":"https://secure.gravatar.com/avatar/e2dda5e47fccc5ff0daa87debf48162b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":8514,"name":"rails/rails","url":"https://api.github.com/repos/rails/rails"},"payload":{"action":"opened","number":10167,"pull_request":{"url":"https://api.github.com/repos/rails/rails/pulls/10167","id":5084986,"html_url":"https://github.com/rails/rails/pull/10167","diff_url":"https://github.com/rails/rails/pull/10167.diff","patch_url":"https://github.com/rails/rails/pull/10167.patch","issue_url":"https://github.com/rails/rails/issues/10167","number":10167,"state":"open","title":"Create
309
+ a separate ActiveRecord locale","user":{"login":"rubys","id":4815,"avatar_url":"https://secure.gravatar.com/avatar/e2dda5e47fccc5ff0daa87debf48162b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e2dda5e47fccc5ff0daa87debf48162b","url":"https://api.github.com/users/rubys","html_url":"https://github.com/rubys","followers_url":"https://api.github.com/users/rubys/followers","following_url":"https://api.github.com/users/rubys/following","gists_url":"https://api.github.com/users/rubys/gists{/gist_id}","starred_url":"https://api.github.com/users/rubys/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rubys/subscriptions","organizations_url":"https://api.github.com/users/rubys/orgs","repos_url":"https://api.github.com/users/rubys/repos","events_url":"https://api.github.com/users/rubys/events{/privacy}","received_events_url":"https://api.github.com/users/rubys/received_events","type":"User"},"body":"Decouples
310
+ pluralization activities from the current locale.\r\n\r\nhttps://github.com/rails/rails/pull/10158
311
+ changes pluralization to depend on the current locale, which breaks ActiveRecord
312
+ which makes heavy use of pluralization and depends on this function returning
313
+ consistent results. You can see the results http://intertwingly.net/projects/AWDwR4/checkdepot/section-15.2.html
314
+ where we get a `Could not find table ''cart''` error message when we switch
315
+ locales.\r\n\r\nPreferred solutions are to either revert the original commit,
316
+ or to give ActiveRecord a separate locale. This pull request implements the
317
+ latter. I''m OK with either option.","created_at":"2013-04-10T15:18:54Z","updated_at":"2013-04-10T15:18:54Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"milestone":null,"commits_url":"https://github.com/rails/rails/pull/10167/commits","review_comments_url":"https://github.com/rails/rails/pull/10167/comments","review_comment_url":"/repos/rails/rails/pulls/comments/{number}","comments_url":"https://api.github.com/repos/rails/rails/issues/10167/comments","head":{"label":"rubys:active_record_locale","ref":"active_record_locale","sha":"ee62a898c1deebf05f737cf887a37bcdf8038065","user":{"login":"rubys","id":4815,"avatar_url":"https://secure.gravatar.com/avatar/e2dda5e47fccc5ff0daa87debf48162b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e2dda5e47fccc5ff0daa87debf48162b","url":"https://api.github.com/users/rubys","html_url":"https://github.com/rubys","followers_url":"https://api.github.com/users/rubys/followers","following_url":"https://api.github.com/users/rubys/following","gists_url":"https://api.github.com/users/rubys/gists{/gist_id}","starred_url":"https://api.github.com/users/rubys/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rubys/subscriptions","organizations_url":"https://api.github.com/users/rubys/orgs","repos_url":"https://api.github.com/users/rubys/repos","events_url":"https://api.github.com/users/rubys/events{/privacy}","received_events_url":"https://api.github.com/users/rubys/received_events","type":"User"},"repo":{"id":2803256,"name":"rails","full_name":"rubys/rails","owner":{"login":"rubys","id":4815,"avatar_url":"https://secure.gravatar.com/avatar/e2dda5e47fccc5ff0daa87debf48162b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e2dda5e47fccc5ff0daa87debf48162b","url":"https://api.github.com/users/rubys","html_url":"https://github.com/rubys","followers_url":"https://api.github.com/users/rubys/followers","following_url":"https://api.github.com/users/rubys/following","gists_url":"https://api.github.com/users/rubys/gists{/gist_id}","starred_url":"https://api.github.com/users/rubys/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rubys/subscriptions","organizations_url":"https://api.github.com/users/rubys/orgs","repos_url":"https://api.github.com/users/rubys/repos","events_url":"https://api.github.com/users/rubys/events{/privacy}","received_events_url":"https://api.github.com/users/rubys/received_events","type":"User"},"private":false,"html_url":"https://github.com/rubys/rails","description":"Ruby
318
+ on Rails","fork":true,"url":"https://api.github.com/repos/rubys/rails","forks_url":"https://api.github.com/repos/rubys/rails/forks","keys_url":"https://api.github.com/repos/rubys/rails/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rubys/rails/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rubys/rails/teams","hooks_url":"https://api.github.com/repos/rubys/rails/hooks","issue_events_url":"https://api.github.com/repos/rubys/rails/issues/events{/number}","events_url":"https://api.github.com/repos/rubys/rails/events","assignees_url":"https://api.github.com/repos/rubys/rails/assignees{/user}","branches_url":"https://api.github.com/repos/rubys/rails/branches{/branch}","tags_url":"https://api.github.com/repos/rubys/rails/tags{/tag}","blobs_url":"https://api.github.com/repos/rubys/rails/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rubys/rails/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rubys/rails/git/refs{/sha}","trees_url":"https://api.github.com/repos/rubys/rails/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rubys/rails/statuses/{sha}","languages_url":"https://api.github.com/repos/rubys/rails/languages","stargazers_url":"https://api.github.com/repos/rubys/rails/stargazers","contributors_url":"https://api.github.com/repos/rubys/rails/contributors","subscribers_url":"https://api.github.com/repos/rubys/rails/subscribers","subscription_url":"https://api.github.com/repos/rubys/rails/subscription","commits_url":"https://api.github.com/repos/rubys/rails/commits{/sha}","git_commits_url":"https://api.github.com/repos/rubys/rails/git/commits{/sha}","comments_url":"https://api.github.com/repos/rubys/rails/comments{/number}","issue_comment_url":"https://api.github.com/repos/rubys/rails/issues/comments/{number}","contents_url":"https://api.github.com/repos/rubys/rails/contents/{+path}","compare_url":"https://api.github.com/repos/rubys/rails/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rubys/rails/merges","archive_url":"https://api.github.com/repos/rubys/rails/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rubys/rails/downloads","issues_url":"https://api.github.com/repos/rubys/rails/issues{/number}","pulls_url":"https://api.github.com/repos/rubys/rails/pulls{/number}","milestones_url":"https://api.github.com/repos/rubys/rails/milestones{/number}","notifications_url":"https://api.github.com/repos/rubys/rails/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rubys/rails/labels{/name}","created_at":"2011-11-18T15:01:43Z","updated_at":"2013-04-10T15:18:54Z","pushed_at":"2013-04-10T14:05:29Z","git_url":"git://github.com/rubys/rails.git","ssh_url":"git@github.com:rubys/rails.git","clone_url":"https://github.com/rubys/rails.git","svn_url":"https://github.com/rubys/rails","homepage":"http://rubyonrails.org","size":1676,"watchers_count":1,"language":"Ruby","has_issues":false,"has_downloads":true,"has_wiki":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":1,"master_branch":"master","default_branch":"master"}},"base":{"label":"rails:master","ref":"master","sha":"4658b0d48c6b339c504cb3273f5a1eb6960f85a4","user":{"login":"rails","id":4223,"avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/users/rails","html_url":"https://github.com/rails","followers_url":"https://api.github.com/users/rails/followers","following_url":"https://api.github.com/users/rails/following","gists_url":"https://api.github.com/users/rails/gists{/gist_id}","starred_url":"https://api.github.com/users/rails/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rails/subscriptions","organizations_url":"https://api.github.com/users/rails/orgs","repos_url":"https://api.github.com/users/rails/repos","events_url":"https://api.github.com/users/rails/events{/privacy}","received_events_url":"https://api.github.com/users/rails/received_events","type":"Organization"},"repo":{"id":8514,"name":"rails","full_name":"rails/rails","owner":{"login":"rails","id":4223,"avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/users/rails","html_url":"https://github.com/rails","followers_url":"https://api.github.com/users/rails/followers","following_url":"https://api.github.com/users/rails/following","gists_url":"https://api.github.com/users/rails/gists{/gist_id}","starred_url":"https://api.github.com/users/rails/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rails/subscriptions","organizations_url":"https://api.github.com/users/rails/orgs","repos_url":"https://api.github.com/users/rails/repos","events_url":"https://api.github.com/users/rails/events{/privacy}","received_events_url":"https://api.github.com/users/rails/received_events","type":"Organization"},"private":false,"html_url":"https://github.com/rails/rails","description":"Ruby
319
+ on Rails","fork":false,"url":"https://api.github.com/repos/rails/rails","forks_url":"https://api.github.com/repos/rails/rails/forks","keys_url":"https://api.github.com/repos/rails/rails/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rails/rails/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rails/rails/teams","hooks_url":"https://api.github.com/repos/rails/rails/hooks","issue_events_url":"https://api.github.com/repos/rails/rails/issues/events{/number}","events_url":"https://api.github.com/repos/rails/rails/events","assignees_url":"https://api.github.com/repos/rails/rails/assignees{/user}","branches_url":"https://api.github.com/repos/rails/rails/branches{/branch}","tags_url":"https://api.github.com/repos/rails/rails/tags{/tag}","blobs_url":"https://api.github.com/repos/rails/rails/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rails/rails/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rails/rails/git/refs{/sha}","trees_url":"https://api.github.com/repos/rails/rails/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rails/rails/statuses/{sha}","languages_url":"https://api.github.com/repos/rails/rails/languages","stargazers_url":"https://api.github.com/repos/rails/rails/stargazers","contributors_url":"https://api.github.com/repos/rails/rails/contributors","subscribers_url":"https://api.github.com/repos/rails/rails/subscribers","subscription_url":"https://api.github.com/repos/rails/rails/subscription","commits_url":"https://api.github.com/repos/rails/rails/commits{/sha}","git_commits_url":"https://api.github.com/repos/rails/rails/git/commits{/sha}","comments_url":"https://api.github.com/repos/rails/rails/comments{/number}","issue_comment_url":"https://api.github.com/repos/rails/rails/issues/comments/{number}","contents_url":"https://api.github.com/repos/rails/rails/contents/{+path}","compare_url":"https://api.github.com/repos/rails/rails/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rails/rails/merges","archive_url":"https://api.github.com/repos/rails/rails/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rails/rails/downloads","issues_url":"https://api.github.com/repos/rails/rails/issues{/number}","pulls_url":"https://api.github.com/repos/rails/rails/pulls{/number}","milestones_url":"https://api.github.com/repos/rails/rails/milestones{/number}","notifications_url":"https://api.github.com/repos/rails/rails/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rails/rails/labels{/name}","created_at":"2008-04-11T02:19:47Z","updated_at":"2013-04-10T14:57:59Z","pushed_at":"2013-04-10T14:16:06Z","git_url":"git://github.com/rails/rails.git","ssh_url":"git@github.com:rails/rails.git","clone_url":"https://github.com/rails/rails.git","svn_url":"https://github.com/rails/rails","homepage":"http://rubyonrails.org","size":95908,"watchers_count":18079,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":false,"forks_count":5424,"mirror_url":null,"open_issues_count":464,"forks":5424,"open_issues":464,"watchers":18079,"master_branch":"master","default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/rails/rails/pulls/10167"},"html":{"href":"https://github.com/rails/rails/pull/10167"},"issue":{"href":"https://api.github.com/repos/rails/rails/issues/10167"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/10167/comments"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/10167/comments"}},"merged":false,"mergeable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"commits":1,"additions":33,"deletions":14,"changed_files":7}},"public":true,"created_at":"2013-04-10T15:18:56Z","org":{"id":4223,"login":"rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","url":"https://api.github.com/orgs/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711047890","type":"IssueCommentEvent","actor":{"id":2239556,"login":"oschaaf","gravatar_id":"cd308590f2f07c0ebd33e436ff59ef48","url":"https://api.github.com/users/oschaaf","avatar_url":"https://secure.gravatar.com/avatar/cd308590f2f07c0ebd33e436ff59ef48?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":4766638,"name":"pagespeed/ngx_pagespeed","url":"https://api.github.com/repos/pagespeed/ngx_pagespeed"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240","labels_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/labels{/name}","comments_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/comments","events_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240/events","html_url":"https://github.com/pagespeed/ngx_pagespeed/issues/240","id":12947732,"number":240,"title":"Support
320
+ `pagespeed AddOptionsToUrls`","user":{"login":"jeffkaufman","id":262566,"avatar_url":"https://secure.gravatar.com/avatar/1c43cb01fde39470cde8a1d7fd600a4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"1c43cb01fde39470cde8a1d7fd600a4f","url":"https://api.github.com/users/jeffkaufman","html_url":"https://github.com/jeffkaufman","followers_url":"https://api.github.com/users/jeffkaufman/followers","following_url":"https://api.github.com/users/jeffkaufman/following","gists_url":"https://api.github.com/users/jeffkaufman/gists{/gist_id}","starred_url":"https://api.github.com/users/jeffkaufman/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jeffkaufman/subscriptions","organizations_url":"https://api.github.com/users/jeffkaufman/orgs","repos_url":"https://api.github.com/users/jeffkaufman/repos","events_url":"https://api.github.com/users/jeffkaufman/events{/privacy}","received_events_url":"https://api.github.com/users/jeffkaufman/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":1,"created_at":"2013-04-08T22:30:09Z","updated_at":"2013-04-10T15:18:53Z","closed_at":null,"pull_request":{"html_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240","diff_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240.diff","patch_url":"https://github.com/pagespeed/ngx_pagespeed/pull/240.patch"},"body":"*
321
+ Support AddOptionsToUrls\r\n* Support tests that need top run something post
322
+ cache flush\r\n* Add `ps_determine_port` so we parse urls out of ports and
323
+ fix #239 \r\n* Rejigger the tests to support how our headers for resources
324
+ don''t include a Content-Length header"},"comment":{"url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/comments/16180976","html_url":"https://github.com/pagespeed/ngx_pagespeed/issues/240#issuecomment-16180976","issue_url":"https://api.github.com/repos/pagespeed/ngx_pagespeed/issues/240","id":16180976,"user":{"login":"oschaaf","id":2239556,"avatar_url":"https://secure.gravatar.com/avatar/cd308590f2f07c0ebd33e436ff59ef48?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"cd308590f2f07c0ebd33e436ff59ef48","url":"https://api.github.com/users/oschaaf","html_url":"https://github.com/oschaaf","followers_url":"https://api.github.com/users/oschaaf/followers","following_url":"https://api.github.com/users/oschaaf/following","gists_url":"https://api.github.com/users/oschaaf/gists{/gist_id}","starred_url":"https://api.github.com/users/oschaaf/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/oschaaf/subscriptions","organizations_url":"https://api.github.com/users/oschaaf/orgs","repos_url":"https://api.github.com/users/oschaaf/repos","events_url":"https://api.github.com/users/oschaaf/events{/privacy}","received_events_url":"https://api.github.com/users/oschaaf/received_events","type":"User"},"created_at":"2013-04-10T15:18:53Z","updated_at":"2013-04-10T15:18:53Z","body":"@jeffkaufman
325
+ \r\n\"TEST: Embed image/css configuration decoding with clear cache.\" fails
326
+ after a while with a timeout. \r\nThis is repeated in the access log:\r\n\r\n 127.0.0.1
327
+ - - [10/Apr/2013:17:16:20 +0200] \"GET http://embed-config-resources.example.com/images/256x192xPuzzle.jpg.pagespeed.gp+jp+pj+js+rj+rp+rw+ri+cp+md+iq=73.ic.i4oSM91998.jpg
328
+ HTTP/1.1\" 200 7881 \"-\" \"\\x22Mozilla/5.0 (X11; U; Linux x86_64; en-US)
329
+ AppleWebKit/534.0 (KHTML, like Gecko) Chrome/6.0.408.1 Safari/534.0\\x22\"\r\n\r\nAny
330
+ idea? Can you reproduce it? \r\n\r\n"}},"public":true,"created_at":"2013-04-10T15:18:54Z","org":{"id":1880112,"login":"pagespeed","gravatar_id":"0736e1c30e49c94fb04060488d6dae78","url":"https://api.github.com/orgs/pagespeed","avatar_url":"https://secure.gravatar.com/avatar/0736e1c30e49c94fb04060488d6dae78?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711044250","type":"IssuesEvent","actor":{"id":2056,"login":"garnaat","gravatar_id":"c3dc609a225fde3f6d0395ac59c576ce","url":"https://api.github.com/users/garnaat","avatar_url":"https://secure.gravatar.com/avatar/c3dc609a225fde3f6d0395ac59c576ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":6780767,"name":"aws/aws-cli","url":"https://api.github.com/repos/aws/aws-cli"},"payload":{"action":"opened","issue":{"url":"https://api.github.com/repos/aws/aws-cli/issues/88","labels_url":"https://api.github.com/repos/aws/aws-cli/issues/88/labels{/name}","comments_url":"https://api.github.com/repos/aws/aws-cli/issues/88/comments","events_url":"https://api.github.com/repos/aws/aws-cli/issues/88/events","html_url":"https://github.com/aws/aws-cli/issues/88","id":13023867,"number":88,"title":"Document
331
+ how to use temporary session credentials","user":{"login":"garnaat","id":2056,"avatar_url":"https://secure.gravatar.com/avatar/c3dc609a225fde3f6d0395ac59c576ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"c3dc609a225fde3f6d0395ac59c576ce","url":"https://api.github.com/users/garnaat","html_url":"https://github.com/garnaat","followers_url":"https://api.github.com/users/garnaat/followers","following_url":"https://api.github.com/users/garnaat/following","gists_url":"https://api.github.com/users/garnaat/gists{/gist_id}","starred_url":"https://api.github.com/users/garnaat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/garnaat/subscriptions","organizations_url":"https://api.github.com/users/garnaat/orgs","repos_url":"https://api.github.com/users/garnaat/repos","events_url":"https://api.github.com/users/garnaat/events{/privacy}","received_events_url":"https://api.github.com/users/garnaat/received_events","type":"User"},"labels":[{"url":"https://api.github.com/repos/aws/aws-cli/labels/documentation","name":"documentation","color":"d7e102"}],"state":"open","assignee":{"login":"garnaat","id":2056,"avatar_url":"https://secure.gravatar.com/avatar/c3dc609a225fde3f6d0395ac59c576ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"c3dc609a225fde3f6d0395ac59c576ce","url":"https://api.github.com/users/garnaat","html_url":"https://github.com/garnaat","followers_url":"https://api.github.com/users/garnaat/followers","following_url":"https://api.github.com/users/garnaat/following","gists_url":"https://api.github.com/users/garnaat/gists{/gist_id}","starred_url":"https://api.github.com/users/garnaat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/garnaat/subscriptions","organizations_url":"https://api.github.com/users/garnaat/orgs","repos_url":"https://api.github.com/users/garnaat/repos","events_url":"https://api.github.com/users/garnaat/events{/privacy}","received_events_url":"https://api.github.com/users/garnaat/received_events","type":"User"},"milestone":null,"comments":0,"created_at":"2013-04-10T15:14:58Z","updated_at":"2013-04-10T15:14:58Z","closed_at":null,"pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"The
332
+ capability has been added but it is not documented."}},"public":true,"created_at":"2013-04-10T15:14:58Z","org":{"id":2232217,"login":"aws","gravatar_id":"b66042c7e9e8ae1a0fe1c0c3245d3d91","url":"https://api.github.com/orgs/aws","avatar_url":"https://secure.gravatar.com/avatar/b66042c7e9e8ae1a0fe1c0c3245d3d91?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},{"id":"1711040973","type":"IssueCommentEvent","actor":{"id":2056,"login":"garnaat","gravatar_id":"c3dc609a225fde3f6d0395ac59c576ce","url":"https://api.github.com/users/garnaat","avatar_url":"https://secure.gravatar.com/avatar/c3dc609a225fde3f6d0395ac59c576ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":6780767,"name":"aws/aws-cli","url":"https://api.github.com/repos/aws/aws-cli"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/aws/aws-cli/issues/86","labels_url":"https://api.github.com/repos/aws/aws-cli/issues/86/labels{/name}","comments_url":"https://api.github.com/repos/aws/aws-cli/issues/86/comments","events_url":"https://api.github.com/repos/aws/aws-cli/issues/86/events","html_url":"https://github.com/aws/aws-cli/issues/86","id":12880265,"number":86,"title":"aws
333
+ s3 get-object doesn''t seem to download data","user":{"login":"dspinellis","id":1212716,"avatar_url":"https://secure.gravatar.com/avatar/61ba7c5f62eeace4d02d3f643f99a2d1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"61ba7c5f62eeace4d02d3f643f99a2d1","url":"https://api.github.com/users/dspinellis","html_url":"https://github.com/dspinellis","followers_url":"https://api.github.com/users/dspinellis/followers","following_url":"https://api.github.com/users/dspinellis/following","gists_url":"https://api.github.com/users/dspinellis/gists{/gist_id}","starred_url":"https://api.github.com/users/dspinellis/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dspinellis/subscriptions","organizations_url":"https://api.github.com/users/dspinellis/orgs","repos_url":"https://api.github.com/users/dspinellis/repos","events_url":"https://api.github.com/users/dspinellis/events{/privacy}","received_events_url":"https://api.github.com/users/dspinellis/received_events","type":"User"},"labels":[],"state":"open","assignee":null,"milestone":null,"comments":2,"created_at":"2013-04-06T16:49:52Z","updated_at":"2013-04-10T15:11:28Z","closed_at":null,"pull_request":{"html_url":null,"diff_url":null,"patch_url":null},"body":"I
334
+ am trying to download a binary file from an AWS S3 bucket using aws-cli. However,
335
+ the tool responds with an error message.\r\n```\r\n$ aws s3 get-object --bucket
336
+ myBucketName --key myFileName\r\n\r\n<requests.packages.urllib3.response.HTTPResponse
337
+ object at 0x1e61710> is not JSON serializable\r\n```\r\nSpecifying text output
338
+ format, gives the object''s metadata, but again not the actual data.\r\n```\r\n$
339
+ aws --output text get-object --bucket myBucketName --key myFileName\r\n<requests.packages.urllib3.response.HTTPResponse
340
+ object at 0x298f710> Fri, 05 Apr 2013 18:11:47 GMT bytes application/x-rpm 310000\r\n```\r\n\r\n"},"comment":{"url":"https://api.github.com/repos/aws/aws-cli/issues/comments/16180446","html_url":"https://github.com/aws/aws-cli/issues/86#issuecomment-16180446","issue_url":"https://api.github.com/repos/aws/aws-cli/issues/86","id":16180446,"user":{"login":"garnaat","id":2056,"avatar_url":"https://secure.gravatar.com/avatar/c3dc609a225fde3f6d0395ac59c576ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"c3dc609a225fde3f6d0395ac59c576ce","url":"https://api.github.com/users/garnaat","html_url":"https://github.com/garnaat","followers_url":"https://api.github.com/users/garnaat/followers","following_url":"https://api.github.com/users/garnaat/following","gists_url":"https://api.github.com/users/garnaat/gists{/gist_id}","starred_url":"https://api.github.com/users/garnaat/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/garnaat/subscriptions","organizations_url":"https://api.github.com/users/garnaat/orgs","repos_url":"https://api.github.com/users/garnaat/repos","events_url":"https://api.github.com/users/garnaat/events{/privacy}","received_events_url":"https://api.github.com/users/garnaat/received_events","type":"User"},"created_at":"2013-04-10T15:11:28Z","updated_at":"2013-04-10T15:11:28Z","body":"I
341
+ see the same thing. Looks like the coordination between the botocore layer
342
+ and the CLI layer for streaming output is not correct. Thanks for reporting,
343
+ I will investigate further and fix this for our next release."}},"public":true,"created_at":"2013-04-10T15:11:29Z","org":{"id":2232217,"login":"aws","gravatar_id":"b66042c7e9e8ae1a0fe1c0c3245d3d91","url":"https://api.github.com/orgs/aws","avatar_url":"https://secure.gravatar.com/avatar/b66042c7e9e8ae1a0fe1c0c3245d3d91?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}}]'
344
+ http_version:
345
+ recorded_at: Wed, 10 Apr 2013 15:40:52 GMT
346
+ recorded_with: VCR 2.4.0