Re: More crap from AR 4

2013-07-08 Thread Julik Tarkhanov
Maybe Camping should stick to AR3 then? at least until these are resolved? On 7 jul. 2013, at 03:24, låzaro netad...@lex-sa.cu wrote: Hi, all, now with AR-4 is imposible to add any relation -- Julik Tarkhanov m...@julik.nl ___ Camping-list

Re: emails from my camping app

2013-03-28 Thread Julik Tarkhanov
Try Pony. On 28 mrt. 2013, at 14:01, Francois Sery sery.franc...@gmail.com wrote: i'm looking for a gem to send emails from my camping app. -- Julik Tarkhanov m...@julik.nl ___ Camping-list mailing list Camping-list@rubyforge.org http

Re: unit testing for the first time

2013-03-27 Thread Julik Tarkhanov
There was a good discussion about this on stackoverflow. Look for testing Ruby modules On 27 mrt. 2013, at 07:33, Francois Sery sery.franc...@gmail.com wrote: i'm new to ruby and to unit testing , ___ Camping-list mailing list

Re: sending data/overriding response headers?

2010-03-03 Thread Julik Tarkhanov
clients download a proper filename. -- Julik Tarkhanov m...@julik.nl ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: What now?

2009-10-19 Thread Julik Tarkhanov
On 19 Oct 2009, at 14:27, Dave Everitt wrote: nice idea with the .ru = Ruby, although still doubtful that 'why' and 'went' are good for SEO (BTW you did mean 'camping', not 'caping' didn't you :-). Registering domains in Russia is a bit risky IMO. -- Julik Tarkhanov m...@julik.nl

Re: What now?

2009-10-18 Thread Julik Tarkhanov
On 18 Oct 2009, at 12:03, Dave Everitt wrote: Perhaps the community could list and collate the necessary changes/ updates on each page, then updating could be shared (I'd be more than willing to do updates)? A new site shared over githubz would be nice. -- Julik Tarkhanov m...@julik.nl

Re: Release?

2009-06-10 Thread Julik Tarkhanov
On 10 Jun 2009, at 23:49, Magnus Holm wrote: Oh, sorry. I totally forgot about this. Are we absolutely sure that 1.5.180 is stable enough to be pushed out to Rubyforge? For about a year I think, and if not it can be followed by 1.5.181 right? -- Julik Tarkhanov m...@julik.nl

Re: Rack::Lint::LintError with latest camping and rack

2009-03-29 Thread Julik Tarkhanov
it in the headers. -- Julik Tarkhanov m...@julik.nl ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: Release?

2009-02-12 Thread Julik Tarkhanov
itself. Besides, this would move the bugtracker project on it's own. -- Julik Tarkhanov m...@julik.nl ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: Release?

2009-02-11 Thread Julik Tarkhanov
On Feb 10, 2009, at 8:11 PM, Magnus Holm wrote: Hm... I've always thought 1.5 == 1.5.180... Well, only _why has access to the project, so there's not so much we can do :-( I thought so too basically, but it 's not ==, its obviously . Ok, I'll contact him off-list. -- Julik Tarkhanov m

Re: Release?

2009-02-10 Thread Julik Tarkhanov
. Is there a possibility for someone to push the solidified, old-school 1.5.180 to Rubyforge? Before 2.0 is released? It's 2 minutes work, seriously... -- Julik Tarkhanov m...@julik.nl ___ Camping-list mailing list Camping-list@rubyforge.org http

Release?

2009-02-09 Thread Julik Tarkhanov
just with gem install camping by mistake and been literally plagued by bugs in 1.5.x on forge, including the infamous query-string-params-totally-mixed-with-path-for-R problem and all-my-images-appear-blank problem. Pretty pretty please? -- Julik Tarkhanov m...@julik.nl

Re: Let's get this done, please :-)

2008-10-30 Thread Julik Tarkhanov
On Oct 30, 2008, at 4:01 PM, _why wrote: I don't know, what do most people deploy camping on? Oh yeah to imagine the scale: I have like 6 apps on FCGI now.___ Camping-list mailing list Camping-list@rubyforge.org

Re: @state not being saved

2008-07-30 Thread Julik Tarkhanov
I've pointed to the fact that its not a problem of activerecord but the stubbornness of the camping session module (insisting on natural primary key) that keeps it from working -- Julian Julik Tarkhanov On 29-jul-2008, at 17:13, Bluebie, Jenna [EMAIL PROTECTED] wrote: Also worth noting

Re: @state not being saved

2008-07-30 Thread Julik Tarkhanov
ActiveRecord::Base.partial_updates = false and you should be good to go -- Julian Julik Tarkhanov On 29-jul-2008, at 16:11, Magnus Holm [EMAIL PROTECTED] wrote: For some reason, AR 1.2 can't save serialized data. At least in the tests I have done with Camping's Session model. For now we

Re: Troubleshooting: Camping 2.0 on CGI on a shared host

2008-07-14 Thread Julik Tarkhanov
On Jul 15, 2008, at 12:58 AM, Bluebie, Jenna wrote: I really do think we should build in the SCRIPT_URL || SCRIPT_NAME thingo. This is going to be a relatively common situation. Totally worth the bytes. You might, but this is a can of worms. See, right now for example, if you need to

Re: Getting rid of the route maker

2008-06-24 Thread Julik Tarkhanov
not add more routes: module Camping::Controllers class Index;end class Advanced R '/(some regex';end # /advanced will NOT route to Advanced end On Tue, Jun 24, 2008 at 3:09 PM, Julik Tarkhanov [EMAIL PROTECTED] wrote: Does that mean we are losing the possinility for multiple routes per

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