Re: Session handling busted on Oracle

2007-10-09 Thread Julian 'Julik' Tarkhanov
On Oct 9, 2007, at 7:57 PM, Berger, Daniel wrote: So far, so good I know it's a minority concern, but maybe it is a good idea to make that ID field present and use it accordingly. -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED

Re: Camping and sessions proposal.

2007-10-09 Thread Julian 'Julik' Tarkhanov
which session driver is going to be used? If you ask me, I'd say sessions should stay with the DB (also considering that people are using them and there are session records in the wild). Give AR that ID and let it shut up :-) -- Julian 'Julik' Tarkhanov please send all personal mail to me

Re: Cookie session handling?

2007-10-07 Thread Julian 'Julik' Tarkhanov
apps have different session size requirements, and some apps would not want to reveal the session content in a cookie). -- Julian 'Julik' Tarkhanov please send all personal mail to me at julik.nl ___ Camping-list mailing list Camping-list

Re: putting away HashWithIndifferentAccess

2007-09-26 Thread Julian 'Julik' Tarkhanov
on 1.8.6 p110. Don't have time to build 1.8.5. again and check, unfortunately. But as people say that symbol table is not even GCed I would avoid converting people's input into symbols anyway. -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED

Re: putting away HashWithIndifferentAccess

2007-09-26 Thread Julian 'Julik' Tarkhanov
On Sep 26, 2007, at 12:35 AM, Julian 'Julik' Tarkhanov wrote: class H (HashWithIndifferentAccess rescue Hash) To be clear, I'm really for the hash also because I use the obj = @items.delete paradigm to signify take this item out because we'll work with it). But you can optionally

Re: Session cookies not passed on first redirect

2007-09-25 Thread Julian 'Julik' Tarkhanov
bit :-) -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: Session cookies not passed on first redirect

2007-09-25 Thread Julian 'Julik' Tarkhanov
On Sep 25, 2007, at 11:20 PM, Jonas Pfenniger wrote: 2007/9/25, Julian 'Julik' Tarkhanov [EMAIL PROTECTED]: Cannot find the SVN URL on the site - only the trac is showing. `svn co http://code.whytheluckystiff.net/svn/camping/trunk` Thx. Checked that. No the issue isn't fixed. I suspect

Re: putting away HashWithIndifferentAccess

2007-09-25 Thread Julian 'Julik' Tarkhanov
On Sep 26, 2007, at 12:26 AM, why the lucky stiff wrote: class H OpenStruct How about class H (HashWithIndifferentAccess rescue Hash) for the lesser among us (who always include and require)? -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED

Re: putting away HashWithIndifferentAccess

2007-09-25 Thread Julian 'Julik' Tarkhanov
On Sep 26, 2007, at 2:05 AM, MenTaLguY wrote: behind the scenes, every uniquely named method introduces a symbol. yep. but then it's _you_ who calls that accessor, not some John Doe who sends you a POST :-) -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED