<?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>Nick Zalabak - techwhizbang &#187; github</title>
	<atom:link href="http://techwhizbang.com/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>http://techwhizbang.com</link>
	<description>my work, life, and ideas</description>
	<lastBuildDate>Thu, 08 Mar 2012 06:07:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>jruby-quartz 1.1 released</title>
		<link>http://techwhizbang.com/2009/11/jruby-quartz-1-1-released/</link>
		<comments>http://techwhizbang.com/2009/11/jruby-quartz-1-1-released/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:45:30 +0000</pubDate>
		<dc:creator>techwhizbang</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[quartz]]></category>

		<guid isPermaLink="false">http://techwhizbang.com/?p=19</guid>
		<description><![CDATA[Update: jruby-quartz is a gem at http://rubygems.org/gems/jruby-quartz I just released jruby-quartz 1.1 on github. Notable changes include support for programmatically firing a job from the base job scheduler instead of relying solely on the scheduled job pool. As a side note, I just realized that github has temporarily stopped building gems since they&#8217;ve moved to [...]]]></description>
			<content:encoded><![CDATA[<p>Update: jruby-quartz is a gem at <a title="jruby quartz" href="http://rubygems.org/gems/jruby-quartz" target="_blank">http://rubygems.org/gems/jruby-quartz</a></p>
<p>I just released <a title="jruby-quartz" href="http://github.com/techwhizbang/jruby-quartz" target="_blank">jruby-quartz 1.1 on github</a>. Notable changes include support for programmatically firing a job from the base job scheduler instead of relying solely on the scheduled job pool. As a side note, I just realized that github has temporarily stopped building gems since they&#8217;ve moved to Rackspace. So if you&#8217;re looking to use gem install, you are out of luck until they re-write that system.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwhizbang.com/2009/11/jruby-quartz-1-1-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL fix for activerecord-jdbc-adapter 0.9.2</title>
		<link>http://techwhizbang.com/2009/11/activerecord-jdbc-adapter-0-9-2/</link>
		<comments>http://techwhizbang.com/2009/11/activerecord-jdbc-adapter-0-9-2/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 04:14:43 +0000</pubDate>
		<dc:creator>techwhizbang</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[activerecord-jdbc-adapter]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[jruby]]></category>

		<guid isPermaLink="false">http://techwhizbang.com/?p=7</guid>
		<description><![CDATA[About 2 months back I was working on getting a db dump on my current project. I noticed a bunch of the primary keys were missing from tables in the dump file. Irked, I observed that many of tables we hook up to have residual Java Hibernate-isms with non-standard primary keys, basically not &#8216;id&#8217;. After [...]]]></description>
			<content:encoded><![CDATA[<p>About 2 months back I was working on getting a db dump on my current project. I noticed a bunch of the primary keys were missing from tables in the dump file. Irked, I observed that many of tables we hook up to have residual Java Hibernate-isms with non-standard primary keys, basically not &#8216;id&#8217;.</p>
<p>After some digging I found a little problem with activerecord-jdbc-adapter, so I submitted a patch. The good news is that my patch has been included in the latest release. Thanks to Nick Sieger and the gang for including it.</p>
<pre>
<div id="LC1">== 0.9.2</div>
<div id="LC3">- The main, highly awaited fix for this release is a solution to the</div>
<div id="LC4">  rake db:create/db:drop issue. The main change is a new 'jdbc' rails</div>
<div id="LC5">  generator that should be run once to prepare a Rails application to</div>
<div id="LC6">  use JDBC. The upside of this generator is that you no longer will</div>
<div id="LC7">  need to alter database.yml for JDBC. See the README.txt for details.</div>
<div id="LC8">- Cleanup and reconnect if errors occur during begin/rollback</div>
<div id="LC9">  (Jean-Dominique Morani, Christian Seiler)
...</div>
<div id="LC20"><strong>- Fix for mysql tables with non standard primary keys such that the schema dump is correct (Nick Zalabak)</strong></div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://techwhizbang.com/2009/11/activerecord-jdbc-adapter-0-9-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.129 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-20 10:34:52 -->

