<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Grails build-test-data plugin version 0.2.3 released</title>
	<atom:link href="http://naleid.com/blog/2009/08/25/grails-build-test-data-plugin-version-023-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://naleid.com/blog/2009/08/25/grails-build-test-data-plugin-version-023-released/</link>
	<description>Groovy, Grails and OS X tips and tricks</description>
	<lastBuildDate>Sat, 31 Jul 2010 11:43:17 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tednaleid</title>
		<link>http://naleid.com/blog/2009/08/25/grails-build-test-data-plugin-version-023-released/comment-page-1/#comment-1988</link>
		<dc:creator>tednaleid</dc:creator>
		<pubDate>Thu, 01 Oct 2009 02:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=61#comment-1988</guid>
		<description>@Lucas, it&#039;s aware of the unique constraint, and it would be possible to program it to fill in a value for it.  I just haven&#039;t done it mostly because I don&#039;t use more than a couple of unique constraints in my applications (username, a few others) and just sticking a generator closure  in the TestDataConfig.groovy is pretty easy and is more flexible (see the section &lt;a href=&quot;http://bitbucket.org/tednaleid/grails-test-data/wiki/TestDataConfig&quot; rel=&quot;nofollow&quot;&gt;on the wiki about &quot;Generating Dynamic Values&quot;&lt;/a&gt;).

If there&#039;s enough demand for attempting to do this automatically, I can look further at implementing it.  If the TestDataConfig.groovy doesn&#039;t meet your needs, feel free to &lt;a href=&quot;http://bitbucket.org/tednaleid/grails-test-data/issues/&quot; rel=&quot;nofollow&quot;&gt;raise an enhancement issue&lt;/a&gt; (or even submit a patch :).</description>
		<content:encoded><![CDATA[<p>@Lucas, it&#8217;s aware of the unique constraint, and it would be possible to program it to fill in a value for it.  I just haven&#8217;t done it mostly because I don&#8217;t use more than a couple of unique constraints in my applications (username, a few others) and just sticking a generator closure  in the TestDataConfig.groovy is pretty easy and is more flexible (see the section <a href="http://bitbucket.org/tednaleid/grails-test-data/wiki/TestDataConfig" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/bitbucket.org/tednaleid/grails-test-data/wiki/TestDataConfig?referer=');">on the wiki about &#8220;Generating Dynamic Values&#8221;</a>).</p>
<p>If there&#8217;s enough demand for attempting to do this automatically, I can look further at implementing it.  If the TestDataConfig.groovy doesn&#8217;t meet your needs, feel free to <a href="http://bitbucket.org/tednaleid/grails-test-data/issues/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/bitbucket.org/tednaleid/grails-test-data/issues/?referer=');">raise an enhancement issue</a> (or even submit a patch :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://naleid.com/blog/2009/08/25/grails-build-test-data-plugin-version-023-released/comment-page-1/#comment-1987</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Wed, 30 Sep 2009 22:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=61#comment-1987</guid>
		<description>Why the grails build-test-data plugin isn&#039;t aware of the unique constraint?</description>
		<content:encoded><![CDATA[<p>Why the grails build-test-data plugin isn&#8217;t aware of the unique constraint?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tednaleid</title>
		<link>http://naleid.com/blog/2009/08/25/grails-build-test-data-plugin-version-023-released/comment-page-1/#comment-1915</link>
		<dc:creator>tednaleid</dc:creator>
		<pubDate>Wed, 26 Aug 2009 14:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=61#comment-1915</guid>
		<description>Thanks for the tip about zipOnly.  I missed that previously and that&#039;ll be a big help to not have to do the double bookkeeping of mercurial then actually screwing around with SVN just to release the plugin.

I&#039;m glad you guys are getting use out of build-test-data, thanks again for the patch.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip about zipOnly.  I missed that previously and that&#8217;ll be a big help to not have to do the double bookkeeping of mercurial then actually screwing around with SVN just to release the plugin.</p>
<p>I&#8217;m glad you guys are getting use out of build-test-data, thanks again for the patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Fletcher</title>
		<link>http://naleid.com/blog/2009/08/25/grails-build-test-data-plugin-version-023-released/comment-page-1/#comment-1912</link>
		<dc:creator>Rob Fletcher</dc:creator>
		<pubDate>Wed, 26 Aug 2009 05:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=61#comment-1912</guid>
		<description>WRT The SVN issue: In Grails 1.2-SNAPSHOT the release-plugin command accepts a -zipOnly flag that will only upload the plugin zip file to plugins.grails.org leaving you free to host the code elsewhere (bitbucket, github, etc). That might save you some pain.

Thanks again for a fantastic plugin. With this patch applied we can build useful instances of almost all our domain objects with a parameterless build() call which should prove a huge productivity gain when writing integration tests and fixtures for selenium.</description>
		<content:encoded><![CDATA[<p>WRT The SVN issue: In Grails 1.2-SNAPSHOT the release-plugin command accepts a -zipOnly flag that will only upload the plugin zip file to plugins.grails.org leaving you free to host the code elsewhere (bitbucket, github, etc). That might save you some pain.</p>
<p>Thanks again for a fantastic plugin. With this patch applied we can build useful instances of almost all our domain objects with a parameterless build() call which should prove a huge productivity gain when writing integration tests and fixtures for selenium.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
