-
Notifications
You must be signed in to change notification settings - Fork 1
/
feed.ruby.xml
32 lines (25 loc) · 1.64 KB
/
feed.ruby.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Desenvolvedor Ruby e Javascript - Saulo Santiago - Ruby</title>
<description>Posts categorized as 'ruby'</description>
<link>http://saulosantiago.js.org</link>
<atom:link href="http://saulosantiago.js.org/feed.category.xml" rel="self" type="application/rss+xml" />
<item>
<title>Operadores em Ruby e seus métodos</title>
<description><p>Ruby esta se tornando uma línguagem popularmente conhecida na web. Neste post tentarei mostrar a fundo o que são os operadores no Ruby, e por que eles são tão diferentes de qualquer coisa que já viu antes.</p>
</description>
<pubDate>Sat, 18 Jul 2015 00:00:00 +0000</pubDate>
<link>http://saulosantiago.js.org/ruby/operadores-em-ruby-e-seus-metodos</link>
<guid isPermaLink="true">http://saulosantiago.js.org/ruby/operadores-em-ruby-e-seus-metodos</guid>
</item>
<item>
<title>Serializer JSONs com Sinatra</title>
<description><p>Serializar objetos em JSONs nunca foi tão fácil depois que a <a href="https://github.com/rails-api/active_model_serializers"><code>gem ActiveModel::Serializers</code></a> passou a existir.</p>
</description>
<pubDate>Mon, 18 May 2015 00:00:00 +0000</pubDate>
<link>http://saulosantiago.js.org/ruby/serializer-jsons-com-sinatra</link>
<guid isPermaLink="true">http://saulosantiago.js.org/ruby/serializer-jsons-com-sinatra</guid>
</item>
</channel>
</rss>