User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0
Ok Onno,
I will try it in the weekend... Thanks...
cheers,
Cristiano
On 30/11/11 15:36, Onno van der Straaten wrote:
Hi Cristiano,
It is just a few steps:
edit config/database.yml and change settings for test
database, point to the PostgreSQL database.
navigate to the application directory, execute following
commands
rake db:create db:migrate RAILS_ENV=test
rake tests
Cheers,
Onno
On Wed, Nov 30, 2011 at 5:43 PM,
Cristiano Gavião <cvgaviao@xxxxxxxxx>
wrote:
Hi Onno,
My problem is that I do not have knowledge about Rails :)
I've installed mysql for now, just to test..
Could you point me how could I run those tests ?
cheers
Cristiano
On 29/11/11 17:00, Onno van der Straaten wrote:
Hi Cristiano,
I haven't tested it but in principle it could work as
Rails is database agnostic and PostgreSQL is one of
the supported databases, I think. It is easy enough to
try. To be sure it will work without problems you
should run all tests against a PostgreSQL database. If
they all pass it will work.
Best Regards,
Onno
On Fri, Nov 25, 2011 at 10:41
PM, Cristiano Gavião <cvgaviao@xxxxxxxxx>
wrote:
I will get a time to test EPF Wiki this weekend...
But as my ubuntu server already have a installed
Postgresql 9.1, I would like to know if it is
possible to use Postgres instead of Mysql. it is
possible ?