Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Mischa Berger
RE: FAQ entry about databases [ reply ]  
2007-02-21 19:57
I meant: http://boxroom.rubyforge.org/FAQ.html

By: Mischa Berger
RE: FAQ entry about databases [ reply ]  
2007-02-21 19:56
Thanks. I updated the FAQ: http://boxroom.rubyforge.org/

By: Paul Bonner
RE: FAQ entry about databases [ reply ]  
2007-02-20 21:02
FYI--I just installed boxroom under MS SQL Server. rake db:migrate works fine, and the application seems to be running correctly.

By: Mischa Berger
RE: FAQ entry about databases [ reply ]  
2006-11-13 17:21
Thanks for the suggestion. I'll add the remark about the database on the page.

As for the tests: they don't work. I didn't have any experience with test driven development when I started this project and have neglected the tests ever since. I'm hoping someone is willing to contribute those to the project.

By: Robert Gogolok
FAQ entry about databases [ reply ]  
2006-11-08 13:02
Don't know whether the FAQ is the right place, but it would be nice if there is a hint somewhere that boxroom !should! work with database x,y or z; that it is working with database x, should work with y, but it doesn't work with z :-)

It's working for me with PostgreSQL so far without a problem.

Which example data do you use for the rake tests? The fixture files are not very useful currently.