-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopensource.html
209 lines (166 loc) · 6.99 KB
/
opensource.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>kenmazaika</title>
<link href='http://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cardo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Syncopate:400,700' rel='stylesheet' type='text/css'>
<style type="text/css">
a:link {color:white}
a:visited {color:white}
body {
background: #474747 url(bg.png);
margin: 0px;
}
h1 {
display: block; text-decoration: none;
font: 120px Abril Fatface, Helvetica, Arial, Sans-Serif; letter-spacing: -5px;
text-align: center;
color: #999; text-shadow: 0px 3px 8px #2a2a2a;
margin: 0;
}
h1:hover {
color: #a0a0a0; text-shadow: 0px 5px 8px #2a2a2a;
}
h2 {
font: 60px Tahoma, Helvetica, Arial, Sans-Serif;
text-align: center;
margin: 15px;
color: #222; text-shadow: 0px 2px 3px #555;
}
pre {
width: 150px; margin: 1em 1em; background: #F2E3C6; padding: 20px;
font-size: 25px; color: #555; text-shadow: 0px 2px 3px #171717;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 2px dashed #ffffff;
box-shadow: 0 0 0 8px #222;
float:left;
}
#content {
margin: 0 auto;
font-size:14px !important;
margin-bottom:30px;
font-family: 'Cardo', serif;
}
li
{
list-style-type:none;
width:98%;
padding:3px;
border: solid 1px white;
background-color: #D4CEAA;
margin-bottom:15px;
margin-top:-10px;
padding-left:4px;
}
h3 {
font-family: 'Syncopate', sans-serif;
font-size:30px;
font-weight:normal;
padding-left: 27px;
color: #8FA691;
}
.image-link {text-decoration:none;}
#content { padding: 5px;
width: 65%;
margin-top:50px;
font-size: 12px; color: #555;
background-color:#F9FADC;
-webkit-box-shadow: 0px 2px 3px #555;
-moz-box-shadow: 0px 2px 3px #555;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 3px dashed #D4CEAA;
box-shadow: 0 0 0 8px #F9FADC;
}
#content a { color: #CC3917; }
body { font-family: Helvetica; color:#2B2823;}
</style>
</head>
<body>
<h1>ken mazaika</h1>
<h2>opensource</h2>
<div id="content">
<h3>Ruby on Rails</h3>
<ul>
<li>
Fix unit tests in ActiveResource to follow the Ruby on Rails best practices. <a href="https://github.com/rails/rails/pull/191">1bedee56314ff1</a>
</li>
<li>
Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. <a href="https://github.com/rails/rails/pull/9944">9600e0b02973</a>
</li>
<li>
Dump the 'using' options for SQL index into the schema. <a href="https://github.com/rails/rails/pull/9964">a89e9f70b24fe9c6</a>
</li>
</ul>
<h3>ActiveMerchant</h3>
<ul>
<li>
Add Gateway for Integration with Paypal Express for Digital Goods. <a href="https://github.com/Shopify/active_merchant/commit/63a81d0e167a6391c7042ba6df8aab7176644e1b">63a81d0e167a639</a>
</li>
<li>
Add support for DoReferenceTransactionRequest to PayPal API. Allow using BAID received from DoExpressCheckoutPaymentRequest (after setting up the transaction by passing BillingAgreementDetails into SetExpressCheckoutRequest). <a href="https://github.com/Shopify/active_merchant/commit/d20c79cfce5318e8e05b0d0a47a5b45671e404ba">d20c79cfce531</a>
</li>
</ul>
<h3>Turn</h3>
<ul>
<li>Update the RegEx that filters out lines of a stack trace, to include files that are in the rails conventional unit test structure to be present. <a href="https://github.com/TwP/turn/commit/287780f248cd0414515b2979765a8e1d4d69215d">287780f248cd0</a>, <a href="https://github.com/TwP/turn/commit/ee1d78355cd29be727008f74f1c38a1b647e1731">ee1d78355cd29</a></li>
</ul>
<h3>ActiveResource</h3>
<ul>
<li>Add support for resources with singleton routes. <a href="https://github.com/rails/activeresource/commit/5ecd87b6a9e0f586273b218a2a84121748e7a689">5ecd87b6a9e0f</a></li>
</ul>
<h3>ImageMagick-sl</h3>
<ul>
<li>
Change the script to follow 302 redirects with curl. <a href="https://github.com/masterkain/ImageMagick-sl/commit/241b7cc0b0c47314851821d98d217ff3f9090664">241b7cc0b0c473</a>
</li>
</ul>
<h3>file_upload_cache</h3>
<ul>
<li>
I authored this gem, which adds support for persisting uploaded file content across redisplays of the page, which occur when validation errors happen. <a href="https://github.com/kenmazaika/file_upload_cache">github page</a>
</li>
</ul>
<h3>Capistrano</h3>
<ul>
<li>Add deprecation warning if someone uses old deploy:symlink syntax on callbacks. <a href="https://github.com/capistrano/capistrano/commit/021c0574dafb839c4145b1180cb866c8bddbcbf0">021c0574d</a>
</li>
<li>
Specify mocha version. A mock object with function named `process` does not get passed blocks in the latest version (every other function gets blocks as expected). This fixed the broken test suite on travisci. <a href="https://github.com/capistrano/capistrano/commit/f25699735cf043e3f51e03be2325c6b37462a8dd">f2569973</a>. For more details see <a href="https://github.com/freerange/mocha/issues/76">this github issue</a>.
</li>
</ul>
<h3>TourBus</h3>
<ul>
<li>
Fix bug where in Ruby 1.9.3 `methods` returns symbols instead of strings, by mapping each of the method names to a string first. <a href="https://github.com/dbrady/tourbus/commit/bf89044927a1ada1557e3f74d2d7b8ce628c2bcf">bf89044927a1</a>
</li>
</ul>
<h3>Lolcommits</h3>
<ul>
<li>
Refactored to support modular plugins. Added a plugin for <a href="http://www.lolcommits.com">lolcommits.com</a>. <a href="https://github.com/mroth/lolcommits/pull/64">pull request 64</a>.
</li>
</ul>
<h3>HTTParty</h3>
<ul>
<li>
Add support for passing in ciphers information into the ConnectionAdapter, and have this work as expected with the Net:HTTP ConnectionAdapter. <a href="https://github.com/jnunemaker/httparty/commit/e63ee15254310a1d4c8b78953216fd90b69a2e9e">e63ee152543</a>
</li>
</ul>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21077969-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>