your need put the DSN correct
on youur config/databases.yml
On Wed, Jul 29, 2009 at 1:10 PM, Gábor Fási wrote:
>
> Just specify the correct DSN and you should be fine. The pgsql dsn has
> a different format than the mysql one, it looks like this:
> pgsql:host=hostname;dbname=databasename;user=
Just specify the correct DSN and you should be fine. The pgsql dsn has
a different format than the mysql one, it looks like this:
pgsql:host=hostname;dbname=databasename;user=username;password=thepassword
2009/7/29 Guelmis Lázara Martínez Ramírez :
>
> Hi:
> I have been trying to change the sfPr