 
<?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: Get JRuby onto the Rails on Mac OS X</title>
	<atom:link href="http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/</link>
	<description>Helping companies increase predicability and business agility.</description>
	<lastBuildDate>Thu, 18 Mar 2010 22:39:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pete</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-10564</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 13 Jan 2010 16:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-10564</guid>
		<description>Great right up, thanks for this.</description>
		<content:encoded><![CDATA[<p>Great right up, thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanl</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-10198</link>
		<dc:creator>bryanl</dc:creator>
		<pubDate>Thu, 22 Oct 2009 06:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-10198</guid>
		<description>This article has potential.  There are a few errors though:&lt;br&gt;&lt;br&gt;-  the ANT_HOME is incorrect&lt;br&gt;-  You should run &quot;ant&quot; before &quot;ant test&quot;, so the test directory gets created&lt;br&gt;- &quot;jruby -S gem install rake&quot; didn&#039;t work for me.  I had more luck with &quot;jruby -S gem install --remote  rake&quot;&lt;br&gt;- You have to add &quot;jdbc&quot; to the list of RAILS_CONNECTION_ADAPTER in active_record.rb&lt;br&gt;- Why not just use &quot;jruby script/generate scaffold_resource&quot;?&lt;br&gt;&lt;br&gt;Other than that, I found this article informative.</description>
		<content:encoded><![CDATA[<p>This article has potential.  There are a few errors though:</p>
<p>-  the ANT_HOME is incorrect<br />-  You should run &#8220;ant&#8221; before &#8220;ant test&#8221;, so the test directory gets created<br />- &#8220;jruby -S gem install rake&#8221; didn&#39;t work for me.  I had more luck with &#8220;jruby -S gem install &#8211;remote  rake&#8221;<br />- You have to add &#8220;jdbc&#8221; to the list of RAILS_CONNECTION_ADAPTER in active_record.rb<br />- Why not just use &#8220;jruby script/generate scaffold_resource&#8221;?</p>
<p>Other than that, I found this article informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary S. Weaver</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-7055</link>
		<dc:creator>Gary S. Weaver</dc:creator>
		<pubDate>Fri, 07 Nov 2008 19:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-7055</guid>
		<description>Very helpful!

Looks like instead of:

jruby -S gem install activerecord-jdbc --no-rdoc --no-ri

it should be:

jruby -S gem install activerecord-jdbc-adapter --no-rdoc --no-ri

and depending on whether you care what version of mysql JDBC jar you get, instead of:

&quot;Copy mysql-connector-java-5.0.6-bin.jar to JRUBY_HOME/lib&quot;

You could just include:

jruby -S gem install activerecord-jdbcmysql-adapter --no-rdoc --no-ri

Although I like the idea of keeping the JDBC jars in JRUBY_HOME/lib since that is where the oracle (example: ojdbc14.jar) JDBC drivers jar would go.</description>
		<content:encoded><![CDATA[<p>Very helpful!</p>
<p>Looks like instead of:</p>
<p>jruby -S gem install activerecord-jdbc &#8211;no-rdoc &#8211;no-ri</p>
<p>it should be:</p>
<p>jruby -S gem install activerecord-jdbc-adapter &#8211;no-rdoc &#8211;no-ri</p>
<p>and depending on whether you care what version of mysql JDBC jar you get, instead of:</p>
<p>&#8220;Copy mysql-connector-java-5.0.6-bin.jar to JRUBY_HOME/lib&#8221;</p>
<p>You could just include:</p>
<p>jruby -S gem install activerecord-jdbcmysql-adapter &#8211;no-rdoc &#8211;no-ri</p>
<p>Although I like the idea of keeping the JDBC jars in JRUBY_HOME/lib since that is where the oracle (example: ojdbc14.jar) JDBC drivers jar would go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting started with JRuby on Rails on OS X - casperfabricius.com</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-7054</link>
		<dc:creator>Getting started with JRuby on Rails on OS X - casperfabricius.com</dc:creator>
		<pubDate>Wed, 05 Nov 2008 19:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-7054</guid>
		<description>[...] very easy to get started on some JRuby on Rails development on Mac OS X. All I did was to follow this great installation guide. I do however have a few corrections and recommendations of my own, which I recommend you read [...]</description>
		<content:encoded><![CDATA[<p>[...] very easy to get started on some JRuby on Rails development on Mac OS X. All I did was to follow this great installation guide. I do however have a few corrections and recommendations of my own, which I recommend you read [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonhard</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-6564</link>
		<dc:creator>Leonhard</dc:creator>
		<pubDate>Wed, 14 May 2008 21:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-6564</guid>
		<description>... just started with JRUBY - thanks for the great - easy to start tut - looking forward to new tuts ...</description>
		<content:encoded><![CDATA[<p>&#8230; just started with JRUBY &#8211; thanks for the great &#8211; easy to start tut &#8211; looking forward to new tuts &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-6197</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Fri, 07 Mar 2008 08:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-6197</guid>
		<description>The BitNami team has released the JRubyStack. 

A very easy to use installer that provides JRuby, Rails, Java, Tomcat, GlassFish gem, MySQL and Subversion. We worked to make the deployment of Ruby apps on Tomcat and Glassfish as smooth as possible.

JRubyStack is available for Mac OS X, Windows and Linux and you can download it from: http://bitnami.org/stack/jrubystack

Thanks!</description>
		<content:encoded><![CDATA[<p>The BitNami team has released the JRubyStack. </p>
<p>A very easy to use installer that provides JRuby, Rails, Java, Tomcat, GlassFish gem, MySQL and Subversion. We worked to make the deployment of Ruby apps on Tomcat and Glassfish as smooth as possible.</p>
<p>JRubyStack is available for Mac OS X, Windows and Linux and you can download it from: <a href="http://bitnami.org/stack/jrubystack" rel="nofollow">http://bitnami.org/stack/jrubystack</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Programblings &#187; Blog Archive &#187; Follow-up on my presentation on JRuby</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-6160</link>
		<dc:creator>Programblings &#187; Blog Archive &#187; Follow-up on my presentation on JRuby</dc:creator>
		<pubDate>Sun, 02 Mar 2008 00:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-6160</guid>
		<description>[...] Getting JRuby and Rails running. Deploying to Glassfish. Theirs posts are pretty detailed, but since things are moving so fast in the JRuby world, some of the details are a bit out of date already :-) In it they use Goldspike to generate their WAR archive, just like I did. As I mentioned however, a post by Nick Sieger introduced me to warbler as another very promising replacement to Goldspike. In fact, as Nick describes warbler, I fully expect to try it and stick with it instead of Goldspike. Definitely worth a try. [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting JRuby and Rails running. Deploying to Glassfish. Theirs posts are pretty detailed, but since things are moving so fast in the JRuby world, some of the details are a bit out of date already <img src='http://blog.adsdevshop.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  In it they use Goldspike to generate their WAR archive, just like I did. As I mentioned however, a post by Nick Sieger introduced me to warbler as another very promising replacement to Goldspike. In fact, as Nick describes warbler, I fully expect to try it and stick with it instead of Goldspike. Definitely worth a try. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Follow-up on my presentation on JRuby &#171; Programblings</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-4582</link>
		<dc:creator>Follow-up on my presentation on JRuby &#171; Programblings</dc:creator>
		<pubDate>Thu, 08 Nov 2007 13:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-4582</guid>
		<description>[...] Getting JRuby and Rails running. Deploying to Glassfish. Theirs posts are pretty detailed, but since things are moving so fast in the JRuby world, some of the details are a bit out of date already :-) In it they use Goldspike to generate their WAR archive, just like I did. As I mentioned however, a post by Nick Sieger introduced me to warbler as another very promising replacement to Goldspike. To be more accurate, as Nick describes warbler, I fully expect to try it and stick with it instead of Goldspike. Defenitely worth a try. [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting JRuby and Rails running. Deploying to Glassfish. Theirs posts are pretty detailed, but since things are moving so fast in the JRuby world, some of the details are a bit out of date already <img src='http://blog.adsdevshop.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  In it they use Goldspike to generate their WAR archive, just like I did. As I mentioned however, a post by Nick Sieger introduced me to warbler as another very promising replacement to Goldspike. To be more accurate, as Nick describes warbler, I fully expect to try it and stick with it instead of Goldspike. Defenitely worth a try. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Fee</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-4056</link>
		<dc:creator>Thomas Fee</dc:creator>
		<pubDate>Fri, 05 Oct 2007 06:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-4056</guid>
		<description>Thanks for the help. Your title says this is for Mac OS X, but it worked for me for Linux also. I&#039;m running the CentOS 5 edition.</description>
		<content:encoded><![CDATA[<p>Thanks for the help. Your title says this is for Mac OS X, but it worked for me for Linux also. I&#8217;m running the CentOS 5 edition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Dempsey</title>
		<link>http://blog.adsdevshop.com/2007/06/01/get-jruby-onto-the-rails-on-mac-os-x/comment-page-1/#comment-3165</link>
		<dc:creator>Robert Dempsey</dc:creator>
		<pubDate>Thu, 06 Sep 2007 12:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcfl.com/blog/?p=109#comment-3165</guid>
		<description>Manikandan,

What platform are you trying to use? This article pertains specifically to Mac (which is what we use here at ADS).</description>
		<content:encoded><![CDATA[<p>Manikandan,</p>
<p>What platform are you trying to use? This article pertains specifically to Mac (which is what we use here at ADS).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
