[tg-trunk] Re: TurboJson, json and @expose

2009-02-14 Thread Mark Ramm
On Fri, Feb 13, 2009 at 11:35 PM, percious ch...@percious.com wrote: Personally I think we should default to SimpleJson, and then if the user has TurboJson installed, we should default to that. It should be simple enough to put a switch in config. try: import turbojson except:

[tg-trunk] Re: unitesting tools inside your project or in tg.

2009-02-14 Thread Florent Aide
+1 On Sat, Feb 14, 2009 at 4:46 AM, Mark Ramm mark.mchristen...@gmail.com wrote: I think putting them both in testutil is smart. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TurboGears Trunk group. To post to

[tg-trunk] Re: TurboJson, json and @expose

2009-02-14 Thread Jorge Vargas
On Sat, Feb 14, 2009 at 8:45 AM, Mark Ramm mark.mchristen...@gmail.com wrote: On Fri, Feb 13, 2009 at 11:35 PM, percious ch...@percious.com wrote: Personally I think we should default to SimpleJson, and then if the user has TurboJson installed, we should default to that. It should be

[tg-trunk] Re: unitesting tools inside your project or in tg.

2009-02-14 Thread Jorge Vargas
On Fri, Feb 13, 2009 at 8:52 PM, jorge.vargas jorge.var...@gmail.com wrote: While working on http://trac.turbogears.org/ticket/2200 I notice we have an inconsistency. our base controller test class is in the quickstart, yet our base model test class (which is what I'm replacing, because it's

[tg-trunk] Re: dependencies

2009-02-14 Thread Jorge Vargas
On Sat, Feb 14, 2009 at 9:26 AM, Florent Aide florent.a...@gmail.com wrote: tg.devtools still requires repoze.what-quickstart that is not found in our egg index but is present on the pypi index. actually it is there, it's just rc1 and we now require rc2, which is already on SVN but not in the

[tg-trunk] Re: dependencies

2009-02-14 Thread Gustavo Narea
On Saturday February 14, 2009 16:32:31 Jorge Vargas wrote: Since we are in the subject I'll add a notion to delete those two lines permanently, if you want an index you should say so, having a magical flag hide pypi from me is not good, specially when your dealing with a package that has tg

[tg-trunk] Re: dependencies

2009-02-14 Thread Florent Aide
On Sat, Feb 14, 2009 at 7:02 PM, Gustavo Narea m...@gustavonarea.net wrote: On Saturday February 14, 2009 16:32:31 Jorge Vargas wrote: Since we are in the subject I'll add a notion to delete those two lines permanently, if you want an index you should say so, having a magical flag hide pypi