Depending on how you deploy camping you can just stick some stuff in some class 
variables if you just need them in one controller, or even global variables if 
you want them in many places. Then all you'd need to do is boot a local copy 
with The Camping Server and do your things. The objects will just stay in 
ruby's memory because unlike cgi apps or things like PHP, ruby web apps don't 
flush their global scope reload on every request.

Wouldn't that be the ridiculously easy and straight forward way to solve this?

Thanks, Jenna!  Sounds good.

Since I'm new to camping, can you tell me where I would add the global objects?

Anders
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to