[Rails-core] Re: Rails core team - only development?

2007-12-14 Thread Tomas Jogin
t core team needs to do the documenting, only that some people committed to churning out great documentation need to do so with official blessing and sanctioning, on the official Rails webpage. My two cents, anyway. Regards, Tomas Jogin --~--~-~--~~~---~--~~ Yo

[Rails-core] Re: manuals.rubyonrails.com, documentation and apathy

2007-11-06 Thread Tomas Jogin
> > > On top of that, why is one of the mentioned manuals on the > > > documentation page "Upgrading to Rails 1.0"? We've already gone to > > > 1.2 and 2.0 isn't that far away, updates that include some fairly > > > substantial changes. There's a link to "Rails Weenie" in the "by the > > > users

[Rails-core] Re: Replay attacks with cookie session

2007-03-29 Thread Tomas Jogin
How about just NOT changing the default setting to this less secure option? Problem solved. On 3/29/07, Isak Hansen <[EMAIL PROTECTED]> wrote: > > On 3/21/07, S. Robert James <[EMAIL PROTECTED]> wrote: > > > > I'm concerned about the possibility of replay attacks with cookie > > sessions. This i

[Rails-core] Re: with_scope and :create

2006-10-16 Thread Tomas Jogin
inated the possibility of that happening by mistake. Improved documentation seems like a better solution than to limit the useage. This is Ruby we're talking about, there are lots of features available to misuse already, that doesn't take away the legitimate uses. Best regards, Tomas Jogin O

[Rails-core] Re: modules, a verdict?

2006-09-05 Thread Tomas Jogin
sion. Well, to me it does, at least, and certainly when it comes to dabbling with other people's code. Guess it wouldn't hurt to take a look though. Best regards, and thank you, Tomas Jogin On 9/5/06, DHH <[EMAIL PROTECTED]> wrote: > > > It's just within Rails that names

[Rails-core] Re: modules, a verdict?

2006-09-05 Thread Tomas Jogin
Thanks, ticket created: http://dev.rubyonrails.org/ticket/6031 On 9/5/06, Michael Koziarski <[EMAIL PROTECTED]> wrote: > > > My test to prove this problem, if anyone is interested: > > 1. create a new rails app. > > 2. generate a model called "Whatever" > > 3. generate a model called "Other::What

[Rails-core] Re: modules, a verdict?

2006-09-05 Thread Tomas Jogin
is absolutely nothing wrong with using namespaces in general. It's too bad that they just don't work very well in Rails (but much better now than previously, of course). Best regards, Tomas Jogin On 9/5/06, Thijs van der Vossen <[EMAIL PROTECTED]> wrote: > On 5 Sep 2006, at 11:

[Rails-core] modules, a verdict?

2006-09-05 Thread Tomas Jogin
ls in namespaces/models; I know you guys don't use them much but some of us do, are they Teh Unwanted? Very best regards, Tomas Jogin, devoted Rails developer and fan PS. My test to prove this problem, if anyone is interested: 1. create a new rails app. 2. generate a model called "Whatev