Camping into production

2011-10-11 Thread Nokan Emiro
Hi, As you already know I'm working on turning my Camping app into production. Unfortunatelly I find lots of problems on my way. The next one is here: My Camping app does something dirty on the 'redirect CtrllerName' lines. The webserver serves https requests, and before I placed

Re: Camping into production

2011-10-11 Thread Magnus Holm
On Tue, Oct 11, 2011 at 09:02, Nokan Emiro uzleep...@gmail.com wrote: Hi, As you already know I'm working on turning my Camping app into production.  Unfortunatelly I find lots of problems on my way. The next one is here: My Camping app does something dirty on the 'redirect CtrllerName'

Re: run my Camping app as a Rack app

2011-10-11 Thread Magnus Holm
On Sun, Oct 9, 2011 at 15:43, Nokan Emiro uzleep...@gmail.com wrote: Hi, Could you please show me the preferred/nicest way to run my Camping application as a Rack all?  I like doing my work in Rack because it's easy to run my app in a standalone webserver, or mount it to a path in my

Re: run my Camping app as a Rack app

2011-10-11 Thread Nokan Emiro
Thanks for the explanation. I have had the create method in my application, it calls Models::create_scheme, because I have migrations too. (Everything encapsulated, that's what I like about Camping.) Actually the problem with X.create was that my fastcgi-camping-server did not initialize any

Re: Camping into production

2011-10-11 Thread Magnus Holm
On Tue, Oct 11, 2011 at 18:00, Nokan Emiro uzleep...@gmail.com wrote: Sensiteve parts are masked with ***. http://pastie.org/2676396 u. Thanks. This is a bug in Camping which has been fixed in 5423c7a0. You can install the latest development version of Camping by running: gem

Re: Camping into production

2011-10-11 Thread Magnus Holm
On Tue, Oct 11, 2011 at 20:46, Nokan Emiro uzleep...@gmail.com wrote: Thanks!   I had to hack a bit in camping-2.1.469.gemspec, but now it works. :) u Damn, I hate these issues with YAML and gemspecs :/ I uploaded a new version that hopefully will install nicely on 1.8 too. Could you try to

Re: Camping into production

2011-10-11 Thread Nokan Emiro
It has still the same 4 problematic lines: s.date = %q{2011-10-11 00:00:00.0Z} ... s.add_development_dependency(%qrake, [#YAML::Syck::DefaultKey:0xb67fdb98 0.8.7]) ... s.add_dependency(%qrake, [#YAML::Syck::DefaultKey:0xb67fdb98 0.8.7]) ... s.add_dependency(%qrake,