On Wed, Jan 14, 2009 at 4:20 PM, Jorge Vargas <[email protected]>wrote:
> > On Wed, Jan 14, 2009 at 8:36 AM, Helio Pereira > <[email protected]> wrote: > > > > I have my TG2 working with auth in Elixir :-) > > Only have to change 2 files model/__init__.py and model/auth.py > > > well if you want to patch TG you need to look into > http://svn.turbogears.org/projects/tg.devtools/trunk/ > I will try :-P > > > Elixir __init__.py is the same as previous versions of tg2, and in > > auth.py only have to remove "require=true" in 3 columns in User table > > so CatWalk works when you need to insert a new user. > > > that is a bug in catwalk. why won't it allow you to have model validation? I have notice that when you want to add a user, group or permission, CatWalk first add a row in the table without values and then creates a form for you to set the values you want. If you have user.user_name NOT NULL in the table definition, then CatWalk have an error... > > > Columns changed are: user_name, email_address, password > > > > I don't change anything in websetup.py and it works fine. > > > you may want to read up a little, as Jonathan pointed out. Elixir is > just "an alternative syntax" so even though code will "just work" it > doesn't means it's "the elixir way". > right. So, that way don't need to create test scripts for Elixir, right? > > > > Regards, > > Helio Pereira > > > > > > On 13 Jan, 20:06, Jonathan LaCour <[email protected]> > > wrote: > >> Mark Ramm wrote: > >> > Exactly, and not claiming support is not equal to it not working > >> > as jonathan says, he's using it extensively. But he's not using > >> > the default auth mechanisms, and he's not able to provide that > >> > level of support to turbogears users. > >> > >> > If someone is, we can easily add the elixir command back to > >> > quickstart. But we were shipping it, and it was broken, and > >> > nobody offered to help fix it. And while we could have done a > >> > one time fix, we would still be in this situation on every future > >> > release where we'd have to do that work without help from anybody > >> > in the elixir community. > >> > >> +1 on all accounts. I really wish I could be the one to offer this > >> support, but I just can't commit to that at the level I'd like > >> right now, at least until things settle down with the release of my > >> application. Working for a startup sucks the life out of you! > >> > >> I do try and respond to Elixir-related questions on the mailing list > >> when I have a chance, and I will continue to do that as much as time > >> allows. > >> > >> Keep up the great work on TG2, folks! > >> > >> -- > >> Jonathan LaCourhttp://cleverdevil.org > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
