<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog do Tino Gomes &#187; github</title>
	<atom:link href="http://blog.tinogomes.com/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tinogomes.com</link>
	<description>Nenhum de nós é tão bom quanto TODOS nós juntos!</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:34:18 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.tinogomes.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/67a2349adf8ea6e4963082bfa1424d44?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Blog do Tino Gomes &#187; github</title>
		<link>http://blog.tinogomes.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.tinogomes.com/osd.xml" title="Blog do Tino Gomes" />
	<atom:link rel='hub' href='http://blog.tinogomes.com/?pushpress=hub'/>
		<item>
		<title>Nova macro para o shoulda</title>
		<link>http://blog.tinogomes.com/2009/01/30/nova-macro-para-o-shoulda/</link>
		<comments>http://blog.tinogomes.com/2009/01/30/nova-macro-para-o-shoulda/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 12:08:15 +0000</pubDate>
		<dc:creator>Celestino Gomes</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[shoulda]]></category>

		<guid isPermaLink="false">http://tinogomes.wordpress.com/?p=208</guid>
		<description><![CDATA[Então, escrevendo testes para o blogblogs, senti a necessidade de uma macro para verificar se o modelo responde a &#8220;validates_confirmation_of&#8221;. Fiz e já mandei para a galera da thoughtbot, mas caso eles não aceitem, mas queiram pegar essa macro, pode pegar no meu github. Mas está em um branch separado, então, atenção! http://github.com/tinogomes/shoulda Como usar: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tinogomes.com&amp;blog=2362964&amp;post=208&amp;subd=tinogomes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Então, escrevendo testes para o <a href="http://www.blogblogs.com.br" target="_blank">blogblogs</a>, senti a necessidade de uma macro para verificar se o modelo responde a &#8220;validates_confirmation_of&#8221;. Fiz e já mandei para a galera da thoughtbot, mas caso eles não aceitem, mas queiram pegar essa macro, pode pegar no <a href="http://github.com/tinogomes" target="_blank">meu github</a>. Mas está em um branch separado, então, atenção!</p>
<p><a href="http://github.com/tinogomes/shoulda" target="_blank">http://github.com/tinogomes/shoulda</a></p>
<p>Como usar:</p>
<pre>should_require_confirmation_of &lt;attributes&gt;  [, :value =&gt; "some value"] [, :message =&gt; "custom message"]</pre>
<p>Exemplo:</p>
<pre>class User &lt; ActiveRecord::Base
  validates_confirmation_of :password
  validates_confirmation_of :email, :message =&gt; "Please, you wanna confirm your email"
end

class UserTest &lt; Test::Unit::TestCase
  should_require_confirmation_of :password
  should_require_confirmation_of :email, :message =&gt; "Please, you wanna confirm your email"
end</pre>
<p>PS: O bloco acima não foi testado.</p>
<br />Publicado em ruby Tagged: github, rails, ruby, shoulda <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinogomes.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinogomes.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinogomes.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinogomes.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinogomes.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinogomes.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinogomes.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinogomes.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinogomes.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinogomes.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinogomes.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinogomes.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinogomes.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinogomes.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tinogomes.com&amp;blog=2362964&amp;post=208&amp;subd=tinogomes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tinogomes.com/2009/01/30/nova-macro-para-o-shoulda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9742692d8f4eb9997301de35395e5460?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Tino</media:title>
		</media:content>
	</item>
		<item>
		<title>Atalhos para comandos de script de aplicações Rails</title>
		<link>http://blog.tinogomes.com/2008/06/04/atalhos-para-comandos-de-script-de-aplicacoes-rails/</link>
		<comments>http://blog.tinogomes.com/2008/06/04/atalhos-para-comandos-de-script-de-aplicacoes-rails/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 12:58:10 +0000</pubDate>
		<dc:creator>Celestino Gomes</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[atalhos]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://tinogomes.wordpress.com/?p=57</guid>
		<description><![CDATA[Eu sempre tenho atalhos para console, pois toda hora ficar escrevendo: ruby script/console, ruby script/generate blablabla, é muita letra para apertar. Então resolvi postar aqui esses scripts. Se quise, pode pegar a vontade no github<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tinogomes.com&amp;blog=2362964&amp;post=57&amp;subd=tinogomes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Eu sempre tenho atalhos para console, pois toda hora ficar escrevendo: ruby script/console, ruby script/generate blablabla, é muita letra para apertar.</p>
<p>Então resolvi postar aqui esses scripts.</p>
<p>Se quise, pode pegar a vontade no <a title="github" href="http://github.com/tinogomes/atalhos-para-rails/tree/master">github</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tinogomes.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tinogomes.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinogomes.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinogomes.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinogomes.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinogomes.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinogomes.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinogomes.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinogomes.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinogomes.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinogomes.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinogomes.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinogomes.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinogomes.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinogomes.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinogomes.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tinogomes.com&amp;blog=2362964&amp;post=57&amp;subd=tinogomes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tinogomes.com/2008/06/04/atalhos-para-comandos-de-script-de-aplicacoes-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9742692d8f4eb9997301de35395e5460?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Tino</media:title>
		</media:content>
	</item>
		<item>
		<title>Brazilian Rails agora no github</title>
		<link>http://blog.tinogomes.com/2008/04/23/brazilian-rails-agora-no-github/</link>
		<comments>http://blog.tinogomes.com/2008/04/23/brazilian-rails-agora-no-github/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 12:04:59 +0000</pubDate>
		<dc:creator>Celestino Gomes</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[brazilian_rails]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://tinogomes.wordpress.com/?p=30</guid>
		<description><![CDATA[Conforme o post que o tapajós comentou no blog da Improve It, agora temos o plugin Brazilian Rails no github. No Rails edge (futuro 2.1): ruby script/plugin install git://github.com/tapajos/brazilian-rails.git Nas versões anteriores: ruby script/plugin install svn://rubyforge.org/var/svn/brazilian-rails O repositório SVN é apenas um espelho da versão git para facilitar a instalação nas versões anteriores.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tinogomes.com&amp;blog=2362964&amp;post=30&amp;subd=tinogomes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Conforme o <a href="http://blog.improveit.com.br/articles/2008/04/22/brazilian-rails-no-github" target="_blank">post</a> que o <a href="http://www.improveit.com.br/tapajos" target="_blank">tapajós</a> comentou no blog da <a href="http://www.improveit.com.br" target="_blank">Improve It</a>, agora temos o plugin <a href="http://brazilian-rails.rubyforge.org/" target="_blank">Brazilian Rails</a> no <a href="http://github.com/tapajos/brazilian-rails" target="_blank">github</a>.</p>
<p>No Rails edge (futuro 2.1):</p>
<pre><code>ruby script/plugin install git://github.com/tapajos/brazilian-rails.git
</code></pre>
<p>Nas versões anteriores:</p>
<pre><code>ruby script/plugin install svn://rubyforge.org/var/svn/brazilian-rails
</code></pre>
<p>O repositório SVN é apenas um espelho da versão git para facilitar a instalação nas versões anteriores.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tinogomes.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tinogomes.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinogomes.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinogomes.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinogomes.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinogomes.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinogomes.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinogomes.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinogomes.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinogomes.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinogomes.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinogomes.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinogomes.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinogomes.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinogomes.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinogomes.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.tinogomes.com&amp;blog=2362964&amp;post=30&amp;subd=tinogomes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.tinogomes.com/2008/04/23/brazilian-rails-agora-no-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9742692d8f4eb9997301de35395e5460?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Tino</media:title>
		</media:content>
	</item>
	</channel>
</rss>
