<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Dnamique</title>
	<link>http://www.dnamique.com</link>
	<description>what is Soft in Software</description>
	<lastBuildDate>Thu, 12 Nov 2009 06:00:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Setting up PostgreSQL 8.x with Ruby 1.8.6 on Rails 2.3.4</title>
		<description>PostgreSQL is a:
Sophisticated open-source Object-Relational DBMS supporting almost all SQL constructs, including subselects, transactions, and user-defined types etc...

The Problem

You have just installed PostgrelSQL.
You have generated your rails app

rails myApp -d postgresql


You try to run the server

ruby script/server


You add your DB details in config/database.yml and you notice this note.
 On Windows:

# ...</description>
		<link>http://www.dnamique.com/setting-up-postgresql-8-with-ruby-on-rails/</link>
			</item>
	<item>
		<title>Installing mysql gem on MAC OS + XAMPP + Rails 2.3</title>
		<description>If you are on a MAC, using the easy going XAMPP and need that rails app to get up and running using mysql, then read on.

So Rails 2 does not come with the mysql gem installed.

You run:
gem install mysql

and to your shock you get:
ERROR:  Error installing mysql:
	ERROR: Failed to ...</description>
		<link>http://www.dnamique.com/installing-mysql-gem-on-mac-os-xampp/</link>
			</item>
	<item>
		<title>CakePHP - Export data to Excel - The easy way!</title>
		<description>I am posting this method here just so we never ever ever ever...
forget what Albert Einstein once said
Everything should be made as simple as possible, but not simpler.
Exporting data to Excel files from a database can be done in so many different ways, using so many libraries and classes such ...</description>
		<link>http://www.dnamique.com/cakephp-export-data-to-excel-the-easy-way/</link>
			</item>
	<item>
		<title>File browser for Ruby on Rails</title>
		<description>I have spent all day yesterday looking for a good(any) Ruby on Rails file explorer or browser for a web application but did not find anything. Few people mentioned Boxroom which looks great except it is an entire web application.
Then I bumped to jQuery File Tree.

jQuery File Tree is a ...</description>
		<link>http://www.dnamique.com/file-browser-for-ruby-on-rails/</link>
			</item>
</channel>
</rss>
