<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>db.networx</title>
	<link>http://www.dbnetworx.de</link>
	<description>working with Rails 2.0, Ruby on Rails, Flex, Flash and ...</description>
	<pubDate>Tue, 24 Nov 2009 18:58:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Flexbuilder is now Flashbuilder 4</title>
		<link>http://www.dbnetworx.de/2009/06/10/flexbuilder-is-now-flashbuilder-4/</link>
		<comments>http://www.dbnetworx.de/2009/06/10/flexbuilder-is-now-flashbuilder-4/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:23:08 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.dbnetworx.de/2009/06/10/flexbuilder-is-now-flashbuilder-4/</guid>
		<description><![CDATA[A few days ago Adobe released their Beta Version of the new Flexbuilder 4. But they renamed FlexBuilder to Flashbuilder to better fit to Flash and the brand new Flash Catalyst Software. You can find more information on the Adobe Website:

Flashbuilder 4 Beta

]]></description>
			<content:encoded><![CDATA[<p>A few days ago Adobe released their Beta Version of the new Flexbuilder 4. But they renamed FlexBuilder to Flashbuilder to better fit to Flash and the brand new Flash Catalyst Software. You can find more information on the Adobe Website:</p>
<ul>
<li>Flashbuilder 4 Beta</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2009/06/10/flexbuilder-is-now-flashbuilder-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RSpec Screencasts and Tutorials for Rails</title>
		<link>http://www.dbnetworx.de/2009/01/03/rspec-screencasts-and-tutorials-for-rails/</link>
		<comments>http://www.dbnetworx.de/2009/01/03/rspec-screencasts-and-tutorials-for-rails/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 01:13:35 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<category><![CDATA[rspec]]></category>

		<category><![CDATA[rspec-rails]]></category>

		<guid isPermaLink="false">http://www.dbnetworx.de/2009/01/03/rspec-screencasts-and-tutorials-for-rails/</guid>
		<description><![CDATA[Searching the Web and Amazon I didn&#8217;d really find a useful website helping me to learn RSpec in an easy way. The RSpec website is a good starting point. There are already a bunch of examples, but for me it was sometimes hard to follow, especially the mock section.
I recently stumbled upon Peepcode Screencasts again [...]]]></description>
			<content:encoded><![CDATA[<p>Searching the Web and Amazon I didn&#8217;d really find a useful website helping me to learn RSpec in an easy way. The <a href="http://rspec.info/documentation/rails/">RSpec website</a> is a good starting point. There are already a bunch of examples, but for me it was sometimes hard to follow, especially the mock section.<br />
I recently stumbled upon Peepcode Screencasts again and found 4 Screencasts about using RSpec with Rails. I never thought about searching the page, because every Screencast has to be bought.<br />
Well I now I think differently. I bought all 4 Screencasts and don&#8217;t regret it. A 210 Minutes, well structured, Video Tutorial divided into 3 parts. Starting with the Basics you develop a Rails Application using RSpec as the Test Environment. The last Screencast is about using &#8220;User Stories&#8221; in RSpec, a nice Add-On.<br />
For every RSpec Screencast there is a Preview available.</p>
<ul>
<li><a href="http://peepcode.com/products/rspec-basics">RSpec Basics (Part I)</a></li>
<li><a href="http://peepcode.com/products/rspec-mocks-and-models">RSpec Mocks and Models (Part II)</a></li>
<li><a href="http://peepcode.com/products/rspec-controllers-and-tools">RSpec Controllers and Tools (Part III)</a></li>
<li><a href="http://peepcode.com/products/rspec-user-stories">RSpec User Stories</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2009/01/03/rspec-screencasts-and-tutorials-for-rails/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Generating PDFs with Prawn</title>
		<link>http://www.dbnetworx.de/2008/11/14/generating-pdfs-with-prawn/</link>
		<comments>http://www.dbnetworx.de/2008/11/14/generating-pdfs-with-prawn/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:52:40 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>
<category>pdf</category><category>ruby</category><category>ruby on rails</category>
		<guid isPermaLink="false">http://www.dbnetworx.de/2008/11/14/generating-pdfs-with-prawn/</guid>
		<description><![CDATA[Some time ago, I stumbled over a nice gem called Prawn. Prawn is written in Ruby and makes it easy to generate PDF documents. On top of it you can easily integrate prawn in Ruby on Rails. Instead of rendering a html page you just render a PDF document for the user.

Prawn can be found [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago, I stumbled over a nice gem called Prawn. Prawn is written in Ruby and makes it easy to generate PDF documents. On top of it you can easily integrate prawn in Ruby on Rails. Instead of rendering a html page you just render a PDF document for the user.</p>
<ul>
<li>Prawn can be found here: <a href="http://prawn.majesticseacreature.com/">prawn site</a></li>
<li>Get the Prawn Rails Plugin here: <a href="http://cracklabs.com/prawnto">Prawnto</a></li>
</ul>
<p>The Prawn Documentation comes along with many helpful examples. enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2008/11/14/generating-pdfs-with-prawn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>5 Rails Tips plus Links</title>
		<link>http://www.dbnetworx.de/2008/04/22/5-rails-tips-plus-links/</link>
		<comments>http://www.dbnetworx.de/2008/04/22/5-rails-tips-plus-links/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 11:00:57 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.dbnetworx.de/2008/04/22/5-rails-tips-plus-links/</guid>
		<description><![CDATA[Some useful Tips for Beginners and a bit more advanced Rails Developers.

A Simple Referer, How to redirect a User to the page he wanted to go, after he has successfully logged in.
Adding a Role Filter to your Views, to secure pages/navigational elements only an Administrator/Developer etc. should be allowed to see
Using Dojo in Rails plus [...]]]></description>
			<content:encoded><![CDATA[<p>Some useful Tips for Beginners and a bit more advanced Rails Developers.</p>
<ol>
<li><strong><a href="http://www.dbnetworx.de/rails-2-tutorials/a-simple-referer/">A Simple Referer</a></strong>, How to redirect a User to the page he wanted to go, after he has successfully logged in.</li>
<li><strong><a href="http://www.dbnetworx.de/rails-2-tutorials/adding-a-role-filter/">Adding a Role Filter</a></strong> to your Views, to secure pages/navigational elements only an Administrator/Developer etc. should be allowed to see</li>
<li><strong><a href="http://www.dbnetworx.de/rails-2-tutorials/using-dojo-in-rails-plus-modal-dialog-example/">Using Dojo in Rails plus Modal Dialog example</a></strong></li>
<li>Basic <strong><a href="http://www.dbnetworx.de/rails-2-tutorials/basic-tips-and-tricks-for-capistrano-2/">Capistrano</a></strong> Tips and tricks</li>
<li><strong><a href="http://www.dbnetworx.de/rails-2-tutorials/debugging-your-rails-application/">Debugging your Rails Application</a></strong> using Netbeans 6.0.1, easy to handle, setting breakpoints, looking into the session, request. </li>
<li>Some <strong><a href="http://www.dbnetworx.de/rails-2-tutorials/some-links-for-developing-with-rails/">Links for Developing with Ruby and Rails</a></strong> that saved me a lot of time.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2008/04/22/5-rails-tips-plus-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Flexbuilder 3 Professional for Students</title>
		<link>http://www.dbnetworx.de/2008/03/20/free-flexbuilder-3-professional-for-students/</link>
		<comments>http://www.dbnetworx.de/2008/03/20/free-flexbuilder-3-professional-for-students/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 07:39:02 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[FlexBuilder]]></category>

		<guid isPermaLink="false">http://www.dbnetworx.de/2008/03/20/free-flexbuilder-3-professional-for-students/</guid>
		<description><![CDATA[Like it is offered for Version 2 of the Flexbuilder, Flexbuilder 3 now is also available for free for every Student authenticating that they study at a University  around the world. You just have to upload your identification at adobe.com approxiamtely one or two days after that you will get the License code!
FlexBuilder 3 is [...]]]></description>
			<content:encoded><![CDATA[<p>Like it is offered for Version 2 of the Flexbuilder, Flexbuilder 3 now is also available for free for every Student authenticating that they study at a University  around the world. You just have to upload your identification at adobe.com approxiamtely one or two days after that you will get the License code!</p>
<p>FlexBuilder 3 is available in two Versions:</p>
<ol>
<li>FlexBuilder 3 Standard Edition</li>
<li>FlexBuilder 3 Professional Edition</li>
</ol>
<p>Students will get the Professional Edition, which has many very nice features!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2008/03/20/free-flexbuilder-3-professional-for-students/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free FlexBuilder 2 and Flex Charting 2 for Students!!!</title>
		<link>http://www.dbnetworx.de/2008/02/22/free-flexbuilder-2-and-flex-charting-2-for-students/</link>
		<comments>http://www.dbnetworx.de/2008/02/22/free-flexbuilder-2-and-flex-charting-2-for-students/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 18:40:31 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[FlexBuilder]]></category>

		<guid isPermaLink="false">http://www.dbnetworx.de/2008/02/22/free-flexbuilder-2-and-flex-charting-2-for-students/</guid>
		<description><![CDATA[I found a nice offer by Adobe recently, when I was searching their web page. If you are a student you are allowed to download an use FlexBuilder 2 and Flex Charting 2 for free!
All you have to do is follow the link:
http://www.adobe.com/devnet/edu/index.html 
Register yourself at adobe.com, upload your identification, that you are studying at [...]]]></description>
			<content:encoded><![CDATA[<p>I found a nice offer by Adobe recently, when I was searching their web page. If you are a student you are allowed to download an use FlexBuilder 2 and Flex Charting 2 for free!<br />
All you have to do is follow the link:</p>
<p><a href="http://www.adobe.com/devnet/edu/index.html" title="http://www.adobe.com/devnet/edu/index.html " target="_blank">http://www.adobe.com/devnet/edu/index.html </a></p>
<p>Register yourself at adobe.com, upload your identification, that you are studying at a university and you will get your own license key in a few days.<br />
I hope they will do that for Flexbuilder 3 , too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2008/02/22/free-flexbuilder-2-and-flex-charting-2-for-students/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mongrel, RubyGems, Rails 2.0.2 Boot Problem</title>
		<link>http://www.dbnetworx.de/2008/01/02/mongrel-rubygems-rails-202-boot-problem/</link>
		<comments>http://www.dbnetworx.de/2008/01/02/mongrel-rubygems-rails-202-boot-problem/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 15:33:09 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.dbnetworx.de/2008/01/02/mongrel-rubygems-rails-202-boot-problem/</guid>
		<description><![CDATA[Is just got Mongrel working with Rails 2.0.2 and RubyGems 1.0.1 on Windows.
What I did was to delete all prior Versions of Mongrel except Version 1.1.3
You can use the command gem uninstall mongrel ( Select the Versions prior to 1.1.3 and delete them, then 1.1.3 will be used by default)
]]></description>
			<content:encoded><![CDATA[<p>Is just got Mongrel working with Rails 2.0.2 and RubyGems 1.0.1 on Windows.</p>
<p>What I did was to delete all prior Versions of Mongrel except Version 1.1.3</p>
<p>You can use the command <strong>gem uninstall mongrel</strong> ( Select the Versions prior to 1.1.3 and delete them, then 1.1.3 will be used by default)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2008/01/02/mongrel-rubygems-rails-202-boot-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding my way to Ruby on Rails deploy with Capistrano2, Mongrel Cluster and Apache2</title>
		<link>http://www.dbnetworx.de/2007/08/26/finding-my-way-to-ruby-on-rails-deploy-with-capistrano2-mongrel-cluster-and-apache2/</link>
		<comments>http://www.dbnetworx.de/2007/08/26/finding-my-way-to-ruby-on-rails-deploy-with-capistrano2-mongrel-cluster-and-apache2/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 09:30:23 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Deploying Rails]]></category>

		<category><![CDATA[Ruby on Rails]]></category>
<category>capistrano</category><category>capistrano2</category><category>mongrel</category><category>mongrel cluster</category><category>ruby on rails</category>
		<guid isPermaLink="false">http://www.dbnetworx.de/2007/08/26/finding-my-way-to-ruby-on-rails-deploy-with-capistrano2-mongrel-cluster-and-apache2/</guid>
		<description><![CDATA[Well I still haven&#8217;t got everything right, but I&#8217;m getting very close to it. So far I managed to run Capsitrano2 over my application, export the whole code to a SuSE 10.2 vmware Image, launch a Mongrel Cluster and test it. Next steps will be to configure Apache2 an then I will try to extend [...]]]></description>
			<content:encoded><![CDATA[<p>Well I still haven&#8217;t got everything right, but I&#8217;m getting very close to it. So far I managed to run Capsitrano2 over my application, export the whole code to a SuSE 10.2 vmware Image, launch a Mongrel Cluster and test it. Next steps will be to configure Apache2 an then I will try to extend the Capistrano2 Script to deploy to more than one machine.</p>
<p>Here are some Links I found:</p>
<ol>
<li><a href="http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/" title="Codahale " target="_blank">Codahale </a>( Very good tutorial about the topic )</li>
<li><a href="http://mongrel.rubyforge.org/docs/mongrel_cluster.html" title="Mongrel Webpage" target="_blank">Mongrel Webpage</a> ( helped me to configure a Mongrel Cluster and has some additional Information )</li>
<li><a href="http://www.capify.org" title="Capistrano2 Page" target="_blank">Capistrano2 Page</a> ( a more detailed documentation for Capistrano2 would be awesome! )</li>
<li><a href="http://manuals.rubyonrails.org/read/book/17" title="Capistrano Manual" target="_blank">Capistrano Manual</a> ( Codahale mentioned it on his page, seems to be for Capistrano 1.* &#8212; but I will take a look at it )</li>
<li><a href="http://blog.innerewut.de/articles/2006/04/21/scaling-rails-with-apache-2-2-mod_proxy_balancer-and-mongrel" title="Scaling Rails" target="_blank">Scaling Rails</a> ( Jonathan uses Apache 2.2, Mongrel and Mysql5 for meinProf.de )</li>
</ol>
<p>I&#8217;ll add more Links here, as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2007/08/26/finding-my-way-to-ruby-on-rails-deploy-with-capistrano2-mongrel-cluster-and-apache2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A short tutorial about Ruby on Rails and Netbeans 6</title>
		<link>http://www.dbnetworx.de/2007/07/26/a-short-tutorial-about-ruby-on-rails-and-netbeans-6/</link>
		<comments>http://www.dbnetworx.de/2007/07/26/a-short-tutorial-about-ruby-on-rails-and-netbeans-6/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 21:25:56 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.dbnetworx.de/2007/07/26/a-short-tutorial-about-ruby-on-rails-and-netbeans-6/</guid>
		<description><![CDATA[I just posted my small Rails tutorial in combination with Netbeans 6 in the Community Docs section of wiki.netbeans.org
You can find it here
]]></description>
			<content:encoded><![CDATA[<p>I just posted my small Rails tutorial in combination with Netbeans 6 in the Community Docs section of wiki.netbeans.org</p>
<p>You can find it <a href="http://wiki.netbeans.org/wiki/view/AShortRubyOnRailsTutorialForNetbeans6" title="here" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2007/07/26/a-short-tutorial-about-ruby-on-rails-and-netbeans-6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Running on Rails or how to build a small running application with Ruby on Rails</title>
		<link>http://www.dbnetworx.de/2007/07/06/running-on-rails-or-how-to-build-a-small-running-application-with-ruby-on-rails/</link>
		<comments>http://www.dbnetworx.de/2007/07/06/running-on-rails-or-how-to-build-a-small-running-application-with-ruby-on-rails/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 21:31:07 +0000</pubDate>
		<dc:creator>dboek</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.dbnetworx.de/2007/07/06/running-on-rails-or-how-to-build-a-small-running-application-with-ruby-on-rails/</guid>
		<description><![CDATA[I just made a very small tutorial with Ruby on Rails. I only wanted to compare JSF with Facelets and JPA to Ruby on Rails. You can find these tutorials in the Page navigation on the right side of the page or here:

Running with Facelets
Running on Rails

]]></description>
			<content:encoded><![CDATA[<p>I just made a very small tutorial with Ruby on Rails. I only wanted to compare JSF with Facelets and JPA to Ruby on Rails. You can find these tutorials in the Page navigation on the right side of the page or here:</p>
<ul>
<li><a href="http://www.dbnetworx.de/brain-backup/tutorial-running-and-facelets-support-in-netbeans-with-jpa-glassfish-and-mysql-5/" title="Running with Facelets" target="_blank">Running with Facelets</a></li>
<li><a href="http://www.dbnetworx.de/brain-backup/tutorial-running-on-rails-with-ruby-on-rails-using-netbeans-6-and-mysql-5/" title="Running on Rails" target="_blank">Running on Rails</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dbnetworx.de/2007/07/06/running-on-rails-or-how-to-build-a-small-running-application-with-ruby-on-rails/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

