<?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: 120 seconds guide to JRuby on Rails</title>
	<atom:link href="http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/</link>
	<description>Programming, Web and all things Computer.</description>
	<lastBuildDate>Sun, 21 Feb 2010 18:38:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Seb</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-43172</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-43172</guid>
		<description>Hi Michael,

I am getting the same error than you.
Did you find a solution ?

Seb</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I am getting the same error than you.<br />
Did you find a solution ?</p>
<p>Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-39712</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 12 Nov 2009 11:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-39712</guid>
		<description>Hi,

since everybody seems to get it up and running, I must miss something important here ... I followed the steps in the tutorial, but after entering the first post, I get the following error from the Action Controller:

post_url failed to generate from {:controller=&gt;&quot;posts&quot;, :action=&gt;&quot;show&quot;, :id=&gt;#&lt;Post id: #, title: &quot;MyFirstPost&quot;, body: &quot;This is my first post&quot;, created_at: &quot;2009-11-12 11:04:04&quot;, updated_at: &quot;2009-11-12 11:04:04&quot;&gt;}, expected: {:controller=&gt;&quot;posts&quot;, :action=&gt;&quot;show&quot;}, diff: {:id=&gt;#&lt;Post id: #, title: &quot;MyFirstPost&quot;, body: &quot;This is my first post&quot;, created_at: &quot;2009-11-12 11:04:04&quot;, updated_at: &quot;2009-11-12 11:04:04&quot;&gt;}

Extracted source (around line #13):

10:   
11:     
12:     
13:     
14:     
15:      &#039;Are you sure?&#039;, :method =&gt; :delete %&gt;
16:   

Can anybody help me getting started?

Thanks,

Michael</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>since everybody seems to get it up and running, I must miss something important here &#8230; I followed the steps in the tutorial, but after entering the first post, I get the following error from the Action Controller:</p>
<p>post_url failed to generate from {:controller=&gt;&#8221;posts&#8221;, :action=&gt;&#8221;show&#8221;, :id=&gt;#&lt;Post id: #, title: &#8220;MyFirstPost&#8221;, body: &#8220;This is my first post&#8221;, created_at: &#8220;2009-11-12 11:04:04&#8243;, updated_at: &#8220;2009-11-12 11:04:04&#8243;&gt;}, expected: {:controller=&gt;&#8221;posts&#8221;, :action=&gt;&#8221;show&#8221;}, diff: {:id=&gt;#&lt;Post id: #, title: &#8220;MyFirstPost&#8221;, body: &#8220;This is my first post&#8221;, created_at: &#8220;2009-11-12 11:04:04&#8243;, updated_at: &#8220;2009-11-12 11:04:04&#8243;&gt;}</p>
<p>Extracted source (around line #13):</p>
<p>10:<br />
11:<br />
12:<br />
13:<br />
14:<br />
15:      &#8216;Are you sure?&#8217;, :method =&gt; :delete %&gt;<br />
16:   </p>
<p>Can anybody help me getting started?</p>
<p>Thanks,</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueWhale</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-39652</link>
		<dc:creator>BlueWhale</dc:creator>
		<pubDate>Wed, 11 Nov 2009 11:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-39652</guid>
		<description>to Haluk Durmus: 
execute &quot;jruby script/generate jdbc&quot; in your app root:)</description>
		<content:encoded><![CDATA[<p>to Haluk Durmus:<br />
execute &#8220;jruby script/generate jdbc&#8221; in your app root:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamonika</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-39634</link>
		<dc:creator>hamonika</dc:creator>
		<pubDate>Wed, 11 Nov 2009 01:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-39634</guid>
		<description>Thanks everybody!! 

-------------
&gt;mysql -u root -p
Enter password: *****
Welcome to the MySQL monitor.  
Your MySQL connection id is 173
Server version: 5.0.77-community-nt MySQL Community Edition (GPL)

Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the buffer.

mysql&gt;

-------------
&gt;jruby -v
jruby 1.4.0 (ruby 1.8.7 patchlevel 174) (2009-11-02 69fbfa3) (Java HotSpot(TM) C
lient VM 1.5.0_10) [x86-java]

-------------
&gt;jruby -S gem list

*** LOCAL GEMS ***

actionmailer (2.3.4)
actionpack (2.3.4)
activerecord (2.3.4)
activerecord-jdbc-adapter (0.9.2)
activerecord-jdbcmysql-adapter (0.9.2)
activeresource (2.3.4)
activesupport (2.3.4)
gem_plugin (0.2.3)
jdbc-mysql (5.0.4)
mongrel (1.1.5)
rack (1.0.1)
rails (2.3.4)
rake (0.8.7)
rspec (1.2.9)
sources (0.0.1)
--------------------



&gt;jruby -S gem install mongrel activerecord-jdbcmysql-adapter rails

&gt;jruby -S rails jmyapp -d mysql

&gt;cd jmyapp

&gt;jruby script/generate jdbc  (Good!!)

&gt;no edit config/environment.rb

&gt;jruby -S rake db:create:all

&gt;jruby script/generate scaffold post title:st
ring body:text published:boolean

&gt;jruby -S rake db:migrate

&gt;jruby script/server

http://localhost:3000/posts

very good!!
thanks!</description>
		<content:encoded><![CDATA[<p>Thanks everybody!! </p>
<p>&#8212;&#8212;&#8212;&#8212;-<br />
&gt;mysql -u root -p<br />
Enter password: *****<br />
Welcome to the MySQL monitor.<br />
Your MySQL connection id is 173<br />
Server version: 5.0.77-community-nt MySQL Community Edition (GPL)</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.</p>
<p>mysql&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;-<br />
&gt;jruby -v<br />
jruby 1.4.0 (ruby 1.8.7 patchlevel 174) (2009-11-02 69fbfa3) (Java HotSpot(TM) C<br />
lient VM 1.5.0_10) [x86-java]</p>
<p>&#8212;&#8212;&#8212;&#8212;-<br />
&gt;jruby -S gem list</p>
<p>*** LOCAL GEMS ***</p>
<p>actionmailer (2.3.4)<br />
actionpack (2.3.4)<br />
activerecord (2.3.4)<br />
activerecord-jdbc-adapter (0.9.2)<br />
activerecord-jdbcmysql-adapter (0.9.2)<br />
activeresource (2.3.4)<br />
activesupport (2.3.4)<br />
gem_plugin (0.2.3)<br />
jdbc-mysql (5.0.4)<br />
mongrel (1.1.5)<br />
rack (1.0.1)<br />
rails (2.3.4)<br />
rake (0.8.7)<br />
rspec (1.2.9)<br />
sources (0.0.1)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&gt;jruby -S gem install mongrel activerecord-jdbcmysql-adapter rails</p>
<p>&gt;jruby -S rails jmyapp -d mysql</p>
<p>&gt;cd jmyapp</p>
<p>&gt;jruby script/generate jdbc  (Good!!)</p>
<p>&gt;no edit config/environment.rb</p>
<p>&gt;jruby -S rake db:create:all</p>
<p>&gt;jruby script/generate scaffold post title:st<br />
ring body:text published:boolean</p>
<p>&gt;jruby -S rake db:migrate</p>
<p>&gt;jruby script/server</p>
<p><a href="http://localhost:3000/posts" rel="nofollow">http://localhost:3000/posts</a></p>
<p>very good!!<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Sizikov</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-38471</link>
		<dc:creator>Vladimir Sizikov</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-38471</guid>
		<description>Haluk, please take a look at the following entry by Nick with explanation:

http://blog.nicksieger.com/articles/2009/10/12/fresh-0-9-2-activerecord-jdbc-adapter-release

Еssentially, with this new version of activerecord-jdbc, you don&#039;t need to modify the database.yml anymore, but you need to run one additional command: jruby script/generate jdbc</description>
		<content:encoded><![CDATA[<p>Haluk, please take a look at the following entry by Nick with explanation:</p>
<p><a href="http://blog.nicksieger.com/articles/2009/10/12/fresh-0-9-2-activerecord-jdbc-adapter-release" rel="nofollow">http://blog.nicksieger.com/articles/2009/10/12/fresh-0-9-2-activerecord-jdbc-adapter-release</a></p>
<p>Еssentially, with this new version of activerecord-jdbc, you don&#8217;t need to modify the database.yml anymore, but you need to run one additional command: jruby script/generate jdbc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haluk Durmus</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-38211</link>
		<dc:creator>Haluk Durmus</dc:creator>
		<pubDate>Sun, 04 Oct 2009 06:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-38211</guid>
		<description>rails verion is 2.3.4 (not 2.2)</description>
		<content:encoded><![CDATA[<p>rails verion is 2.3.4 (not 2.2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haluk Durmus</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-38210</link>
		<dc:creator>Haluk Durmus</dc:creator>
		<pubDate>Sun, 04 Oct 2009 06:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-38210</guid>
		<description>I&#039;ve no error or warning when I run jruby -S rake db:create:all.
But when I want to run jruby -S rake db:migrat 

(in /data/home/haluk/dev/myapp)
rake aborted!
The driver encountered an error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown database &#039;myapp_development&#039;

(See full trace by running task with --trace)

jruby -S rake db:create:all does not create db but why ?

my db config:
development:
  adapter: jdbcmysql
  encoding: utf8
  database: myapp_development
  username: root
  password: xxxx

I can enter mysql server using  username: root an passwort: xxxx.
(mysql -u root -p)

activerecord-jdbcmysql-adapte is installed aswell 
jdbc-mysql-5.0.4 activerecord-jdbc-adapter-0.9.2

I&#039;m using jruby-1.4.0RC1 and rails version 2.2</description>
		<content:encoded><![CDATA[<p>I&#8217;ve no error or warning when I run jruby -S rake db:create:all.<br />
But when I want to run jruby -S rake db:migrat </p>
<p>(in /data/home/haluk/dev/myapp)<br />
rake aborted!<br />
The driver encountered an error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown database &#8216;myapp_development&#8217;</p>
<p>(See full trace by running task with &#8211;trace)</p>
<p>jruby -S rake db:create:all does not create db but why ?</p>
<p>my db config:<br />
development:<br />
  adapter: jdbcmysql<br />
  encoding: utf8<br />
  database: myapp_development<br />
  username: root<br />
  password: xxxx</p>
<p>I can enter mysql server using  username: root an passwort: xxxx.<br />
(mysql -u root -p)</p>
<p>activerecord-jdbcmysql-adapte is installed aswell<br />
jdbc-mysql-5.0.4 activerecord-jdbc-adapter-0.9.2</p>
<p>I&#8217;m using jruby-1.4.0RC1 and rails version 2.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: endofhope's me2DAY</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-37437</link>
		<dc:creator>endofhope's me2DAY</dc:creator>
		<pubDate>Tue, 01 Sep 2009 05:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-37437</guid>
		<description>&lt;strong&gt;eoh의 생각...&lt;/strong&gt;

jruby getting started 따라하다 삽질 좀 했다. 일단 database.yml 설정을 jdbcmysql  으로 바꿔야 하는 부분이 빠져있고, 시냅틱으로 설치한 mysql의 charset 설정을 바꿔주는부분을 찾느라 대굴대굴. 정답은 ...</description>
		<content:encoded><![CDATA[<p><strong>eoh의 생각&#8230;</strong></p>
<p>jruby getting started 따라하다 삽질 좀 했다. 일단 database.yml 설정을 jdbcmysql  으로 바꿔야 하는 부분이 빠져있고, 시냅틱으로 설치한 mysql의 charset 설정을 바꿔주는부분을 찾느라 대굴대굴. 정답은 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chetan</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-37422</link>
		<dc:creator>chetan</dc:creator>
		<pubDate>Mon, 31 Aug 2009 11:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-37422</guid>
		<description>JRUBY am able to run test app . 
running backgroundrb is much pain. BGRB not working in JRUBY??? .
Any other option ??!@#$

Will JRUBY works better than  RUBY-1.9 ?.</description>
		<content:encoded><![CDATA[<p>JRUBY am able to run test app .<br />
running backgroundrb is much pain. BGRB not working in JRUBY??? .<br />
Any other option ??!@#$</p>
<p>Will JRUBY works better than  RUBY-1.9 ?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huandel</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/comment-page-1/#comment-37049</link>
		<dc:creator>Huandel</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-37049</guid>
		<description>Renan,

Já viu este framework??? é o JRuby on Rails, deve ser bom....</description>
		<content:encoded><![CDATA[<p>Renan,</p>
<p>Já viu este framework??? é o JRuby on Rails, deve ser bom&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
