<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>pure tec</title>
	<atom:link href="http://puretec.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://puretec.wordpress.com</link>
	<description>and some other stuff</description>
	<lastBuildDate>Tue, 15 Sep 2009 18:36:44 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='puretec.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>pure tec</title>
		<link>http://puretec.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://puretec.wordpress.com/osd.xml" title="pure tec" />
	<atom:link rel='hub' href='http://puretec.wordpress.com/?pushpress=hub'/>
		<item>
		<title>10 Things you want to know if you start with heroku.com</title>
		<link>http://puretec.wordpress.com/2009/09/15/10-things-you-want-to-know-if-you-start-with-heroku-com/</link>
		<comments>http://puretec.wordpress.com/2009/09/15/10-things-you-want-to-know-if-you-start-with-heroku-com/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:34:45 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/2009/09/15/10-things-you-want-to-know-if-you-start-with-heroku-com/</guid>
		<description><![CDATA[1. start with reading how to use git (http://en.wikipedia.org/wiki/Git_%28software%29) 2. create your local git repository (git init) 3. get a free heroku.com account 4. install the heroku gem (gem install heroku) 5. add your files (git add .) 6. commit your files (git commit -m &#8222;my new app&#8220;) 7. create your app @ heroku (heroku [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=79&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. start with reading how to use git (<a title="Wikipedia" href="http://en.wikipedia.org/wiki/Git_%28software%29">http://en.wikipedia.org/wiki/Git_%28software%29</a>)</p>
<p>2. create your local git repository (git init)</p>
<p>3. get a free <a href="http://heroku.com">heroku.com</a> account</p>
<p>4. install the heroku gem (gem install heroku)</p>
<p>5. add your files (git add .)</p>
<p>6. commit your files (git commit -m &#8222;my new app&#8220;)</p>
<p>7. create your app @ heroku (heroku create) &#8211;&gt; public key needed!</p>
<p>8. push your app to heroku (git push heroku master)</p>
<p>9. check the output (heroku logs)</p>
<p>10. add needed gems (create a .gems file in your folder and add it to the repository, each gem a new line e.g. hpricot)</p>
<p>11. get more Infos @ heroku (<a href="http://docs.heroku.com/">http://docs.heroku.com/</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=79&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/09/15/10-things-you-want-to-know-if-you-start-with-heroku-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>ActiveRecord::Errors.new(self) and undefined method self_and_descendants_from_active_record</title>
		<link>http://puretec.wordpress.com/2009/09/09/activerecorderrors-newself-and-undefined-method-self_and_descendants_from_active_record/</link>
		<comments>http://puretec.wordpress.com/2009/09/09/activerecorderrors-newself-and-undefined-method-self_and_descendants_from_active_record/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 12:55:02 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/?p=74</guid>
		<description><![CDATA[We recently switched to rails 2.3.4 and noticed the following error: undefined method self_and_descendants_from_active_record for Cart:Class Our Cart class has no ActiveRecord binding, but we need some validations, so we simple use @errors = ActiveRecord::Errors.new(self) and overerride the valid? action. But now we get the undefined method error. Solution Implement in your class also: def [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=74&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We recently switched to rails 2.3.4 and noticed the following error:</p>
<pre class="brush: ruby;">
undefined method self_and_descendants_from_active_record for Cart:Class
</pre>
<p>Our Cart class has no ActiveRecord binding, but we need some validations, so we simple use</p>
<p>@errors = ActiveRecord::Errors.new(self)</p>
<p>and overerride the valid? action.</p>
<p>But now we get the undefined method error.</p>
<p><strong>Solution</strong></p>
<p>Implement in your class also:</p>
<pre class="brush: ruby;">
 def self.self_and_descendants_from_active_record
    [self]
  end

  def self.human_name(options = {})
    defaults = self_and_descendants_from_active_record.map do |klass|
      :&quot;#{klass.name.underscore}&quot;
    end
    defaults &amp;lt; [:activerecord, :models], :count =&amp;gt; 1, :default =&amp;gt; defaults}.merge(options))
  end

  def self.human_attribute_name(attribute_key_name, options = {})
    defaults = self_and_descendants_from_active_record.map do |klass|
      :&quot;#{klass.name.underscore}.#{attribute_key_name}&quot;
    end
    defaults &amp;lt;&amp;lt; options[:default] if options[:default]
    defaults.flatten!
    defaults &amp;lt; defaults, :scope =&amp;gt; [:activerecord, :attributes]))
  end
</pre>
<p>and you can still use ActiveModel like validations <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=74&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/09/09/activerecorderrors-newself-and-undefined-method-self_and_descendants_from_active_record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>javascript value and rails I18n</title>
		<link>http://puretec.wordpress.com/2009/09/08/javascript-value-and-rails-i18n/</link>
		<comments>http://puretec.wordpress.com/2009/09/08/javascript-value-and-rails-i18n/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:09:15 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[hacky]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/2009/09/08/javascript-value-and-rails-i18n/</guid>
		<description><![CDATA[Today i stumble about the following problem, i have a javascript value and want it inside a localized rails string. &#8222;This is my string javascriptvalue and so on &#8230;&#8220; solution '&#60;%= T(&#34;This is my string ## and so on ...&#34;, :translate_string) %&#62;'.sub(/##/, javascript_value); i simple use javascript sub to replace ## with the javascript_value.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=71&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today i stumble about the following problem, i have a javascript value and want it inside a localized rails string.</p>
<p>&#8222;This is my string javascriptvalue and so on &#8230;&#8220;</p>
<p>solution</p>
<pre class="brush: ruby;">
'&lt;%= T(&quot;This is my string ## and so on ...&quot;, :translate_string) %&gt;'.sub(/##/, javascript_value);
</pre>
<p>i simple use javascript sub to replace ## with the javascript_value.</p>
<p> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=71&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/09/08/javascript-value-and-rails-i18n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>Switch to Mac</title>
		<link>http://puretec.wordpress.com/2009/05/09/switch-to-mac/</link>
		<comments>http://puretec.wordpress.com/2009/05/09/switch-to-mac/#comments</comments>
		<pubDate>Sat, 09 May 2009 15:56:54 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/?p=69</guid>
		<description><![CDATA[Vor einer Woche habe auch ich den Schritt zu Apple gewagt und mir ein &#8222;generalüberholtes&#8220; MacBook geleistet. Im Moment bin ich noch am einrichten / konfigurieren / Programme suchen, aber alles in allem ist es doch schön eine voll funktionsfähige Konsole zur Verfügung zu haben und den komfort einer schönen Oberfläche. Allen Rails Entwicklern sei [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=69&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Vor einer Woche habe auch ich den Schritt zu Apple gewagt und mir ein &#8222;generalüberholtes&#8220; MacBook geleistet.</p>
<p>Im Moment bin ich noch am einrichten / konfigurieren / Programme suchen, aber alles in allem ist es doch schön eine voll funktionsfähige Konsole zur Verfügung zu haben und den komfort einer schönen Oberfläche.</p>
<p>Allen Rails Entwicklern sei der folgende Artikel ans Herz gelegt:<a href="http://giantrobots.thoughtbot.com/2009/3/30/2009-rubyist-guide-mac-os-x-development-environment" target="_self"><br />
http://giantrobots.thoughtbot.com/2009/3/30/2009-rubyist-guide-mac-os-x-development-environment</a><br />
(<strong>Achtung:</strong> MySQL auch wirklich in der 32 Bit Version installieren!)</p>
<p>Als IDE empfehle ich Netbeans in der Version 6.7, auch wenn sich diese noch im Beta Stadium befindet.</p>
<p>So, und nun begebe ich mich noch auf die Suche nach einem einfachen Bildbearbeitungsprogramm <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=69&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/05/09/switch-to-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>CentOS and mod_rails &#8211; failed to map segment from shared object: Permission denied</title>
		<link>http://puretec.wordpress.com/2009/04/06/centos-and-mod_rails-failed-to-map-segment-from-shared-object-permission-denied/</link>
		<comments>http://puretec.wordpress.com/2009/04/06/centos-and-mod_rails-failed-to-map-segment-from-shared-object-permission-denied/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 17:58:58 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/?p=65</guid>
		<description><![CDATA[After some playing with VirtualBox and CentOS i try to install mod_rails, all in all no big deal, but if i try to start / restart httpd service i got: Stopping httpd: [FAILED] Starting httpd: httpd: Syntax error on line 1of /etc/httpd/conf/ rails.conf: Cannot load /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/ passenger-2.1.2/ext/apache2/mod_passenger.so into server: /opt/ruby- enterprise/lib/ruby/gems/1.8/gems/passenger-2.1.2/ext/apache2/ mod_passenger.so: failed to map [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=65&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After some playing with VirtualBox and CentOS i try to install mod_rails, all in all no big deal, but if i try to start / restart httpd service i got:</p>
<p>Stopping httpd: [FAILED]<br />
Starting httpd: httpd: Syntax error on line 1of /etc/httpd/conf/<br />
rails.conf: Cannot load /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/<br />
passenger-2.1.2/ext/apache2/mod_passenger.so into server: /opt/ruby-<br />
enterprise/lib/ruby/gems/1.8/gems/passenger-2.1.2/ext/apache2/<br />
mod_passenger.so: failed to map segment from shared object: Permission<br />
denied [FAILED]</p>
<p><strong>Solution:</strong><br />
Disable SELinux, or have a closer look to the <a href="http://www.modrails.com/documentation/Users%20guide.html#_the_apache_error_log_says_that_the_spawn_manager_script_does_not_exist_or_that_it_does_not_have_permission_to_execute_it" target="_self">docs</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=65&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/04/06/centos-and-mod_rails-failed-to-map-segment-from-shared-object-permission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>sortable_element with table</title>
		<link>http://puretec.wordpress.com/2009/03/24/sortable_element-with-table/</link>
		<comments>http://puretec.wordpress.com/2009/03/24/sortable_element-with-table/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 18:23:11 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/?p=59</guid>
		<description><![CDATA[&#60;table class=&#34;listing&#34;&#62; &#60;thead&#62; &#60;tr&#62; &#60;th&#62;&#60;/th&#62; &#60;th&#62;&#60;/th&#62; &#60;/tr&#62; &#60;/thead&#62; &#60;tbody id=&#34;project_versions&#34;&#62; &#60;% for item in project_versions %&#62;   &#60;% content_tag_for(:tr, item) do %&#62; &#60;td class=&#34;drag_handle&#34;&#62;[drag]&#60;/td&#62; &#60;td&#62;&#60;%= h item.name -%&#62;&#60;/span&#62;   &#60;% end %&#62; &#60;% end %&#62;  &#60;%= sortable_element('project_versions', :url =&#62; {:controller =&#62; 'project', :action =&#62; 'sort_project_version'}, :handle =&#62; :drag_handle, :tag =&#62; :tr) %&#62; Without many words, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=59&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre class="brush: ruby;">
&lt;table class=&quot;listing&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody id=&quot;project_versions&quot;&gt;
&lt;% for item in project_versions %&gt;
  &lt;% content_tag_for(:tr, item) do %&gt;
&lt;td class=&quot;drag_handle&quot;&gt;[drag]&lt;/td&gt;
&lt;td&gt;&lt;%= h item.name -%&gt;&lt;/span&gt;
  &lt;% end %&gt;
&lt;% end %&gt;

 &lt;%= sortable_element('project_versions', :url =&gt; {:controller =&gt; 'project', :action =&gt; 'sort_project_version'}, :handle =&gt; :drag_handle, :tag =&gt; :tr) %&gt;
</pre>
<p>Without many words, i hope the code speaks for itself.<br />
Take care of the :tag attriubte in the helper (default is li) and the container has to be the tbody.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=59&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/03/24/sortable_element-with-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>Selling Rails in a Recession</title>
		<link>http://puretec.wordpress.com/2009/03/05/selling-rails-in-a-recession/</link>
		<comments>http://puretec.wordpress.com/2009/03/05/selling-rails-in-a-recession/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 11:13:11 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/?p=54</guid>
		<description><![CDATA[According to this grailsblog post, here is the Rails port: Open Source Stack = $0 Because Rails runs on the JVM (JRuby), it is platform agnostic and capable of running on top of a 100% open source stack. Everything including the OS, app server, and database may be obtained free of charge with no license [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=54&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.grailsblog.com/archive/show?id=7">this</a> grailsblog post, here is the Rails port:</p>
<p><strong>Open Source Stack = $0</strong></p>
<p>Because Rails runs on the JVM (JRuby), it is platform agnostic and capable of running on top of a 100% open source stack. Everything including the OS, app server, and database may be obtained free of charge with no license fees.</p>
<p><strong>Faster Development Time</strong></p>
<p>Yes, it’s great that everything needed to run Rails’ applications may be obtained for free, but what’s even a bigger cost savings is how much time developers can save by working within the JRuby/Rails environment. Rails really tends to speed up development in the following 3 areas:</p>
<p><strong>Data Access</strong></p>
<p>ActiveRecord provides an amazingly efficient way to model domain objects as well as persist them to a database.</p>
<p><strong>Scaffolding</strong></p>
<p>Scaffolding speeds up development time rapidly.</p>
<p><strong>Syntax</strong></p>
<p>When working with JRuby and Rails, developers will find themselves writing less code than when working within the traditional Java environment. Less code translates into shorter development time.</p>
<p><strong>Summary</strong></p>
<p>Rails is a great fit for a recession. It allows developers to create high quality applications on top of a free open source stack in less time than many of the more common, corporate frameworks.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=54&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/03/05/selling-rails-in-a-recession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>JRuby auf Android, Ruboto</title>
		<link>http://puretec.wordpress.com/2009/02/28/jruby-auf-android-ruboto/</link>
		<comments>http://puretec.wordpress.com/2009/02/28/jruby-auf-android-ruboto/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 08:24:53 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[JRuby]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/?p=52</guid>
		<description><![CDATA[Das ist doch mal eine interessante Geschichte: JRuby works on Android Funktioniert mit JRuby 1.2 RC1, also fröhliches testen.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=52&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Das ist doch mal eine interessante Geschichte:<br />
<a href="http://blog.headius.com/2009/02/ruboto-is-your-friend.html"><br />
JRuby works on Android</a></p>
<p>Funktioniert mit JRuby 1.2 RC1, also fröhliches testen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=52&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/02/28/jruby-auf-android-ruboto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>CentOS + VirtualBox + Ruby on Rails</title>
		<link>http://puretec.wordpress.com/2009/02/07/centos-virtualbox-ruby-on-rails/</link>
		<comments>http://puretec.wordpress.com/2009/02/07/centos-virtualbox-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 17:41:58 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/?p=48</guid>
		<description><![CDATA[Just some noticable Infos: I installed VirtualBox (virtualbox.org) and setup CentOS, for this i downloaded the complete image at http://virtualbox.wordpress.com/images/centos/ (remember to copy the root password for the first login) To start setup: - change root password - add an additional user - update system files (yum update) - install mysql (to use with ruby [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=48&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just some noticable Infos:</p>
<p>I installed VirtualBox (<a href="http://virtualbox.org">virtualbox.org</a>) and setup CentOS, for this i downloaded the complete image at <a href="http://virtualbox.wordpress.com/images/centos/">http://virtualbox.wordpress.com/images/centos/</a> (remember to copy the root password for the first login)</p>
<p>To start setup:<br />
- change root password<br />
- add an additional user<br />
- update system files (yum update)<br />
- install mysql (to use with ruby mysql gem you need to install also the developer packages)<br />
- install ruby-enterprise (setup .bashrc)<br />
- install subversion (yum install subversion)</p>
<p>Some useful infos:</p>
<p><strong>Install Ruby Enterprise (including Rails):</strong><br />
<a href="http://www.floydprice.com/2008/08/installing-ruby-enterprise-edition-on-centos-52/">Installing Ruby Enterprise on CentOS 5.2</a></p>
<p><strong>Install MySQL Gem</strong><br />
Faild for me, so i found here the solution:<br />
<a href="http://smangal.wordpress.com/2007/05/17/mysql-gem-on-centos/">mysql gem on centos</a><br />
<strong>Update:</strong> More Infos: <a href="http://www.wzzrd.com/2008/02/building-mysql-gem-centos5-hell-usually.html">Mysql gem centos5 hell</a></p>
<p><strong>German Keyboard Layout</strong><br />
To change temporary (until reboot)<br />
loadkeys de-latin1<br />
And to verify that the keyboard layout is correct use the command: showkey</p>
<p>Permanent setting (CentOS):<br />
Edit /etc/sysconfig/keyboard and replace KEYTABLE=&#8220;us&#8220; by KEYTABLE=&#8220;de-latin1&#8243;<br />
save and reboot.</p>
<p>To find whitch keyboard layout maps that is available is in the map<br />
/lib/kbd/keymaps/i386/&#8230;depending on which distro is used.</p>
<p><strong>Enable high resolution console:</strong><br />
As root, edit the file &#8216;/etc/grub.conf&#8217;, and add &#8216;vga=XXX&#8217; to the line that begins with kernel.<br />
Get other values here: <a href="http://www.pendrivelinux.com/vga-boot-modes-to-set-screen-resolution/">VGA Screen Resolution</a></p>
<p>I will update this post, but for now i dont remember more steps <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=48&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2009/02/07/centos-virtualbox-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
		<item>
		<title>JRuby vs. WebSphere</title>
		<link>http://puretec.wordpress.com/2008/12/12/jruby-vs-websphere/</link>
		<comments>http://puretec.wordpress.com/2008/12/12/jruby-vs-websphere/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 19:58:03 +0000</pubDate>
		<dc:creator>puretec</dc:creator>
				<category><![CDATA[JRuby]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://puretec.wordpress.com/?p=34</guid>
		<description><![CDATA[One goal of developing our Ruby on Rails Application with JRuby was to deploy and run the App in IBM WebSphere Application Server. JRuby vs. WAS: First we simple create an war file (warbler) and try to deploy it on WAS, and run in a 100% CPU load. After some use of google we mention [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=34&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One goal of developing our Ruby on Rails Application with JRuby was to deploy and run the App in IBM WebSphere Application Server.</p>
<p><strong>JRuby vs. WAS:</strong></p>
<p>First we simple create an war file (warbler) and try to deploy it on WAS, and run in a 100% CPU load.<br />
After some use of google we mention that we have to install the latest Fixpack (Current 6.1.0.15, Latest 6.1.0.19) this takes a while (about 500 MB to download and about 1 hour for install).</p>
<p>Second try, app is not loading, so we notice to optimize our web.xml (change from filter to servlet)</p>
<p>Last try, deploying works like it should (10 seconds). Navigation to the URL of our App, next Error.<br />
A look in the log files shows us some cryptic &#8222;java.lang.ClassFormatError&#8220;.</p>
<p><strong>Conclusion:</strong></p>
<p>We were able to deploy and run our application in IBM WebSphere, but we will not use it for now. Watching JRuby Issue Tracking, Bug: <a href="http://jira.codehaus.org/browse/JRUBY-3015" target="_blank">3015</a>.</p>
<p><strong>Update:</strong></p>
<p>The Bug is fixed, so its time to check the deploymet again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/puretec.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/puretec.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/puretec.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/puretec.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/puretec.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/puretec.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/puretec.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/puretec.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/puretec.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/puretec.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/puretec.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/puretec.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/puretec.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/puretec.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=puretec.wordpress.com&amp;blog=4412922&amp;post=34&amp;subd=puretec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://puretec.wordpress.com/2008/12/12/jruby-vs-websphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fb84666d9b73818470f284bf70e44a09?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">puretec</media:title>
		</media:content>
	</item>
	</channel>
</rss>
