[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Nitro + Og 0.9.5 (BUGFIX VERSION

George Moschovitis

2/4/2005 9:18:00 AM

Hello everyone,

new versions of Nitro and Og were just released.

Download: http://www.rubyforge.com/proj...

A bug fix release.

* Fixed *NASTY* Webrick deadlock bug that prevented the examples
from running correctly (mainly under windows).

* Experimental Wee-style example (will be updated in the next version).

* Changed default port to 8069 (8080 was to common).

* Small fixes and improvements.



Have fun,
George

2 Answers

Bauduin Raphael

2/5/2005 3:01:00 PM

0

George Moschovitis wrote:
> Hello everyone,
>
> new versions of Nitro and Og were just released.
>
> Download: http://www.rubyforge.com/proj...
>
> A bug fix release.
>
> * Fixed *NASTY* Webrick deadlock bug that prevented the examples
> from running correctly (mainly under windows).
>

I had this problem with Debian unstable too.
Works now, though it seems to use the postgresql server at localhost,
whatever I enter as host name for the database server.

Btw, is it possible to use Og easily with an existing database?

Raph


> * Experimental Wee-style example (will be updated in the next version).
>
> * Changed default port to 8069 (8080 was to common).
>
> * Small fixes and improvements.
>
>
>
> Have fun,
> George
>

George Moschovitis

2/5/2005 9:00:00 PM

0

Hello,

> Works now, though it seems to use the postgresql server at localhost,

> whatever I enter as host name for the database server.

hmm I 'll have a look at this, this seems like a bug.

> Btw, is it possible to use Og easily with an existing database?

It is possible to use Og in ActiveRecord style mode (ie, what I call
R->O
mapping). But as in AR some conventions must be followed. Perhaps
I can add some extra options to prop_accessor to help with existing
databases.

If you want, we can discuss this further in the nitro-general mailing
list on RubyForge (also Og related).

regards,
George.