> Does it work the "regular" way? (via rackup) > Yes, rackup makes my app run. In this case an other probleme occures, that is more Camping specific. The ActiveRecord cannot connect to any database. I think Camping makes some initialization before starting up my app, that is missing in this case. (I've tried to call App.create before the Rack handler, but it's not the right way.)
> Does it work "your" way, but with a different handler? > Yes, with (for example) Rack::Handler::WEBrick works the same way as with rackup. I can connect to the app with my browser, but ActiveRecord fails to work. But I use Rack::Handler::FastCGI with other Rack apps, and it works. > Which version of rack you're using? I tried it with ruby1.9.2 with the latest rack gem a few days ago, that was 1.3.4. It did not work, so I downgraded. Now I'm using ruby 1.8 and the standard librack-ruby1.8 package in Ubuntu. It's version is 1.1.0-4ubuntu1. -- uzlee
_______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

