<?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>bpdp&#039;s logs</title>
	<atom:link href="http://bpdp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bpdp.wordpress.com</link>
	<description>Thoughts on networking, programming, computer science, and everything between</description>
	<lastBuildDate>Sat, 20 Jun 2009 20:31:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bpdp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>bpdp&#039;s logs</title>
		<link>http://bpdp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bpdp.wordpress.com/osd.xml" title="bpdp&#039;s logs" />
	<atom:link rel='hub' href='http://bpdp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Deprecated Warning</title>
		<link>http://bpdp.wordpress.com/2009/06/21/deprecated-warning/</link>
		<comments>http://bpdp.wordpress.com/2009/06/21/deprecated-warning/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:31:15 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/?p=29</guid>
		<description><![CDATA[This blog is unmaintained, I leave the contents here just for archives. My current blog: http://bambangpdp.wordpress.com.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=29&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog is unmaintained, I leave the contents here just for archives. My current blog: http://bambangpdp.wordpress.com.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=29&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2009/06/21/deprecated-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
		<item>
		<title>Rubygems 0.9.5 and Rails 1.2.6 &#8211; uninitialized constant Gem::GemRunner</title>
		<link>http://bpdp.wordpress.com/2007/11/28/rubygems-095-and-rails-126-uninitialized-constant-gemgemrunner/</link>
		<comments>http://bpdp.wordpress.com/2007/11/28/rubygems-095-and-rails-126-uninitialized-constant-gemgemrunner/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 05:27:32 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/11/28/rubygems-095-and-rails-126-uninitialized-constant-gemgemrunner/</guid>
		<description><![CDATA[This morning I update my Rails installation to 1.2.6 and that is why I need to have a new local copy of Rails 1.2.6 API documentation. I usually get my local API documentation using these steps: rails dummy cd dummy rake rails:freeze:gems rake doc:rails mv doc/api ~/docs/ruby/rails/ and then I have my local API docs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=22&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This morning I update my Rails installation to 1.2.6 and that is why I need to have a new local copy of Rails 1.2.6 API documentation. I usually get my local API documentation using these steps:</p>
<ol>
<li>rails dummy</li>
<li>cd dummy</li>
<li>rake rails:freeze:gems</li>
<li>rake doc:rails</li>
<li>mv doc/api ~/docs/ruby/rails/</li>
</ol>
<p>and then I have my local API docs at $HOMOE/docs/ruby/rails/api/</p>
<p>That was when everything worked fine. This morning, those steps result error which I suspect from gem:</p>
<pre>uninitialized constant Gem::GemRunner</pre>
<p>So I began searching. Luckily I found this:</p>
<p><a href="http://groups.google.com/group/rubyonrails-core/browse_thread/thread/d3e96496eca8735c" title="http://groups.google.com/group/rubyonrails-core/browse_thread/thread/d3e96496eca8735c" target="_blank">http://groups.google.com/group/rubyonrails-core/browse_thread/thread/d3e96496eca8735c</a></p>
<p>Then I edited this file:</p>
<p>$GEM-HOME/gems/rails-1.2.6/lib/tasks/framework.rake</p>
<p>and add <strong>require &#8216;rubygems/gem_runner&#8217;</strong> between these lines:</p>
<pre>      deps = %w(actionpack activerecord actionmailer activesupport actionwebservice)
      require 'rubygems'
      require 'rubygems/gem_runner'
      Gem.manage_gems</pre>
<p>Everything runs well now <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=22&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/11/28/rubygems-095-and-rails-126-uninitialized-constant-gemgemrunner/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
		<item>
		<title>UnDip seminar &#8211; Web 2.0 Security</title>
		<link>http://bpdp.wordpress.com/2007/11/26/undip-seminar-web-20-security/</link>
		<comments>http://bpdp.wordpress.com/2007/11/26/undip-seminar-web-20-security/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 03:10:34 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[Academics]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/11/26/undip-seminar-web-20-security/</guid>
		<description><![CDATA[Saturday, 26th Nov 2007 I gave presentation at Diponegoro University, Faculty of Engineering about Web 2.0 Securty. My presentation paper available upon request although I will keep it at SlideShare someday.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=20&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Saturday, 26th Nov 2007 I gave presentation at <a href="http://www.undip.ac.id">Diponegoro University</a>, Faculty of Engineering about Web 2.0 Securty. My presentation paper available upon request although I will keep it at <a href="http://www.slideshare.net">SlideShare</a> someday.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=20&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/11/26/undip-seminar-web-20-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
		<item>
		<title>So you use acts_as_authenticated and don&#8217;t want to lose other session var when logout?</title>
		<link>http://bpdp.wordpress.com/2007/09/07/so-you-use-acts_as_authenticated-and-dont-want-to-lose-other-session-var-when-logout/</link>
		<comments>http://bpdp.wordpress.com/2007/09/07/so-you-use-acts_as_authenticated-and-dont-want-to-lose-other-session-var-when-logout/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 08:17:37 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/09/07/so-you-use-acts_as_authenticated-and-dont-want-to-lose-other-session-var-when-logout/</guid>
		<description><![CDATA[I&#8217;ve just wrote this trivial tips: http://technoweenie.stikipad.com/plugins/show/Logout+without+losing+other+session+variables<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=19&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just wrote this trivial tips:</p>
<p>http://technoweenie.stikipad.com/plugins/show/Logout+without+losing+other+session+variables</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=19&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/09/07/so-you-use-acts_as_authenticated-and-dont-want-to-lose-other-session-var-when-logout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
		<item>
		<title>PayPal API credentials problem</title>
		<link>http://bpdp.wordpress.com/2007/09/01/paypal-dudes-are-you-serious-or-what/</link>
		<comments>http://bpdp.wordpress.com/2007/09/01/paypal-dudes-are-you-serious-or-what/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 07:02:24 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/09/01/paypal-dudes-are-you-serious-or-what/</guid>
		<description><![CDATA[For those of you who will start using PayPal, have a look at this this link: Now I can have API credentials so that I can use it for my first Rails e-commerce site. Thanks Rob! Just for the record, I will keep it here. Credits should goes to CitrusUser / Rob After 6 hours [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=18&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those of you who will start using PayPal, have a look at this <a href="https://www.paypaldeveloper.com/pdn/board/message?board.id=sandbox&amp;thread.id=5910" title="30 Simple steps to creating sandbox test account">this link</a>:</p>
<p>Now I can have API credentials so that I can use it for my first Rails e-commerce site.</p>
<p>Thanks Rob!</p>
<p>Just for the record, I will keep it here. Credits should goes to <a href="https://www.paypaldeveloper.com/pdn/view_profile?user.id=13979" title="CitrusUser">CitrusUser / Rob</a></p>
<pre>After 6 hours of pain with PayPal support (or lack thereof) I present the following 30 step process to creating, confirming, and verifying test accounts through the broken Developer Central Sandbox.

I hope this helps other people, and that the years of life I've lost over the last several hours is worth it.

To Setup Sandbox and Get Test API Credentials:

Prerequisites:
* Create a user account to access the Developer Central Sandbox.
* Log in to the Sandbox account
* Create a Test Account of type 'seller'.
 - This will throw an error message on saving, but it will still create the account.  Click the Test Accounts tab to see the account it created.

Create Confirm the email address:
1. Create business test account (done in prerequisite above)
2. Log into PayPal Sandbox with test business account details created earlier.
3. Go to Profile Tab
4. Go to Email
5. Choose the email address and click 'Confirm'
6. Go back to the Sandbox Test Environment and click the Test Email tab
7. Open the email with subject line 'Activate Your PayPal Account'
8. From the email body, select the confirmation URL and paste into new browser window - it will load the PayPal site (in sandbox mode).
9. Log in with business account.
10. From the landing page, click the 'confirm email' link in the 'To Do List' box.
11. Click the 'click here if a link doesn't appear in the email' link.
12. Paste in the confirmation number from the email in step 8, and click confirm.  A confirmation of success should be displayed.
13. Click Continue.

Create Bank Accounts For Test Business Account:
14. Click the Profile tab
15. Click Bank Accounts link
16. Create a fake bank account. Test Bank.  Use BSB 242-200 for Australia.  Any random integer for account number, so long as it's not already being used by another PayPal account.  I ended up having to mash the keypad until I found an unused number.
17. Confirm the bank account by clicking the 'confirm' link after the step above.
18. Step 17 loads another page where you need to click 'Submit'.
19. Step 18 loads another page where you need to click 'I Agree'.
20. The account should now be verified.
21. Click the Profile Tab again.
22. Click API Setup
23. Click Request API Credentials
24. Select API Signature
25. Click I Agree, Click Submit.
26. Copy the details to a safe place for later reference.

Developer Central Sandbox
27. Go back to the Developer central sandbox and login with your account details created in the prerequisite section of this document (i.e., not your test business account, but your actual Developer Central Sandbox account).
28. The Test business account should now be verfied.
29. Click API Credentials tab.
30. The API credentials obtained in step 26 should appear.

Cheers,
Rob.</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=18&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/09/01/paypal-dudes-are-you-serious-or-what/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
		<item>
		<title>What does &#8220;/&#8230;../mongrel.rb:15: warning: already initialized constant OPTIONS&#8221; means?</title>
		<link>http://bpdp.wordpress.com/2007/08/27/what-does-mongrelrb15-warning-already-initialized-constant-options-means/</link>
		<comments>http://bpdp.wordpress.com/2007/08/27/what-does-mongrelrb15-warning-already-initialized-constant-options-means/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 10:35:45 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/08/27/what-does-mongrelrb15-warning-already-initialized-constant-options-means/</guid>
		<description><![CDATA[It turns out that our Rails installation has a problem cause I always got those error message when I tried to start server. Here is the complete logs if you&#8217;re curious: bpdp@akakom:~/src/tbar$ script/server webrick =&#62; Booting WEBrick... /opt/software/ruby/gems/rails-1.2.3/lib/commands/servers/webrick.rb:11: warning: already initialized constant OPTIONS =&#62; Booting Mongrel (use 'script/server webrick' to force WEBrick) =&#62; Rails application [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=17&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> It turns out that our Rails installation has a problem cause I always got those error message when I tried to start server. Here is the complete logs if you&#8217;re curious:</p>
<pre>bpdp@akakom:~/src/tbar$ script/server webrick
=&gt; Booting WEBrick...
/opt/software/ruby/gems/rails-1.2.3/lib/commands/servers/webrick.rb:11: warning: already initialized constant OPTIONS
=&gt; Booting Mongrel (use 'script/server webrick' to force WEBrick)
=&gt; Rails application starting on http://0.0.0.0:3000
=&gt; Call with -d to detach
=&gt; Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Exiting
/opt/software/ruby/gems/rails-1.2.3/lib/commands/servers/mongrel.rb:15: warning: already initialized constant OPTIONS
/opt/software/ruby/gems/rails-1.2.3/lib/commands/servers/mongrel.rb:18: undefined method `options' for []:Array (NoMethodError)
        from /opt/software/ruby//lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
        from /opt/software/ruby//lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
        from /opt/software/ruby/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require'
        from /opt/software/ruby/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in'
        from /opt/software/ruby/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require'
        from /opt/software/ruby/gems/rails-1.2.3/lib/commands/server.rb:39
        from /opt/software/ruby//lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
        from /opt/software/ruby//lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
        from script/server:3
bpdp@akakom:~/src/tbar$</pre>
<p>So I started to find the solution online, but none helps. Some posts said that this error showed up because Rails can not find dependenc{y/ies} for some of its plugins. Hmm &#8230; ok, then it looks like I have to manually search for every plugins&#8217; dependencies and then install them.</p>
<p>How to do that?</p>
<p>Easy. All I have to do is remove all of the plugins (I just move it to directory $RAILS_ROOT/tmp/plugins which I created myself) and then start move it one by one to $RAILS_ROOT/vendor/plugins and test it using $RAILS_ROOT/script/server webrick.</p>
<p>Then I found that <strong>activemerchant</strong> is my problem. I need builder gem.</p>
<p>It&#8217;s all easy but the error messages was really  a mess <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=17&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/08/27/what-does-mongrelrb15-warning-already-initialized-constant-options-means/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
		<item>
		<title>Java, JRuby, Rails dan Netbeans di NexentaOS</title>
		<link>http://bpdp.wordpress.com/2007/07/20/java-jruby-rails-dan-netbeans-di-nexentaos/</link>
		<comments>http://bpdp.wordpress.com/2007/07/20/java-jruby-rails-dan-netbeans-di-nexentaos/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 11:01:08 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/07/20/java-jruby-rails-dan-netbeans-di-nexentaos/</guid>
		<description><![CDATA[Hari ini berhasil juga install JDK. Kuncinya ternyata sederhana saja, jgn pakai /usr/bin/sh yang merupakan symlink ke bash untuk menjalankan binary sh yang di download dari Sun. Saya nggak tau juga kenapa bisa begitu. Kalau menggunakan /usr/bin/sh, hasil extract akan dianggap corrupt. Untung saja saya menemukan infonya di http://www.gnusolaris.org/phpbb/viewtopic.php?t=5817&#38;sid=ae4a6c783d950c98e573e4cf6eecff54. Agak lucu juga sih kalau NexentaOS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=14&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hari ini berhasil juga install JDK. Kuncinya ternyata sederhana saja, jgn pakai /usr/bin/sh yang merupakan symlink ke bash untuk menjalankan binary sh yang di download dari Sun. Saya nggak tau juga kenapa bisa begitu. Kalau menggunakan /usr/bin/sh, hasil extract akan dianggap corrupt. Untung saja saya menemukan infonya di http://www.gnusolaris.org/phpbb/viewtopic.php?t=5817&amp;sid=ae4a6c783d950c98e573e4cf6eecff54.</p>
<p>Agak lucu juga sih kalau NexentaOS yang menggunakan kernel OpenSolaris ternyata tidak menyediakan JDK. Repository APT hanya menyediakan JRE (sunwjre1.5), jadi saya pakai saja yang self-extract dari java.sun.com.</p>
<p>Setelah berhasil, saya mensetting variable yang diperlukan di satu file environment variabel:</p>
<p>JAVA_HOME=/export/home/bpdp/software/jdk1.5.0_12<br />
export JAVA_HOME</p>
<p>PATH=$PATH:$JAVA_HOME/bin<br />
export PATH</p>
<p>MANPATH=$MANPATH:$JAVA_HOME/man<br />
export MANPATH</p>
<p>Jadi, setiap kali  memerlukan jdk, tinggal source saja ke file itu. Beres.</p>
<p>Ok, sekarang karena JDK sudah ok, saya pengin nyoba IDEnya Rails yang di Netbeans. Meskipun baru M10, rasanya nggak rugi dicoba <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> . Edisi yang mengandung JRuby/Rails harus edisi full, jadi saya ambil edisi full untuk Solaris (netbeans-6.0m10-full-solaris-x86.sh) dan mulai menginstall. Kali ini /usr/bin/sh bekerja dengan baik <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> .</p>
<p>Meskipun belum mencoba secara keseluruhan, I am impressed. Works like a charm. Ini nih screenshoot dari Netbeans 6.0 &#8211; m10.</p>
<p><a href="http://bpdp.files.wordpress.com/2007/07/netbeans-bpdp.png" title="Netbeans 6.0 - M10 di NexentaOS"><img src="http://bpdp.files.wordpress.com/2007/07/netbeans-bpdp.thumbnail.png?w=480" alt="Netbeans 6.0 - M10 di NexentaOS" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=14&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/07/20/java-jruby-rails-dan-netbeans-di-nexentaos/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>

		<media:content url="http://bpdp.files.wordpress.com/2007/07/netbeans-bpdp.thumbnail.png" medium="image">
			<media:title type="html">Netbeans 6.0 - M10 di NexentaOS</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby dan Rails di NexentaOS</title>
		<link>http://bpdp.wordpress.com/2007/07/19/ruby-dan-rails-di-nexentaos/</link>
		<comments>http://bpdp.wordpress.com/2007/07/19/ruby-dan-rails-di-nexentaos/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 09:37:47 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/07/19/ruby-dan-rails-di-nexentaos/</guid>
		<description><![CDATA[Setelah sekian lama penasaran, akhirnya saya mendapatkan kesempatan dan waktu untuk install OpenSolaris. Penyakit gatal saya ini kumat gara-gara BeleniX, salah satu distro dari OpenSolaris merilis versi 0.6.1. Setelah mengambil ISO, saya mencoba LiveCD dari BeleniX dan nekad menghapus Arch Linux di komputer saya. Mulanya saya kira bakal sulit, hmm &#8230; ternyata LiveCD BeleniX langsung [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=13&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Setelah sekian lama penasaran, akhirnya saya mendapatkan kesempatan dan waktu untuk install <a href="http://www.opensolaris.org">OpenSolaris</a>. Penyakit gatal saya ini kumat gara-gara  <a href="http://www.genunix.org/distributions/belenix_site/index.php">BeleniX</a>, salah satu distro dari OpenSolaris <a href="http://distrowatch.com/?newsid=04350">merilis versi 0.6.1</a>.  Setelah mengambil ISO, saya mencoba LiveCD dari BeleniX dan nekad menghapus <a href="http://www.archlinux.org">Arch Linux</a> di komputer saya.</p>
<p>Mulanya saya kira bakal sulit, hmm &#8230; ternyata LiveCD BeleniX langsung saja jalan dengan mulus, termasuk DHCP, sound card, dan monitor (1280&#215;1024). Sayangnya, software yang ada di dalamnya bukan software yang <em>bleeding-edge</em>. Nah karena membayangkan instalasi bakal gampang, jadi saya nekad saja menggunakan perintah untuk install:</p>
<p><code>hdinstaller</code></p>
<p>Setelah menunggu sekitar 20 menit, instalasi selesai. Ternyata proses berikutnya tidak semulus yang dibayangkan <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> . Pada saat create normal user, hdinstaller crash. Waduh, saya nekad saja reboot dengan perasaan tidak berdaya <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> . Lha gimana lagi, wong belum pernah pakai OpenSolaris, blas nggak akrab. Setelah reboot ternyata nggak bisa booting dari harddisk (karena <i>multiboot</i> tidak digunakan lagi). Setelah memeriksa ke situs yang disarankan pada saat booting dan mengubah GRUB, ternyata tetap tidak bisa. Hmm &#8230; ok, jadi saya memutuskan untuk tidak pakai BeleniX. </p>
<p>Gara-gara BeleniX tidak bisa dan sudah terlanjur terobsesi dengan OpenSolaris, akhirnya ambil ISO Elatte Alpha7 milis <a href="http://www.gnusolaris.org">Nexenta</a> dan saya install. Instalasi memang gampang karena saya pakai semua harddisk dan auto layout. Menurut beberapa artikel yang saya baca (ada URLnya di web Nexenta), proses partisi manual relatif &#8220;unpleasant&#8221;. Akhirnya setelah mengikuti petunjuk di wiki Nexenta, komputer saya sekarang menggunakan NexentaOS.</p>
<p>Oh ya, ada beberapa pelajaran yang bisa dipetik dari instalasi Nexenta:</p>
<ul>
<li>Jangan mengubah /etc/apt/sources.list ke unstable. Proses ini hanya akan menghasilkan broken packages dan jika digunakan <em>apt-get -f install</em>, GNOME akan di-remove <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> .</li>
<li>Xorg menggunakan konfigurasi <i>built-in</i>, jadi tidak ada <em>xorg.conf</em>. Saya menggunakan <em>Xorg -configure</em> untuk menghasilkan xorg.conf.new di $HOME dan mengedit resolusi monitor (tepatnya: menambahkan) menjadi 1280&#215;1024 karena konfigurasi builtin menggunakan 1400&#215;1050 yang di monitor LG Flatron L1753S saya terlalu besar.</li>
</ul>
<p>Berikut ini adalah isi lengkap xorg.conf:</p>
<p><code><br />
Section "ServerLayout"<br />
        Identifier     "X.org Configured"<br />
        Screen      0  "Screen0" 0 0<br />
        InputDevice    "Mouse0" "CorePointer"<br />
        InputDevice    "Keyboard0" "CoreKeyboard"<br />
EndSection</p>
<p>Section "Files"<br />
        RgbPath      "/etc/X11/rgb"<br />
        ModulePath   "/usr/lib/xorg/modules"<br />
        FontPath     "/usr/share/X11/fonts/misc/"<br />
        FontPath     "/usr/share/X11/fonts/TTF/"<br />
        FontPath     "/usr/share/X11/fonts/OTF"<br />
        FontPath     "/usr/share/X11/fonts/Type1/"<br />
        FontPath     "/usr/share/X11/fonts/CID/"<br />
        FontPath     "/usr/share/X11/fonts/100dpi/"<br />
        FontPath     "/usr/share/X11/fonts/75dpi/"<br />
EndSection</p>
<p>Section "Module"<br />
        Load  "extmod"<br />
        Load  "dbe"<br />
        Load  "glx"<br />
        Load  "record"<br />
        Load  "xtrap"<br />
        Load  "freetype"<br />
        Load  "type1"<br />
EndSection</p>
<p>Section "InputDevice"<br />
        Identifier  "Keyboard0"<br />
        Driver      "kbd"<br />
EndSection</p>
<p>Section "InputDevice"<br />
        Identifier  "Mouse0"<br />
        Driver      "mouse"<br />
        Option      "Protocol" "auto"<br />
        Option      "Device" "/dev/mouse"<br />
        Option      "ZAxisMapping" "4 5 6 7"<br />
EndSection</p>
<p>Section "Monitor"<br />
        #DisplaySize      340   270     # mm<br />
        Identifier   "Monitor0"<br />
        VendorName   "GSM"<br />
        ModelName    ""<br />
 ### Comment all HorizSync and VertSync values to use DDC:<br />
        HorizSync    30.0 - 83.0<br />
        VertRefresh  56.0 - 75.0<br />
        Option      "DPMS"<br />
EndSection</p>
<p>Section "Device"<br />
        Identifier  "Card0"<br />
        Driver      "ati"<br />
        VendorName  "ATI Technologies Inc"<br />
        BoardName   "RV370 5B60 [Radeon X300 (PCIE)]"<br />
        BusID       "PCI:2:0:0"<br />
EndSection</p>
<p>Section "Screen"<br />
        Identifier "Screen0"<br />
        Device     "Card0"<br />
        Monitor    "Monitor0"<br />
        SubSection "Display"<br />
                Viewport   0 0<br />
                Depth     1<br />
                Modes     "1280x1024"<br />
        EndSubSection<br />
        SubSection "Display"<br />
                Viewport   0 0<br />
                Depth     4<br />
                Modes     "1280x1024"<br />
        EndSubSection<br />
        SubSection "Display"<br />
                Viewport   0 0<br />
                Depth     8<br />
                Modes     "1280x1024"<br />
        EndSubSection<br />
        SubSection "Display"<br />
                Viewport   0 0<br />
                Depth     15<br />
                Modes     "1280x1024"<br />
        EndSubSection<br />
        SubSection "Display"<br />
                Viewport   0 0<br />
                Depth     16<br />
                Modes     "1280x1024"<br />
        EndSubSection<br />
        SubSection "Display"<br />
                Viewport   0 0<br />
                Depth     24<br />
                Modes     "1280x1024"<br />
        EndSubSection<br />
EndSection<br />
</code></p>
<p>Setelah semua beres, sekarang tiba waktunya untuk Ruby dan Rails. Instalasi dari source code ternyata tidak bermasalah.</p>
<p><code><br />
bpdp@bpdp-nexenta:~$ ruby -v<br />
ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-solaris2.11]<br />
bpdp@bpdp-nexenta:~$ psql --version<br />
psql (PostgreSQL) 8.1.9<br />
contains support for command-line editing<br />
bpdp@bpdp-nexenta:~$ rails -v<br />
Rails 1.2.3<br />
bpdp@bpdp-nexenta:~$ gem --version<br />
0.9.4<br />
bpdp@bpdp-nexenta:~$ gem list --local</p>
<p>*** LOCAL GEMS ***</p>
<p>actionmailer (1.3.3)<br />
    Service layer for easy email delivery and testing.</p>
<p>actionpack (1.13.3)<br />
    Web-flow and rendering framework putting the VC in MVC.</p>
<p>actionwebservice (1.2.3)<br />
    Web service support for Action Pack.</p>
<p>activerecord (1.15.3)<br />
    Implements the ActiveRecord pattern for ORM.</p>
<p>activesupport (1.4.2)<br />
    Support and utility classes used by the Rails framework.</p>
<p>cgi_multipart_eof_fix (2.1)<br />
    Fix an exploitable bug in CGI multipart parsing which affects Ruby<br />
    &lt;= 1.8.5 when multipart boundary attribute contains a non-halting<br />
    regular expression string.</p>
<p>daemons (1.0.7)<br />
    A toolkit to create and control daemons in different ways</p>
<p>fastthread (1.0)<br />
    Optimized replacement for thread.rb primitives</p>
<p>gem_plugin (0.2.2)<br />
    A plugin system based only on rubygems that uses dependencies only</p>
<p>mongrel (1.0.1)<br />
    A small fast HTTP library and server that runs Rails, Camping, Nitro<br />
    and Iowa apps.</p>
<p>postgres (0.7.1)<br />
    The extension library to access a PostgreSQL database from Ruby.</p>
<p>rails (1.2.3)<br />
    Web-application framework with template engine, control-flow layer,<br />
    and ORM.</p>
<p>rake (0.7.3)<br />
    Ruby based make-like utility.</p>
<p>sources (0.0.1)<br />
    This package provides download sources for remote gem installation<br />
bpdp@bpdp-nexenta:~$</p>
<p></code></p>
<p>Hmm &#8230; life is beautiful, isn&#8217;t it?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=13&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/07/19/ruby-dan-rails-di-nexentaos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
		<item>
		<title>Akhirnya berhasil juga install Instiki</title>
		<link>http://bpdp.wordpress.com/2007/07/06/akhirnya-berhasil-juga-install-instiki/</link>
		<comments>http://bpdp.wordpress.com/2007/07/06/akhirnya-berhasil-juga-install-instiki/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 12:34:29 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/07/06/akhirnya-berhasil-juga-install-instiki/</guid>
		<description><![CDATA[ Dengan menggunakan petunjuk dari Carsten Andersen di  http://www.instiki.org/show/Debian, akhirnya Instiki terinstall di http://www.akakom.ac.id:8080/. Ternyata hanya semudah menghapus seluruh isi direktori vendor ( )<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=12&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> Dengan menggunakan petunjuk dari Carsten Andersen di  http://www.instiki.org/show/Debian, akhirnya Instiki terinstall di http://www.akakom.ac.id:8080/.</p>
<p>Ternyata hanya semudah menghapus seluruh isi direktori vendor ( <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  )</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=12&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/07/06/akhirnya-berhasil-juga-install-instiki/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
		<item>
		<title>XRails uploaded to Rubyforge</title>
		<link>http://bpdp.wordpress.com/2007/06/12/xrails-uploaded-to-rubyforge/</link>
		<comments>http://bpdp.wordpress.com/2007/06/12/xrails-uploaded-to-rubyforge/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 09:03:22 +0000</pubDate>
		<dc:creator>bpdp</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://bpdp.wordpress.com/2007/06/12/xrails-uploaded-to-rubyforge/</guid>
		<description><![CDATA[Have a look here: http://rubyforge.org/projects/xrails/ This first release (development, &#8217;cause probably it still unstable and I will patch it later or get any other ruby modules or maybe any other software like capistrano) uses Rails version numbering. So, I give version number 1.2.3, the same with latest Rails. On this release: x86 (for i386) and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=11&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have a look here:  http://rubyforge.org/projects/xrails/</p>
<p>This first release (development, &#8217;cause probably it still unstable and I will patch it later or get any other ruby modules or maybe any other software like capistrano) uses Rails version numbering. So, I give version number 1.2.3, the same with latest Rails.</p>
<p>On this release: x86 (for i386) and x86_64 (for AMD64).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bpdp.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bpdp.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bpdp.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bpdp.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bpdp.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bpdp.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bpdp.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bpdp.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bpdp.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bpdp.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bpdp.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bpdp.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bpdp.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bpdp.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bpdp.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bpdp.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bpdp.wordpress.com&amp;blog=1032941&amp;post=11&amp;subd=bpdp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bpdp.wordpress.com/2007/06/12/xrails-uploaded-to-rubyforge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b76b0544d2e8c54d0c302d42ab13b11?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bpdp</media:title>
		</media:content>
	</item>
	</channel>
</rss>
