DBMechanic status?

2008-02-25 Thread Chris Curvey
Not to be a noodge, but I was wondering if there was a status update on DBMechanic for Pylons? If there's a version in development, I can offer to be a guinea pig for it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

RE: DBMechanic status?

2008-02-25 Thread John_Nowlan
see http://groups.google.ca/group/dbsprockets/browse_thread/thread/e75273d3f 46c5c4d?hl=en and planning on poking around time permitting... feel free to give a try yourself, as the thread says, minor changes to a couple of files, commenting out tg specifics that should not prevent data from

Re: paster process immortal?

2008-02-25 Thread Mike Orr
On Fri, Feb 22, 2008 at 8:32 AM, Eric Ongerth [EMAIL PROTECTED] wrote: While learning to use Pylons, on occasion I've noticed that my site in development still responds to http even after I have pressed Ctrl-C in the shell window in which I was running paster serve --reload

Re: setup-app not working for composite pylons app?

2008-02-25 Thread Mike Orr
On Fri, Feb 22, 2008 at 11:06 AM, Brian Granger [EMAIL PROTECTED] wrote: We have two pylons apps that we want to combine using a composite app. One of our pylons apps has a database that needs to be setup using the standard 'paster setup-app' command. I have doubts about whether setup-app

Re: auto_dispatch decorator, request for comments

2008-02-25 Thread Mike Orr
Maybe. We're considering REST enhancements for Routes 2; we'll add this to the list of possibilities. --Mike On Fri, Feb 22, 2008 at 3:15 AM, mat [EMAIL PROTECTED] wrote: Hi everybody, I'm fairly new to pylons and being playing around with it. I really like the idea of the rest

Re: Pylon is can't found unenglish file name

2008-02-25 Thread zunzun
Could you please show a working example next to a non-working example? James On Feb 25, 12:26 am, Geon. [EMAIL PROTECTED] wrote: hi. im just want render image on browser.. but pylon is can't find file has unenglish name.. where myapp/public/ english name file's are well rendered

Re: New SQLAlchemy tutorial

2008-02-25 Thread askel
Mike, Thank you for posting tips like that and keeping them up to date. There is small typo in load_environment section -- init_model is referred as init_engine. I'm using little different approach. Instead of defining init_model() and calling scoped_session() with bind parameter I simply

show_button is not defined -- error in prototype.js?

2008-02-25 Thread Eric Ongerth
I searched for show_button and found no related posts, so here goes. I frequently get the following error when working with my project, using Firebug in Firefox: show_button is not defined prototype.js(line 273) and the following error content: show_button is not defined

Re: show_button is not defined -- error in prototype.js?

2008-02-25 Thread askel
Eric, Apparently, your javascript code is calling Element.update() with second argument that contains script tag with show_button('extra_data_text', 'text version') as its text. Most likely it is coming from Web server response to Ajax request. On Feb 26, 2:47 am, Eric Ongerth [EMAIL PROTECTED]