W dniu 28.08.2009 23:38, Franz Bettag pisze: > > I am running jruby 1.3.1 on java version 1.6.0_15. I am using merb and > the following configuration for datamapper: > > development:&defaults > adapter: postgresql > database: myshit > username: myuser > password: somethingnifty > encoding: utf8 > host: 127.0.0.1 > > data_objects (0.9.12) > do_postgres (0.9.12) > both installed via gem. > > "Next" would be 0.10? > > > On Aug 28, 9:37 am, Piotr Gęga<[email protected]> wrote: >> W dniu 27.08.2009 19:28, fbettag pisze: >> >> >> >> >> >> >> >>> Heyho, >> >>> i know that jdbc support isn't finished yet, but i had it working some >>> time ago. >>> Anyway this is my problem: >> >>> irb(main):022:0> DnsXfr.all >>> => [ >>> #<DnsXfr id=1 name="bar.org" client=#<IPAddr: IPv4:172.16.1.0/24> >>> comment="puh" active=true dns_domain_id=0 customer_id=nil>, >>> #<DnsXfr id=nil name=nil client=nil comment=nil active=nil >>> dns_domain_id=nil customer_id=nil>, >>> #<DnsXfr id=nil name=nil client=nil comment=nil active=nil >>> dns_domain_id=nil customer_id=nil> >>> ] >> >>> # select * from dns_xfrs; >>> id | name | client | comment | active | dns_domain_id | >>> customer_id >>> ----+---------+-------------+---------+--------+--------------- >>> +------------- >>> 1 | bar.org | 172.16.1.0/24 | puh | t | >>> | 10010 >>> 2 | fr.org | 172.16.1.0/24 | foo | t | >>> | 10010 >>> 3 | fr.org | 172.16.1.0/24 | bla | t | >>> | 10010 >>> (3 rows) >> >>> Any ideas what the issue might be? dm-ldap-adapter works just fine. >> >> Do you use DO build from the 'next' branch? May you provide some more >> info about your app and configuration? >> >> Piotr Gega
Yes, that would be 0.10.0 (just clone repo [1]) and build+install gem from 'next' branch. [1] http://github.com/datamapper/do --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
