-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
686 lines (685 loc) · 35.7 KB
/
index.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<title>Trending Ruby Repositories in Asia</title>
<meta content="Repos in Asia, >= 20 Stars, Updated in the Recent Week" name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="css/ruby-asia.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet" />
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,"script","//www.google-analytics.com/analytics.js","ga");
ga("create", "UA-53661970-8", "auto");
ga("send", "pageview");
</script>
<header class="masterhead">
<p class="navigation-links">
<a class="prev-day" href="/archived/2016-12-31/index.html">Previous Day</a>
</p>
<h1>
Trending Ruby Repositories in Asia
</h1>
<p class="lead">
Repos in Asia, >= 20 Stars, Updated in the Recent Week
</p>
<p class="promote">
Subscribe to our <a href="http://rubyasia.com">Ruby Asia newsletter</a> to get trending Ruby repo updates once every two weeks.
</p>
</header>
<div class="container">
<section class="section">
<div class="col col-offset-4">
<div class="page-title">
<h2>
Top Starred Repositories
</h2>
<p class="lead">
The most starred repos in Asia from 2016/12/25 to 2016/12/31
</p>
</div>
<ol class="repos">
<li class="repo">
<p class="meta-info">
<span class="stars">9315 stars </span>in <span class="region">Israel</span>
</p>
<h3 class="full_name">
<a href="https://github.com/jondot/awesome-react-native" target="_blank"><span class="owner">jondot</span><span class="slash">/</span><strong class="repo">awesome-react-native</strong></a>
</h3>
<p class="description">
An "awesome" type curated list of React Native components, news, tools, and learning material
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">6192 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/kaminari" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">kaminari</strong></a>
</h3>
<p class="description">
⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">4396 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/flyerhzm/bullet" target="_blank"><span class="owner">flyerhzm</span><span class="slash">/</span><strong class="repo">bullet</strong></a>
</h3>
<p class="description">
help to kill N+1 queries and unused eager loading
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">2472 stars </span>in <span class="region">Israel</span>
</p>
<h3 class="full_name">
<a href="https://github.com/NoamB/sorcery" target="_blank"><span class="owner">NoamB</span><span class="slash">/</span><strong class="repo">sorcery</strong></a>
</h3>
<p class="description">
Magical authentication for Rails 3 & 4
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">1081 stars </span>in <span class="region">India</span>
</p>
<h3 class="full_name">
<a href="https://github.com/swanandp/acts_as_list" target="_blank"><span class="owner">swanandp</span><span class="slash">/</span><strong class="repo">acts_as_list</strong></a>
</h3>
<p class="description">
An ActiveRecord plugin for managing lists.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">882 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/dtan4/terraforming" target="_blank"><span class="owner">dtan4</span><span class="slash">/</span><strong class="repo">terraforming</strong></a>
</h3>
<p class="description">
Export existing AWS resources to Terraform style (tf, tfstate)
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">600 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/active_decorator" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">active_decorator</strong></a>
</h3>
<p class="description">
ORM agnostic truly Object-Oriented view helper for Rails 3 and Rails 4
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">573 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/heckpsi-lab/em-midori" target="_blank"><span class="owner">heckpsi-lab</span><span class="slash">/</span><strong class="repo">em-midori</strong></a>
</h3>
<p class="description">
Lightweight, Flexible and Fast Ruby Web Framework
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">572 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/k0kubun/hamlit" target="_blank"><span class="owner">k0kubun</span><span class="slash">/</span><strong class="repo">hamlit</strong></a>
</h3>
<p class="description">
High Performance Haml Implementation
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">566 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/19wu/19wu" target="_blank"><span class="owner">19wu</span><span class="slash">/</span><strong class="repo">19wu</strong></a>
</h3>
<p class="description">
19屋 - 专注于技术社区的活动平台, Based on Rails, AngularJS and Bootstrap
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">551 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/chloerei/alipay" target="_blank"><span class="owner">chloerei</span><span class="slash">/</span><strong class="repo">alipay</strong></a>
</h3>
<p class="description">
An unofficial alipay ruby gem
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">530 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/traceroute" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">traceroute</strong></a>
</h3>
<p class="description">
A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">515 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/database_rewinder" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">database_rewinder</strong></a>
</h3>
<p class="description">
minimalist's tiny and ultra-fast database cleaner
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">485 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/kmuto/review" target="_blank"><span class="owner">kmuto</span><span class="slash">/</span><strong class="repo">review</strong></a>
</h3>
<p class="description">
Re:VIEW is flexible document format/conversion system
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">413 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/jb" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">jb</strong></a>
</h3>
<p class="description">
A simple and fast JSON API template engine for Ruby on Rails
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">408 stars </span>in <span class="region">Thailand</span>
</p>
<h3 class="full_name">
<a href="https://github.com/ejholmes/restforce" target="_blank"><span class="owner">ejholmes</span><span class="slash">/</span><strong class="repo">restforce</strong></a>
</h3>
<p class="description">
A ruby client for the Salesforce REST api.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">396 stars </span>in <span class="region">Azerbaijan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/NARKOZ/gitlab" target="_blank"><span class="owner">NARKOZ</span><span class="slash">/</span><strong class="repo">gitlab</strong></a>
</h3>
<p class="description">
Ruby wrapper and CLI for GitLab REST API
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">331 stars </span>in <span class="region">Philippines</span>
</p>
<h3 class="full_name">
<a href="https://github.com/Erol/yomu" target="_blank"><span class="owner">Erol</span><span class="slash">/</span><strong class="repo">yomu</strong></a>
</h3>
<p class="description">
Read text and metadata from files and documents (.doc, .docx, .pages, .odt, .rtf, .pdf)
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">286 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/stateful_enum" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">stateful_enum</strong></a>
</h3>
<p class="description">
A very simple state machine plugin built on top of ActiveRecord::Enum
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">241 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/html5_validators" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">html5_validators</strong></a>
</h3>
<p class="description">
A gem/plugin for Rails 3 & Rails 4 that enables client-side validation using ActiveModel + HTML5 Form Validation
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">209 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/hooopo/second_level_cache" target="_blank"><span class="owner">hooopo</span><span class="slash">/</span><strong class="repo">second_level_cache</strong></a>
</h3>
<p class="description">
Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4 and 5.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">189 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/annict/annict" target="_blank"><span class="owner">annict</span><span class="slash">/</span><strong class="repo">annict</strong></a>
</h3>
<p class="description">
The platform for anime addicts built with Rails 5.0 and Vue.js 2.1.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">160 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/erd" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">erd</strong></a>
</h3>
<p class="description">
A Rails engine for drawing your app's ER diagram
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">145 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/huobazi/carrierwave-qiniu" target="_blank"><span class="owner">huobazi</span><span class="slash">/</span><strong class="repo">carrierwave-qiniu</strong></a>
</h3>
<p class="description">
Qiniu Storage support for CarrierWave
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">141 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/huacnlee/carrierwave-aliyun" target="_blank"><span class="owner">huacnlee</span><span class="slash">/</span><strong class="repo">carrierwave-aliyun</strong></a>
</h3>
<p class="description">
阿里云 OSS Ruby 上传组件,基于 Carrierwave
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">140 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/nov/json-jwt" target="_blank"><span class="owner">nov</span><span class="slash">/</span><strong class="repo">json-jwt</strong></a>
</h3>
<p class="description">
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">139 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/skoji/gepub" target="_blank"><span class="owner">skoji</span><span class="slash">/</span><strong class="repo">gepub</strong></a>
</h3>
<p class="description">
a generic EPUB library for Ruby : supports EPUB 3
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">138 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/motorhead" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">motorhead</strong></a>
</h3>
<p class="description">
A Rails Engine framework that helps safe and rapid feature prototyping
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">133 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/tdiary/tdiary-core" target="_blank"><span class="owner">tdiary</span><span class="slash">/</span><strong class="repo">tdiary-core</strong></a>
</h3>
<p class="description">
tDiary, The TSUKKOMI-able Weblog.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">113 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/nested_scaffold" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">nested_scaffold</strong></a>
</h3>
<p class="description">
Nested scaffold generator for Rails 4.2 and 5
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">109 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/k0kubun/rack-user_agent" target="_blank"><span class="owner">k0kubun</span><span class="slash">/</span><strong class="repo">rack-user_agent</strong></a>
</h3>
<p class="description">
Rack::Request extension for handling User-Agent
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">108 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/amatsuda/kawaii_validation" target="_blank"><span class="owner">amatsuda</span><span class="slash">/</span><strong class="repo">kawaii_validation</strong></a>
</h3>
<p class="description">
An ActiveRecord extension that adds more kawaii validation syntax
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">103 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/esminc/tapp" target="_blank"><span class="owner">esminc</span><span class="slash">/</span><strong class="repo">tapp</strong></a>
</h3>
<p class="description">
tap { pp self }
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">89 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/whiteleaf7/narou" target="_blank"><span class="owner">whiteleaf7</span><span class="slash">/</span><strong class="repo">narou</strong></a>
</h3>
<p class="description">
Narou.rb ― 「小説家になろう」等の小説を管理・電子書籍に変換するアプリケーション
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">79 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/r7kamura/rspec-request_describer" target="_blank"><span class="owner">r7kamura</span><span class="slash">/</span><strong class="repo">rspec-request_describer</strong></a>
</h3>
<p class="description">
Force some rules to write self-documenting request spec.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">77 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/KitaitiMakoto/epub-parser" target="_blank"><span class="owner">KitaitiMakoto</span><span class="slash">/</span><strong class="repo">epub-parser</strong></a>
</h3>
<p class="description">
EPUB Parser.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">69 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/esminc/adhoq" target="_blank"><span class="owner">esminc</span><span class="slash">/</span><strong class="repo">adhoq</strong></a>
</h3>
<p class="description">
Rails engine to generate instant reports from adhoc SQL query.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">68 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/tricknotes/starseeker" target="_blank"><span class="owner">tricknotes</span><span class="slash">/</span><strong class="repo">starseeker</strong></a>
</h3>
<p class="description">
Seek your following's stars!
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">65 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/k0kubun/mitamae" target="_blank"><span class="owner">k0kubun</span><span class="slash">/</span><strong class="repo">mitamae</strong></a>
</h3>
<p class="description">
Configuration management tool embedding mruby, which is alternative implementation of Itamae
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">62 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/tdiary/tdiary-contrib" target="_blank"><span class="owner">tdiary</span><span class="slash">/</span><strong class="repo">tdiary-contrib</strong></a>
</h3>
<p class="description">
tDiaryの非正規リポジトリ。どなたでもcommit可能です。commit権希望の方、まずはパッチ等をpull requestして下さい。
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">59 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/sorah/itamae-secrets" target="_blank"><span class="owner">sorah</span><span class="slash">/</span><strong class="repo">itamae-secrets</strong></a>
</h3>
<p class="description">
Encrypted Data Bag for Itamae
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">54 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/AndorChen/rails-guides" target="_blank"><span class="owner">AndorChen</span><span class="slash">/</span><strong class="repo">rails-guides</strong></a>
</h3>
<p class="description">
Rails Guides 中文版
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">52 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/next-l/enju_leaf" target="_blank"><span class="owner">next-l</span><span class="slash">/</span><strong class="repo">enju_leaf</strong></a>
</h3>
<p class="description">
Next-L Enju Leaf 統合図書館管理システム / integrated library system http://enju.next-l.jp/
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">43 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/huobazi/ajax-upload-with-carrierwave-mongoid" target="_blank"><span class="owner">huobazi</span><span class="slash">/</span><strong class="repo">ajax-upload-with-carrierwave-mongoid</strong></a>
</h3>
<p class="description">
使用 AjaxUpload 和 Carrierwave 在 Rails && Mongoid 中批量上传图片
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">37 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/tdtds/kindlegen" target="_blank"><span class="owner">tdtds</span><span class="slash">/</span><strong class="repo">kindlegen</strong></a>
</h3>
<p class="description">
Installing kindlegen command via gem
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">36 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/masa16/pwrake" target="_blank"><span class="owner">masa16</span><span class="slash">/</span><strong class="repo">pwrake</strong></a>
</h3>
<p class="description">
Parallel Workflow extension for Rake, runs on multicores, clusters, clouds.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">32 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/sugi/mozshot" target="_blank"><span class="owner">sugi</span><span class="slash">/</span><strong class="repo">mozshot</strong></a>
</h3>
<p class="description">
screenshot service with mozilla
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">30 stars </span>in <span class="region">Singapore</span>
</p>
<h3 class="full_name">
<a href="https://github.com/Coursemology/coursemology2" target="_blank"><span class="owner">Coursemology</span><span class="slash">/</span><strong class="repo">coursemology2</strong></a>
</h3>
<p class="description">
Rails 4 re-write of Coursemology
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">27 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/yyuu/hotdog" target="_blank"><span class="owner">yyuu</span><span class="slash">/</span><strong class="repo">hotdog</strong></a>
</h3>
<p class="description">
Yet another command-line tool for Datadog
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">27 stars </span>in <span class="region">India</span>
</p>
<h3 class="full_name">
<a href="https://github.com/dhanasingh/redmine_wktime" target="_blank"><span class="owner">dhanasingh</span><span class="slash">/</span><strong class="repo">redmine_wktime</strong></a>
</h3>
<p class="description">
Redmine's Time & Expense Plugin
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">25 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/great-h/great-h.github.io" target="_blank"><span class="owner">great-h</span><span class="slash">/</span><strong class="repo">great-h.github.io</strong></a>
</h3>
<p class="description">
すごい広島
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">23 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/soutaro/querly" target="_blank"><span class="owner">soutaro</span><span class="slash">/</span><strong class="repo">querly</strong></a>
</h3>
<p class="description">
Query Method Calls from Ruby Programs
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">23 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/pmq20/node-compiler" target="_blank"><span class="owner">pmq20</span><span class="slash">/</span><strong class="repo">node-compiler</strong></a>
</h3>
<p class="description">
Compiler for Node.js which compiles your project into a single executable.
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">22 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/esminc/kawaii_email_address" target="_blank"><span class="owner">esminc</span><span class="slash">/</span><strong class="repo">kawaii_email_address</strong></a>
</h3>
<p class="description">
Extraction of validate logic from `validates_email_format_of` to support docomo addresses
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">22 stars </span>in <span class="region">Japan</span>
</p>
<h3 class="full_name">
<a href="https://github.com/repeatedly/fluent-plugin-netflow" target="_blank"><span class="owner">repeatedly</span><span class="slash">/</span><strong class="repo">fluent-plugin-netflow</strong></a>
</h3>
<p class="description">
Netflow plugin for Fluentd
</p>
</li>
<li class="repo">
<p class="meta-info">
<span class="stars">22 stars </span>in <span class="region">China</span>
</p>
<h3 class="full_name">
<a href="https://github.com/huobazi/qiniu_direct_uploader" target="_blank"><span class="owner">huobazi</span><span class="slash">/</span><strong class="repo">qiniu_direct_uploader</strong></a>
</h3>
<p class="description">
A gem can direct upload your files to a Qiniu storage bucket
</p>
</li>
</ol>
</div>
</section>
<footer class="footer">
<p>
<img alt="💛" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f49b.svg" title=":yellow_heart:" width="36" /><img alt="💙" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f499.svg" title=":blue_heart:" width="36" /><img alt="💜" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f49c.svg" title=":purple_heart:" width="36" /><img alt="💚" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f49a.svg" title=":green_heart:" width="36" /><img alt="❤" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/2764.svg" title=":heart:" width="36" /><img alt="💗" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f497.svg" title=":heartpulse:" width="36" /><img alt="💓" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f493.svg" title=":heartbeat:" width="36" /><img alt="💕" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f495.svg" title=":two_hearts:" width="36" /><img alt="💖" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f496.svg" title=":sparkling_heart:" width="36" /><img alt="💞" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f49e.svg" title=":revolving_hearts:" width="36" /><img alt="💘" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f498.svg" title=":cupid:" width="36" /><img alt="💝" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f49d.svg" title=":gift_heart:" width="36" /><img alt="💙" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/1f499.svg" title=":blue_heart:" width="36" /><img alt="❤" class="emoji" draggable="false" height="36" src="https://twemoji.maxcdn.com/svg/2764.svg" title=":heart:" width="36" />
</p>
<p>
A <a href="http://www.jollygoodcode.com" target="_blank">Jolly Good Code </a>Production.
</p>
<p>
Open Sourced under UNLICENSE. <a href="https://twitter.com/rubyasia" target="_blank">@rubyasia</a>.
</p>
<p>
Inspired by <a href="https://webuild.sg">We Build SG</a>.
</p>
<p>
Source: <a href="https://github.com/jollygoodcode/data.rubyasia.com" target="_blank">github.com/jollygoodcode/data.rubyasia.com</a>
</p>
</footer>
</div>
</body>
</html>