Re: [Rails-core] Investigating i10n/i18n issues

2005-12-20 Thread Thijs Van Der Vossen
On 19 Dec 2005, at 22:10 , Jean-Christophe Michel wrote: Julian 'Julik' Tarkhanov a écrit : What do you think? Please note that I am heavily biased because every single piece of software I used since I was 12 had problems with Russian letters, and Rails is no exception 10 years later, on a fully

Re: [Rails-core] What's the status on flexible fixtures?

2005-12-20 Thread James Adam
I can second this interest - I've adapted Duanes patch for our projects and it's a sound piece of code, I can't see any reason why it shouldn't be a part of Rails proper. On 12/18/05, Duane Johnson <[EMAIL PROTECTED]> wrote: > Hi, > > I talked with bitsweat about flexible fixtures at RubyConf but

Re: [Rails-core] Investigating i10n/i18n issues

2005-12-20 Thread Joshua Harvey
I think Julik brought up a very important issue, and I wish it had gotten more attention. Ruby's Unicode string handling is broken, mostly because it doesn't count multibyte characters correctly. Thijs Van Der Vossen wrote: >If you _need_ a dynamic language with a true and tested Unicode >String t

Re: [Rails-core] Investigating i10n/i18n issues

2005-12-20 Thread Obie Fernandez
+1 I don't think I understand the hesitation. obie On 12/20/05, Joshua Harvey <[EMAIL PROTECTED]> wrote: > I think Julik brought up a very important issue, and I wish it had > gotten more attention. Ruby's Unicode string handling is broken, > mostly because it doesn't count multibyte characters

Re: [Rails-core] Investigating i10n/i18n issues

2005-12-20 Thread Wilson Bilkovich
I didn't want to be the first reply, because I'm not part of core, and my support doesn't mean much in the grand scheme of things. That being said, I think the ability to 'fix this' at the framework layer is one of the beautiful parts of Ruby, and we should just go ahead and do it. I'd be happy to

Re: [Rails-core] What's the status on flexible fixtures?

2005-12-20 Thread Tobias Luetke
What is the reason for making fixtures more complicated? I don't see the reason for needing more then one set of fixtures, you could just add more fixtures if you need to test new things. I think there is value in keeping fixtures straight forward; What you want to do is to model a sensible "test"

Re: [Rails-core] Investigating i10n/i18n issues

2005-12-20 Thread Julian 'Julik' Tarkhanov
On 20-dec-2005, at 9:04, Thijs Van Der Vossen wrote: On 19 Dec 2005, at 22:10 , Jean-Christophe Michel wrote: Julian 'Julik' Tarkhanov a écrit : What do you think? Please note that I am heavily biased because every single piece of software I used since I was 12 had problems with Russian let

Re: [Rails-core] What's the status on flexible fixtures?

2005-12-20 Thread James Adam
I'm not sure this is what Duane was suggesting - all his patch gives is some optional control over which table and which class is used to load a particular fixtures file... - james On 12/20/05, Tobias Luetke <[EMAIL PROTECTED]> wrote: > What is the reason for making fixtures more complicated? > I

Re: [Rails-core] What's the status on flexible fixtures?

2005-12-20 Thread Duane Johnson
On Dec 20, 2005, at 9:35 AM, Tobias Luetke wrote: What is the reason for making fixtures more complicated? I don't see the reason for needing more then one set of fixtures, you could just add more fixtures if you need to test new things. There are several reasons for needing this patch. One

Re: [Rails-core] Investigating i10n/i18n issues

2005-12-20 Thread Thijs Van Der Vossen
On 20 Dec 2005, at 17:45 , Julian 'Julik' Tarkhanov wrote: On 20-dec-2005, at 9:04, Thijs Van Der Vossen wrote: On 19 Dec 2005, at 22:10 , Jean-Christophe Michel wrote: Julian 'Julik' Tarkhanov a écrit : What do you think? Please note that I am heavily biased because every single piece of so

[Rails-core] Patch lovin' for #2018? ("rake appdoc fails on Windows systems")

2005-12-20 Thread Rick Bradley
Gurus (Guri? heh), We got burned today by #2018 ("rake appdoc fails on Windows systems"), and did a bunch of ferreting around (starting at the problems in rdoc,rake,rdoc.bat) and ultimately came back to the conclusion that the cleanest way to fix the problem is just a variation on a suggestion alr

Re: [Rails-core] Testing against 1.8.4

2005-12-20 Thread Keegan Quinn
On Sun, Dec 18, 2005 at 09:37:57AM -0600, David Heinemeier Hansson wrote: > So apparently 1.8.4 is soon forthcoming. We need testing against it. The major production Rails application I'm developing at work is running just fine and passing all tests with Rails 1.0 gems and Ruby 1.8.4 preview 2 on