<?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/"
	>

<channel>
	<title>Pivotal Labs &#187; Dimitri Roche</title>
	<atom:link href="http://pivotallabs.com/author/droche/feed/" rel="self" type="application/rss+xml" />
	<link>http://pivotallabs.com</link>
	<description>Agility Developed</description>
	<lastBuildDate>Tue, 21 May 2013 05:27:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>[Standup][NY] 09/06/12: PG 9.2 to include JSON data type!</title>
		<link>http://pivotallabs.com/standup-ny-pg-9-2-to-include-json-data-type/</link>
		<comments>http://pivotallabs.com/standup-ny-pg-9-2-to-include-json-data-type/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 14:24:00 +0000</pubDate>
		<dc:creator>Dimitri Roche</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[nyc]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-ny-pg-9-2-to-include-json-data-type/</guid>
		<description><![CDATA[<p><h2>Interestings</h2>

<ul>
<li>Postgres 9.2 to include native JSON data type</li>
</ul>

<p>Postgres 9.2 will include a <a href="http://www.postgresql.org/docs/devel/static/datatype-json.html">native JSON datatype</a>. In addition to verifying that the data stored in the field is valid JSON, there's also a couple of SQL functions that could be handy &#40;<a href="http://www.postgresql.org/docs/devel/static/functions-json.html">array_to_json</a>, and <a href="http://www.postgresql.org/docs/devel/static/functions-json.html">row_to_json</a>&#41;.</p>

<p>There's a promising <a href="https://github.com/rails/rails/pull/7527">pull request</a> for ActiveRecord to support the new json data type.</p>

<ul>
<li>Show gem license on rubygems.org</li>
</ul>

<p>Our open source developers this week have submitted a pull request to rubygems.org to display a gem's license on the gem version's page. </p>

<p>Make sure you add a license to your gemspecs!</p>

<pre><code>Gem::Specification.new do &#124;s&#124;
  s.license = "MIT"
  #....
end
</code></pre>

<p>or...</p>

<pre><code>Gem::Specification.new do &#124;s&#124;
  s.licenses = ["MIT", "BSD"]
  #....
end
</code></pre>

<p>Pull request: https://github.com/rubygems/rubygems.org/pull/458</p> <a href="http://pivotallabs.com/standup-ny-pg-9-2-to-include-json-data-type/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-ny-pg-9-2-to-include-json-data-type/">[Standup][NY] 09/06/12: PG 9.2 to include JSON data type!</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Interestings</h2>
<ul>
<li>Postgres 9.2 to include native JSON data type</li>
</ul>
<p>Postgres 9.2 will include a <a href="http://www.postgresql.org/docs/devel/static/datatype-json.html">native JSON datatype</a>. In addition to verifying that the data stored in the field is valid JSON, there&#8217;s also a couple of SQL functions that could be handy &#40;<a href="http://www.postgresql.org/docs/devel/static/functions-json.html">array_to_json</a>, and <a href="http://www.postgresql.org/docs/devel/static/functions-json.html">row_to_json</a>&#41;.</p>
<p>There&#8217;s a promising <a href="https://github.com/rails/rails/pull/7527">pull request</a> for ActiveRecord to support the new json data type.</p>
<ul>
<li>Show gem license on rubygems.org</li>
</ul>
<p>Our open source developers this week have submitted a pull request to rubygems.org to display a gem&#8217;s license on the gem version&#8217;s page. </p>
<p>Make sure you add a license to your gemspecs!</p>
<pre><code>Gem::Specification.new do |s|
  s.license = "MIT"
  #....
end
</code></pre>
<p>or&#8230;</p>
<pre><code>Gem::Specification.new do |s|
  s.licenses = ["MIT", "BSD"]
  #....
end
</code></pre>
<p>Pull request: https://github.com/rubygems/rubygems.org/pull/458</p>
<p>The post <a href="http://pivotallabs.com/standup-ny-pg-9-2-to-include-json-data-type/">[Standup][NY] 09/06/12: PG 9.2 to include JSON data type!</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-ny-pg-9-2-to-include-json-data-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Standup][NY] 09/04/12: Math proofs like unit tests?</title>
		<link>http://pivotallabs.com/standup-ny-09-04-12-math-proofs-like-unit-tests/</link>
		<comments>http://pivotallabs.com/standup-ny-09-04-12-math-proofs-like-unit-tests/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 15:14:00 +0000</pubDate>
		<dc:creator>Dimitri Roche</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[nyc]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-ny-09-04-12-math-proofs-like-unit-tests/</guid>
		<description><![CDATA[<p><h2>Interestings</h2>

<ul>
<li>Gotcha</li>
</ul>

<p>Don't make a helper method called config in your rails app. It will blow up in your face.</p>

<ul>
<li>Cool 3D js UI hack for displaying menus</li>
</ul>

<p>This looks great for touch devices, but may not be obvious to users.</p>

<p>Try this URL for standup:
<a href="http://lab.hakim.se/meny/?http://ny-whiteboard.herokuapp.com">http://lab.hakim.se/meny/?http://ny-whiteboard.herokuapp.com</a></p>

<ul>
<li>Bootstrap 2.1 dropdown data-* fail</li>
</ul>

<p>Links within dropdowns which leverage data-* method's currently broken in Bootstrap 2.1.</p>

<h2>Events</h2>

<ul>
<li>Wednesday: Agile Experience Design Meetup</li>
<li>Tuesday: Tech Talk- Why is a Math Proof like a Unit Test?</li>
</ul>

<p>There are many conceptual similarities between writing a mathematical proof and test driving a story. In this talk, I will explore these similarities in an effort to explain what is satisfying about TDD, and what makes it a great learning tool. Join us for lunch as Daniela previews her upcoming GoGaRuCo talk.</p>

<p>Daniela majored in Math, attended a Railsbridge, apprenticed at Pivotal SF and now is a developer at SharesPost.</p> <a href="http://pivotallabs.com/standup-ny-09-04-12-math-proofs-like-unit-tests/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-ny-09-04-12-math-proofs-like-unit-tests/">[Standup][NY] 09/04/12: Math proofs like unit tests?</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Interestings</h2>
<ul>
<li>Gotcha</li>
</ul>
<p>Don&#8217;t make a helper method called config in your rails app. It will blow up in your face.</p>
<ul>
<li>Cool 3D js UI hack for displaying menus</li>
</ul>
<p>This looks great for touch devices, but may not be obvious to users.</p>
<p>Try this URL for standup:<br />
<a href="http://lab.hakim.se/meny/?http://ny-whiteboard.herokuapp.com">http://lab.hakim.se/meny/?http://ny-whiteboard.herokuapp.com</a></p>
<ul>
<li>Bootstrap 2.1 dropdown data-* fail</li>
</ul>
<p>Links within dropdowns which leverage data-* method&#8217;s currently broken in Bootstrap 2.1.</p>
<h2>Events</h2>
<ul>
<li>Wednesday: Agile Experience Design Meetup</li>
<li>Tuesday: Tech Talk- Why is a Math Proof like a Unit Test?</li>
</ul>
<p>There are many conceptual similarities between writing a mathematical proof and test driving a story. In this talk, I will explore these similarities in an effort to explain what is satisfying about TDD, and what makes it a great learning tool. Join us for lunch as Daniela previews her upcoming GoGaRuCo talk.</p>
<p>Daniela majored in Math, attended a Railsbridge, apprenticed at Pivotal SF and now is a developer at SharesPost.</p>
<p>The post <a href="http://pivotallabs.com/standup-ny-09-04-12-math-proofs-like-unit-tests/">[Standup][NY] 09/04/12: Math proofs like unit tests?</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-ny-09-04-12-math-proofs-like-unit-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using apc
Database Caching using apc
Object Caching 475/519 objects using apc

 Served from: pivotallabs.com @ 2013-05-21 07:25:59 by W3 Total Cache -->