-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
767 lines (350 loc) · 36.4 KB
/
index.html
File metadata and controls
767 lines (350 loc) · 36.4 KB
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
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>gzruby</title>
<meta name="author" content="gzruby">
<meta name="description" content="第15次GZRUBY活动将于周三,11月20号,晚上7:30在The Strand Beer Cafe如期举行!
It’s time for GZRUBY15! It will be held Wednesday, Nov 20th at The Strand Beer Cafe, …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://www.gzruby.org">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="gzruby" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27989720-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>
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/">gzruby</a></h1>
<h2>广州Ruby开发者小组 / The Guangzhou Ruby Group</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:www.gzruby.org" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/">博客 / blog</a></li>
<li><a href="/blog/archives">文章列表 / archives</a></li>
<li><a href="http://groups.google.com/group/gzruby">订阅 / subscribe</a></li>
<li><a href="http://gems.gzruby.org">gzruby rubygems</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/11/13/invite-to-gzruby15/">GZRUBY15 - 11月20日19:30 - Mini Conf!</a></h1>
<p class="meta">
<time datetime="2013-11-13T13:30:00+08:00" pubdate data-updated="true">Nov 13<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>第15次GZRUBY活动将于<strong>周三,11月20号</strong>,晚上7:30在The Strand Beer Cafe如期举行!
It’s time for GZRUBY15! It will be held <strong>Wednesday, Nov 20th</strong> at The Strand Beer Cafe, starting at 7:30 PM.</p>
<p>上个月,我们小组的部分成员很荣幸的参加了<a href="http://rubyconfchina.org/">RubyConf China</a>, 借此机会,我们将继续举办广州的小型Ruby聚会.对于这次的主题大家有什么建议?Ruby 2.0 技术?Rails 4 更新?新的 Gem ?新的测试框架?在使用什么样的技术或工具?让我们聚在一起分享吧。
Last month we had a few members travel to <a href="http://rubyconfchina.org/">RubyConf China</a>. In honor of this, lets hold our own mini-conference in GZ. Send in some proposals, lets see some good topics this time! Ruby 2.0.0 techniques? Rails 4 updates? New gems? New testing frameworks? What are you working on? Lets get together and share.</p>
<p>我们这次聚会将继续在 <strong><a href="http://www.dianping.com/shop/10011468">The Strand Beer Cafe</a></strong> 举行,靠近地铁五号线的五羊邨地铁站A出口。这意味着我们到时可以享用到著名的广州自制啤酒和美味的Pizza。
Our venue is <strong><a href="http://www.dianping.com/shop/10011468">The Strand Beer Cafe</a></strong>. Its near the Wu Yang Cun Metro Station A Exit
(Line 5). The venue features our famous Guangzhou hand-made beer and fresh pizza.</p>
<h4>时间/When: 星期三-11月20号 19:30 / Nov 20, 7:30 PM</h4>
<h4>地点/Where: <a href="http://goo.gl/maps/zrsSK">越秀区明月二路春风路福安家政对面士多店进 The Strand Beer Cafe</a></h4>
<h4><a href="http://goo.gl/maps/zrsSK">Ming Yue Er Lu, Chunfeng Lu, The Strand Beer Cafe</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">邮件列表</a>告诉我们吧!
We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/09/10/gzruby14-9yue-18ri-19-30-not-rails/">GZRUBY14 - 9月18日19:30 - Not Rails!</a></h1>
<p class="meta">
<time datetime="2013-09-10T15:50:00+08:00" pubdate data-updated="true">Sep 10<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>第14次GZRUBY活动将于<strong>周三,9月18号</strong>,晚上7:30在The Strand Beer Cafe如期举行!
It’s time for GZRUBY14! It will be held <strong>Wednesday, Sept 18th</strong> at The Strand Beer Cafe, starting at 7:30 PM.</p>
<p>这次我们打算换个口味 —— 我们这次<strong>不</strong>讨论 Rails!还有很多<a href="http://www.techrepublic.com/blog/australian-technology/the-small-medium-and-large-of-ruby-frameworks/">其他的 Ruby 框架</a>(<a href="http://www.sinatrarb.com/">Sinatra</a> 和 <a href="http://www.padrinorb.com/">Padrino</a>)和其他语言(如 <a href="http://cnodejs.org/">Node.js</a> 和 <a href="http://python.cn/">Python/Django</a>)值得我们去学习。欢迎邀请你的 JS 或 Python 的朋友加入我们的聚会!让我们一起扩充自己,学习一些新的技术。
This time we want to mix things up - Let’s <strong>not</strong> talk about Rails! There are <a href="http://www.techrepublic.com/blog/australian-technology/the-small-medium-and-large-of-ruby-frameworks/">other ruby frameworks</a> like <a href="http://www.sinatrarb.com/">Sinatra</a> or <a href="http://www.padrinorb.com/">Padrino</a>. Or other languages to learn about like <a href="http://cnodejs.org/">Node.js</a> and <a href="http://python.cn/">Python/Django</a>. Invite your JS friends or Pyton friends to join us! Let’s branch out and learn something new.</p>
<p>我们这次聚会将继续在 <strong><a href="http://www.dianping.com/shop/10011468">The Strand Beer Cafe</a></strong> 举行,靠近地铁五号线的五羊邨地铁站A出口。这意味着我们到时可以享用到著名的广州自制啤酒和美味的Pizza。
Our venue is <strong><a href="http://www.dianping.com/shop/10011468">The Strand Beer Cafe</a></strong>. Its near the Wu Yang Cun Metro Station A Exit
(Line 5). The venue features our famous Guangzhou hand-made beer and fresh pizza.</p>
<h4>时间/When: 星期三-9月18号 19:30 / Sept 18, 7:30 PM</h4>
<h4>地点/Where: <a href="http://goo.gl/maps/zrsSK">越秀区明月二路春风路福安家政对面士多店进 The Strand Beer Cafe</a></h4>
<h4><a href="http://goo.gl/maps/zrsSK">Ming Yue Er Lu, Chunfeng Lu, The Strand Beer Cafe</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">邮件列表</a>告诉我们吧!
We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/07/10/invite-to-gzruby13/">GZRUBY#13 July 17 - 7:30PM - Rails 4 & Beer</a></h1>
<p class="meta">
<time datetime="2013-07-10T17:12:00+08:00" pubdate data-updated="true">Jul 10<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>Here comes the GZRUBY night #13!! It will be held on <strong>next Wednesday, July 17th</strong> at The Strand Beer Cafe, starting at 7:30 PM.</p>
<p>第13次GZRUBY活动将于<strong>下周三,7月17号</strong>,晚上7:30在The Strand Beer Cafe如期举行!</p>
<p><a href="http://weblog.rubyonrails.org/2013/6/25/Rails-4-0-final/">Rails 4.0 Final Version</a> released in last month, have anyone tried it in production? Or you are developing more in the Single Page App direction with <a href="http://emberjs.com/">Ember.js</a>, <a href="http://backbonejs.org/">Backbone.js</a> or <a href="http://angularjs.org/">Angujar.js</a>? Do bring your awesome slides/tips to GZRUBY.</p>
<p><a href="http://weblog.rubyonrails.org/2013/6/25/Rails-4-0-final/">Rails 4.0正式版</a>上个月就发布了,有谁已经在生产环境下使用啦?还是你更喜欢Single Page App的方向呢?例如<a href="http://emberjs.com/">Ember.js</a>,<a href="http://backbonejs.org/">Backbone.js</a>或者<a href="http://angularjs.org/">Angujar.js</a>这些很棒的MVC Javascript库。记得带上你的主题或者好点子过来参加活动!</p>
<p>For this event, we are moving to The Strand Beer Cafe, open by Xurry @ Kude Labs, which is near the Wu Yang Cun Metro Station A Exit (Line 5). And we will have nice home-made beer & pizza there!</p>
<p>这次活动,我们将移师The Strand Beer Cafe,很靠近地铁五号线的五羊邨地铁站A出口。享用Xurry & David公婆制作的美味Pizza和啤酒!</p>
<h4>时间/When: 星期三-7月17号 19:30 / July 17, 7:30 PM</h4>
<h4>地点/Where: <a href="http://goo.gl/maps/zrsSK">越秀区明月二路春风路福安家政对面士多店进 The Strand Beer Cafe</a></h4>
<h4><a href="http://goo.gl/maps/zrsSK">Ming Yue Er Lu, Chunfeng Lu, The Strand Beer Cafe</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.</p>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">邮件列表</a>告诉我们吧!</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/05/10/invite-to-gzruby12/">GZRUBY#12 May 15 - 7:30PM - Deployment</a></h1>
<p class="meta">
<time datetime="2013-05-10T11:36:00+08:00" pubdate data-updated="true">May 10<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>Ruby comrades! It is time to again unite, to share our secrets, and to push forth into the cold, cruel world of web development. This month’s gzruby meetup will be held next <strong>Wednesday, May 15th</strong> at the Kudelabs offices, starting at 7:30.</p>
<p>各位,两个月过去了,是时候再次聚会了!本月的gzruby meetup将会在<strong>2013年5月15号</strong>(下个星期三)7点半在酷德实验室准时举行。</p>
<p>Since the last time we met, <a href="http://weblog.rubyonrails.org/2013/5/1/Rails-4-0-release-candidate-1/">Rails 4.0 RC1 is out</a>! Has anyone started using it yet? How are we doing on <a href="https://blog.heroku.com/archives/2013/3/6/matz_highlights_ruby_2_0_at_waza">Ruby 2.0</a>? And wow, we haven’t had a <a href="http://weblog.rubyonrails.org/2013/3/18/SEC-ANN-Rails-3-2-13-3-1-12-and-2-3-18-have-been-released/">security update</a> in 2 months, that’s good news.</p>
<p>自从上次我们聚会后,<a href="http://weblog.rubyonrails.org/2013/5/1/Rails-4-0-release-candidate-1/">Rails 4.0 RC1 来啦</a>! 有没有人开始使用它呢?<a href="https://blog.heroku.com/archives/2013/3/6/matz_highlights_ruby_2_0_at_waza">Ruby 2.0</a>用的怎么样啦?还有一个好消息是,我们已经两个月没有<a href="http://weblog.rubyonrails.org/2013/3/18/SEC-ANN-Rails-3-2-13-3-1-12-and-2-3-18-have-been-released/">安全性更新</a>。</p>
<p>At this meetup, lets talk <strong>Deployment</strong>! We’ve all been there - VPS accounts, Cloud Hosting, App Engines. What’s working for you guys? What’s the best rails host in China? Cap or Vlad? Bring us your ideas, your ninja methods, your sysadmin hacks - its time to share and learn from each other!</p>
<p>这次聚会上,我们的主题是<strong>Deployment</strong>!我们都有着使用 VPS accounts, Cloud Hosting, App Engines的经历。你们觉得它们怎么样?中国最好的Rails Host是哪一个?Cap还是Vlad?来这里交流你的ideas,ninja methods和sysadmin hacks吧。</p>
<h4>时间/When: 星期三-5月15号 19:30 / May 15, 7:30 PM</h4>
<h4>地点/Where: <a href="http://gz.o.cn/13105">Kudelabs 明月一路59号, 汉苑 西塔601</a></h4>
<h4><a href="http://gz.o.cn/13105">59 Ming Yue Yi Lu, Han Yuan West Tower, Apt. 601</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.</p>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">邮件列表</a>告诉我们吧!</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/03/15/invite-to-gzruby11/">GZRUBY#11 March 20 - 7:30PM - Ruby 2.0</a></h1>
<p class="meta">
<time datetime="2013-03-15T16:03:00+08:00" pubdate data-updated="true">Mar 15<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>Two moons have passed, its ruby time again! This month’s gzruby meetup will be held next Wednesday, March 20th at the Kudelabs offices, starting at 7:30.</p>
<p>各位,两个月过去了,是时候再次聚会了!本月的gzruby meetup将会在2013年3月20号(下个星期三)7点半在酷德实验室准时举行。</p>
<p>Huge news since the last meetup - <strong><a href="http://www.ruby-lang.org/en/news/2013/02/24/ruby-2-0-0-p0-is-released/">RUBY2.0.0 was released</a></strong>! As well as a <a href="http://www.ruby-lang.org/en/news/2013/02/22/ruby-1-9-3-p392-is-released/">security patch to 1.9.3</a>. And on top of all of this excitement, Rails 4.0 is truly around the corner, as the <a href="http://weblog.rubyonrails.org/2013/2/25/Rails-4-0-beta1/">first beta was just released</a>!</p>
<p>自从上次聚会结束后出现了很多新玩意, <strong><a href="http://www.ruby-lang.org/en/news/2013/02/24/ruby-2-0-0-p0-is-released/">ruby2.0.0的发布</a></strong>, <a href="http://www.ruby-lang.org/en/news/2013/02/22/ruby-1-9-3-p392-is-released/">ruby 1.9.3的安全补丁</a>。最令人兴奋的是Rails 4.0时代即将来临,
<a href="http://weblog.rubyonrails.org/2013/2/25/Rails-4-0-beta1/">Rails的第一个beta版</a>!</p>
<p>So in light of all this new stuff, this month’s event is going to be all about Ruby 2.0.0 and Rails 4! Bring your demo apps, your favorite tutorials, your best examples. Teach us something new! Show us why we need to upgrade right away - we’re waiting :)</p>
<p>所以,这个月的主题的就是Ruby 2.0.0和Rails 4的!还等什么呢,带上你的demo,最爱的教程,最佳实践,来到这里与我们一起分享吧。我们在等着你。</p>
<h4>时间/When: 星期三-3月20号 19:30 / March 20, 7:30 PM</h4>
<h4>地点/Where: <a href="http://gz.o.cn/13105">Kudelabs 明月一路59号, 汉苑 西塔601</a></h4>
<h4><a href="http://gz.o.cn/13105">59 Ming Yue Yi Lu, Han Yuan West Tower, Apt. 601</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.</p>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">邮件列表</a>告诉我们吧!</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/01/09/invite-for-gzruby10/">GZRUBY第10聚会1月16日7:30 - Asset Pipeline</a></h1>
<p class="meta">
<time datetime="2013-01-09T16:15:00+08:00" pubdate data-updated="true">Jan 9<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>各位,是时候再次聚会了!本月的gzruby meetup将会在2013年1月16号(下个星期三)7点半在酷德实验室准时举行。记得在你的日历上标记噢。</p>
<p>Yes, check your calenders! It’s ruby time folks. This month’s gzruby meetup will be held next Wednesday, Jan 16th at the Kudelabs offices, starting at 7:30.</p>
<p>最近我们遇到了很多刺激的事情。Rails在短短几天内发布了两个紧急安全补丁,分别是<a href="http://weblog.rubyonrails.org/2013/1/2/Rails-3-2-10--3-1-9--and-3-0-18-have-been-released/">SQL 注入漏洞</a>; <a href="http://weblog.rubyonrails.org/2013/1/8/Rails-3-2-11-3-1-10-3-0-19-and-2-3-15-have-been-released/">XML 参数解析漏洞</a>。另外Ruby也发布了最新的1.9.3升级:<a href="http://www.ruby-lang.org/en/news/2012/12/25/ruby-1-9-3-p362-is-released/">ruby1.9.3-p362</a>。
仅仅这些都够我们忙活好一阵的了。</p>
<p>We’ve had a bit of excitement recently, with two security updates in quick succession. First the <a href="http://weblog.rubyonrails.org/2013/1/2/Rails-3-2-10--3-1-9--and-3-0-18-have-been-released/">SQL Injection vulnerability</a>, then the <a href="http://weblog.rubyonrails.org/2013/1/8/Rails-3-2-11-3-1-10-3-0-19-and-2-3-15-have-been-released/">XML params vulnerability</a>. Don’t forget a new ruby patchlevel just came out as well, <a href="http://www.ruby-lang.org/en/news/2012/12/25/ruby-1-9-3-p362-is-released/">ruby1.9.3-p362</a>. These should all keep us busy for the rest of the week testing and upgrading our deployed servers.</p>
<p>同时在我们的邮件列表也有人在讨论怎么更好的组织聚会,怎么让我们变得更好。其中有一个建议是每次聚会都提出一个主题,以便让我们更好的组织演讲内容。这个月的主题是关于<strong>Asset Pipeline</strong>的使用。你是怎么在你的项目运用它的?SASS, SCSS, LESS? Bootstrap, YUI?如果你想分享你的经验的话,那就赶紧准备好你的演讲吧!</p>
<p>There’s also been some discussion on the mailing list about how to organize these meetings and make our community better. One suggestion was to give each meeting a theme, to make it easier for people to suggest topics. This month’s theme will be <strong>Asset Pipeline</strong>. How do you use it for your project? SASS, SCSS, LESS? Bootstrap, YUI? Bring your best practices, tips and tricks for us to share and learn from.</p>
<h4>时间/When: 星期三-1月16号 19:30 / January 16, 7:30 PM</h4>
<h4>地点/Where: <a href="http://gz.o.cn/13105">Kudelabs 明月一路59号, 汉苑 西塔601</a></h4>
<h4><a href="http://gz.o.cn/13105">59 Ming Yue Yi Lu, Han Yuan West Tower, Apt. 601</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">邮件列表</a>告诉我们吧!</p>
<p>We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/11/14/nov-21/">第9聚会 - GZRUBY9 - Wed Nov 21</a></h1>
<p class="meta">
<time datetime="2012-11-14T18:06:00+08:00" pubdate data-updated="true">Nov 14<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Hello ruby warriors! Time flies when you are having fun, doesn’t it? After our especially excellent social event in September, its time now to get back to code and have a great tech talk.</p>
<p>In the ruby world, quite a few things have come up recently, and more is around the corner. <a href="http://www.ruby-lang.org/en/news/2012/11/09/ruby-1-9-3-p327-is-released/">Ruby 1.9.3-p327 is out</a>, <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/46258">Ruby 2.0 is feature frozen</a>, and <a href="http://vimeo.com/51181496">Rails 4.0 is coming soon</a>! With all this going on in the ruby and Rails community, what have <strong>you</strong> been working on?</p>
<p>This month’s event is sponsored by <a href="http://beansmile.com">Beansmile</a> and <a href="http://weibo.com/strandbeer">Strand Beer</a>.</p>
<h4>时间/When: 星期三-11月21号 19:00 / November 21, 7:30 PM</h4>
<h4>地点/Where: <a href="http://gz.o.cn/13105">Kudelabs 明月一路59号, 汉苑 西塔601</a></h4>
<h4><a href="http://gz.o.cn/13105">59 Ming Yue Yi Lu, Han Yuan West Tower, Apt. 601</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">邮件列表</a>告诉我们吧!</p>
<p>We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/09/18/invite-to-meetup-number-8/">Sept 19, 2012 - GZRUBY Pizza Party</a></h1>
<p class="meta">
<time datetime="2012-09-18T17:26:00+08:00" pubdate data-updated="true">Sep 18<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Hello ruby friends! It’s time for us to get together again. We just realized it has been a year since our first ruby meetup, and we think its time to <strong>celebrate</strong>!</p>
<p>For meetup #8, we are having a <strong>pizza party</strong>! Come on, invite anyone who might be interested in ruby or web-development. We’ll have pizza and some beer. If you can bring a few drinks or other snaks, that will make the party better.</p>
<p>Rather than spend all our time talking about code, lets have some fun time with our community; get to know each other, and have a good time!</p>
<h4>时间/When: September 19, 7:00 PM</h4>
<h4>地点/Where: <a href="http://gz.o.cn/13105">Kudelabs 明月一路59号, 汉苑 西塔601</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">邮件列表</a>告诉我们吧!</p>
<p>We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/07/31/notes-from-meetup-7/">GZRUBY7 Report</a></h1>
<p class="meta">
<time datetime="2012-07-31T13:55:00+08:00" pubdate data-updated="true">Jul 31<span>st</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p><img src="/images/meetup7.jpg" style="width: 800px" alt="It really is a ruby party" title="Join us every other month!" /></p>
<p>Last wednesday we had a great turnout for the 7th gzruby meetup! It was a blast with tons of great people, some nice talks, and a lot of fun. I’d say this last event was maybe more of a ruby party than a developer meeting, and that’s not a bad thing!</p>
<p>It’s been a year since our first event, and already we’ve seen several projects started by members of our group referring clients to one another, or working together on a big project. We started this event to enable this kind of cooperation, and we couldn’t be happier that we have been successful. Remember, the more ruby projects get done here in South China, the more people will be interested to start new projects, and we all do better!</p>
<p>Its great to continuously meet new members, and to reconnect with the old ones. Lets spread the word and make <strong>gzruby</strong> a great place for all of us to find friends, learn from each other, and do great business together!</p>
<p><a href="http://weibo.com/strandbeer">Strand Beer</a> once again supplied us with plenty of homebrew goodness. Keep making that great beer fine ruby fellow!</p>
<ul>
<li><p><strong>Integrating Rails with Wordpress <a href="http://thenanfang.com">http://thenanfang.com</a></strong></p>
<p>Leon presented his company’s latest project (a <a href="http://gzruby.com">gzruby</a> connection): <a href="http://thenanfang.com">TheNanfang.com</a>. He described how he and his team were able to use Rails to win the project, by building a very rapid working prototype. After winning the project, they were able to execute and complete the project on time using standard Rails best practices and good old hard work. Leon and Rain also described how they were able to marry the de-facto blogging platform WordPress into their Rails site. We are all proud of their work and its an excellent addition to the group of ruby projects based here in South China. Great job <a href="http://beansmile.com">beansmile</a>!</p>
<p>Presented by <a href="http://beansmile.com">Leon Du</a></p></li>
<li><p><strong>Introducing FriendsMap.net <a href="http://friendsmap.net">http://friendsmap.net</a></strong></p>
<p> <a href="http://www.weibo.com/n/cantin_">@cantin_</a> just released <a href="http://friendsmap.net">FriendsMap.net</a>, a toy project that displays your social network friends on a map. He gave a short talk about what he used to put it together, and gave a quick demo.</p>
<p> It is a project to pratice using the OAuth2 APIs and google maps. You can now use the site to find your Facebook, Twitter, QQ, and your Sina Weibo friends. There is a China version that works with Weibo and Baidu maps, or you if available to you, you can use Google Maps to location friends around the world.</p>
<p>Presented by <a href="https://github.com/cantin">Cantin Xu</a></p></li>
<li><p><strong>Explaining Session hijacking and why we need CSRF protection <a href="http://guides.rubyonrails.org/security.html">http://guides.rubyonrails.org/security.html</a></strong></p>
<p><a href="https://github.com/jevgz">@jevgz</a> showed us how easy it is for an attacker to create a site that could change the user’s password just by mousing over a link. He showed us step by step what can happen if you don’t follow Rails best practices and leave your site open to attack. Its a stark reminder of how to important it is to stay on top of current security trends. It was also a great explanation on why we need the CSRF tags in our Rails projects. If you haven’t read the <a href="http://guides.rubyonrails.org/security.html">Rails security guide</a>, I suggest you do so soon.</p>
<p>Presented by <a href="https://github.com/jevgz">@jevgz</a></p></li>
<li><p><strong>Textilize <a href="http://github.com/kudelabs/textilize/">http://github.com/kudelabs/textilize/</a></strong></p>
<p><a href="http://www.weibo.com/ifosen">@ifosen</a> recently released a new gem that provides the Rails 2.x textilize helper methods in Rails 3.x. In case you are updating an older app that relied on these functions, you can simply drop this gem into your Gemfile and you’re ready to go. There are other gems that already do this, but these gems utilize the latest version of Redcloth, which is (in our opinion) unneccessarily large and complicated, requiring native extensions to be compiled. Textilize avoids this extra dependency by including the original RedCloth.rb written by _why.</p>
<p>@adevadeh stressed the importance of anlysing your gemfile to reduce external dependencies. Make sure that everything you rely on in something you really need. Also, don’t be afraid to publish a gem, even if its a small one. You never know who else might find it useful, and you may get something back you never expected!</p>
<p>Presented by <a href="https://github.com/mysen">Mysen</a> and <a href="https://github.com/adevadeh">@adevadeh</a></p></li>
</ul>
<hr />
<p>Thanks very much to our presenters for sharing. We really appreciate that you stood up to share what you’ve been working on or show us something that may help us in our daily work. We hold these meetings to learn from each other, so be sure to give yourself some time to show other developers what you have learned.</p>
<h3>See you at the next meeting, scheduled for <strong>Wed, September 19, 2012</strong></h3>
<h3>Follow <a href="http://www.weibo.com/gzruby">@gzruby</a> on Sina Weibo!</h3>
<p><img src="/images/meetup7-2.jpg" style="width: 800px" alt="It really is a ruby party" title="Join us every other month!" /></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/07/12/july-18-gzruby-meetup-number-7/">July 18 - Come to gzruby Meetup #7</a></h1>
<p class="meta">
<time datetime="2012-07-12T17:40:00+08:00" pubdate data-updated="true">Jul 12<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Ruby粉丝们, 我们的派对时间又到了! 离上次派对已经2个月了, 你学到了什么新鲜有趣的东西吗? 你尝试了一些新的gems吗? 或者使用新的工具?</p>
<p>OK ruby fans, its that time again! Another 2 months have gone by…what have you learned? Did you try any new gems? Did you start using any new tools?</p>
<p>上次派对以后, Ruby可没闲得下来, 我们尝试了<a href="https://gist.github.com/2838490">火爆的代码设计帖的内容</a>, <a href="http://www.ruby-lang.org/en/news/2012/06/29/ruby-1-8-7-p370-released/">1.8.7的终极版本</a>(你升级到<a href="http://www.ruby-lang.org/en/news/2012/04/20/ruby-1-9-3-p194-is-released/">1.9.3</a>了吗?) 和<a href="http://weblog.rubyonrails.org/2012/6/12/ann-rails-3-2-6-has-been-released/">SQL为Rails v3.2.6注入的安全补丁</a></p>
<p>Since we met last, what’s been going on: we’ve got the <a href="https://gist.github.com/2838490">epic comment thread about code design</a>, we’ve got <a href="http://www.ruby-lang.org/en/news/2012/06/29/ruby-1-8-7-p370-released/">the final bug-fix release for 1.8.7</a> (Have you updated to 1.9.3 yet?), and we’ve got some SQL injection updates for <a href="http://weblog.rubyonrails.org/2012/6/12/ann-rails-3-2-6-has-been-released/">Rails in v3.2.6</a>.</p>
<p>让我们再次欢聚一堂, 为Ruby喝彩吧!</p>
<p>Lets get together and celebrate our ruby family!</p>
<h4>时间/When: July 18, 7:30 PM</h4>
<h4>地点/Where: <a href="http://gz.o.cn/13105">Kudelabs 明月一路59号, 汉苑 西塔601</a></h4>
<h4>地铁/Metro: <a href="http://www.exploregz.com/metro/pedia/station/wuyangcun/">五羊村A出口/Line 5 - Wu Yang Cun, Exit A</a></h4>
<p>希望到时能见到你的身影!如果你有什么好的想法,发到<a href="http://groups.google.com/groups/gzruby">邮件列表</a>告诉我们吧!</p>
<p>We look forward to seeing you there! If you have any topic ideas or plans, let us know on the <a href="http://groups.google.com/groups/gzruby">mailing list</a>.</p>
</div>
</article>
<div class="pagination">
<a class="prev" href="/blog/page/2/">← Older</a>
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>关于gzruby</h1>
<p>
<strong>gzruby</strong>是由中国广州Ruby开发者组成的一个团体。如果你对Ruby编程语言或者Ruby on Rails网站开发框架,
甚至只是单纯地对网站开发感兴趣,都欢迎加入我们!<br />
<strong>gzruby</strong> is a group for ruby developers in Guangzhou, China. It is open to anyone interested in
the ruby programming language, the Ruby on Rails web development framework, or even web development in general.
</p>
<p>
我们初定每隔一个月的第三个周三举行一次聚会。最新聚会或者相关活动的详细信息,我们都会事先在此公布。
欲了解更多详情,<a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">请订阅我们的邮件列表</a>。<br />
We try to meet on the third wednesday, every other month. We’ll post announcements here for upcoming meetings
or other events. If you want to learn more, please join our <a href="https://groups.google.com/forum/?fromgroups#!forum/gzruby">mailing list</a>.
</p>
</section>
<section>
<h1><strong>gzruby</strong> 合作伙伴:</h1>
<p>
» <a href="http://kudelabs.com">酷德实验室/Kude Labs</a><br />
» <a href="http://beansmile.com">Beansmile</a><br />
» <a href="http://bestapp.us">BestApp工作室</a><br />
» <a href="http://gaiamagic.com">Gaia Magic</a><br />
» <a href="http://techparty.org">珠三角技术沙龙/Tech Party</a><br />
</p>
</section>
<section>
<h1>最新发布</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2013/11/13/invite-to-gzruby15/">GZRUBY15 - 11月20日19:30 - Mini Conf!</a>
</li>
<li class="post">
<a href="/blog/2013/09/10/gzruby14-9yue-18ri-19-30-not-rails/">GZRUBY14 - 9月18日19:30 - Not Rails!</a>
</li>
<li class="post">
<a href="/blog/2013/07/10/invite-to-gzruby13/">GZRUBY#13 July 17 - 7:30PM - Rails 4 & Beer</a>
</li>
<li class="post">
<a href="/blog/2013/05/10/invite-to-gzruby12/">GZRUBY#12 May 15 - 7:30PM - Deployment</a>
</li>
<li class="post">
<a href="/blog/2013/03/15/invite-to-gzruby11/">GZRUBY#11 March 20 - 7:30PM - Ruby 2.0</a>
</li>
</ul>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2013 - gzruby -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
var disqus_shortname = 'gzruby';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>