It looks as if I can easily create a gem - I will try this tonight. Thanks...
On 4/20/07, Nic Williams <[EMAIL PROTECTED]> wrote: > Try http://newgem.rubyforge.org and see if that helps start your gem. > > Nic > > > On 4/20/07, Dan Thrue < [EMAIL PROTECTED]> wrote: > > I have written a camping-session container for memcached - I can put > > it somewhere availible... > > > > I have never tried to compile a rubygem - and dont know if that is the > > way to put an extension like this? > > > > /Dan > > > > On 4/19/07, why the lucky stiff < [EMAIL PROTECTED]> wrote: > > > On Thu, Apr 19, 2007 at 08:58:09PM +0200, Thomas Weibel wrote: > > > > Is there a way to save session data on the file system (like in Rails) > > > > instead of a database table? > > > > > > Well, you could probably use CGI::Session (which comes with Ruby) > > > and try to tie together that and Camping::Session. > > > > > > Or you could write your own. I'd really like Camping::Session to > > > start using shared memory, something like memcached. > > > > > > _why > > > _______________________________________________ > > > Camping-list mailing list > > > [email protected] > > > http://rubyforge.org/mailman/listinfo/camping-list > > > > > _______________________________________________ > > Camping-list mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/camping-list > > > > > > -- > Dr Nic Williams > http://www.drnicwilliams.com - Ruby/Rails/Javascript/Web2.0 > skype: nicwilliams > (p) +61 7 3102 3237 (Finds me anywhere in the world, via Skype) > (m) +4673 768 1389 (Swedish mobile) > (f) +61 7 3305 7572 (sends fax to my email) > Björnsonsgatan 153, 16 844 Bromma, Sweden > _______________________________________________ > Camping-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/camping-list > _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

