Re: Using Elixir

2007-05-13 Thread Antipin Aleksei
Hi There is a follow up somewhere on this list (sorry, too lazy to track it down) that notes that Elixir has its own session context, and as far as I can tell, you have to use that one instead of creating one through pylons.database. Instead of: from pylons.database import

Using Elixir

2007-05-12 Thread Antipin Aleksei
Hi I posted this qeustion to sqlalchemy maillist but it seems to be a Pylons problem. This is the original question I implemented simple form to edit user table. Suppose we have user2, u...

Re: Using Elixir

2007-05-12 Thread __wyatt
On May 12, 3:55 pm, Antipin Aleksei [EMAIL PROTECTED] wrote: Hi I posted this qeustion to sqlalchemy maillist but it seems to be a Pylons problem. This is the original question I implemented simple form to edit user table. Suppose we have user2, u...

Re: Using Elixir

2007-05-12 Thread __wyatt
On May 12, 3:55 pm, Antipin Aleksei [EMAIL PROTECTED] wrote: Hi I posted this qeustion to sqlalchemy maillist but it seems to be a Pylons problem. This is the original question I implemented simple form to edit user table. Suppose we have user2, u...

Using Elixir with Pylons

2007-02-21 Thread wyatt-bC
I just started using Elixir (which seems quite nice so far) with Pylons. I was having a bit of trouble getting things set up, but I think I've worked out a decent solution, which I just posted over on the Elixir list. Hopefully it's helpful to someone (or perhaps someone has a better idea). http