[web2py] using crud.read() to render a text field as CODE

2011-06-22 Thread LarryEitel
Using crud, is it possible to specify that a text field be displayed (crud.read) as a code block?

[web2py] routes for crud

2011-06-21 Thread LarryEitel
Anyone have suggestions for the following routes: I want: sr = controller sr/1 = view record 1 sr/1/update = update sr/1/delete = delete sr/1/clone = clone sr/1/etc = other actions So I am thinking of the following route: Map sr/id/action --- sr/action/id routes_in = (

[web2py] Re: error emails not being sent

2011-06-14 Thread LarryEitel
You know what they about those who AssUMe. :) Thank you for the quick replies.

[web2py] Ability to display errors on staging server immediately

2011-06-14 Thread LarryEitel
I am interested in the ability to enable the immediate display of errors perhaps on a staging server WITHOUT having to click on a LINK to the error message. Is this possible? Thank you :)

[web2py] Re: web2py Freelancers

2011-06-14 Thread LarryEitel
Nice site! Would be nice if there was a way to submit an invitation to the registered experts to bid/apply/assist.

[web2py] error emails not being sent

2011-06-13 Thread LarryEitel
I have verified SMTP works and sent email from server is received AND I have used same mail object in db.py to send a test message using: mail.send(to=['b...@bla.com'], subject='hello', message='hi there') HOWEVER. Error messages are not being sent. I know it is probably something SUPER

[web2py] Re: error emails not being sent

2011-06-13 Thread LarryEitel
I am under the impression that production errors are automatically sent.

[web2py] Re: Skype Group and/or IRC

2011-06-09 Thread LarryEitel
Thank you for the suggestion!!! Request to join group sent. :)

[web2py] Skype Group and/or IRC

2011-06-08 Thread LarryEitel
Although I am not a regular user of IRC, I do have mIRC and occasionally pop into #web2py. However, when I do and invite dialog there is no response even though there are 20+ users on the same channel. I wonder if anyone would be interested in using a Skype Group for web2py. Or it could be some

[web2py] Table already exists

2011-03-21 Thread LarryEitel
Getting: InternalError: (1050, uTable 'b' already exists) How can I get past this? Yes, the table exists. I suppose I can turn off migration testing. Anyway to update logs, .table files etc to conform to existing tables? Thank you :)

[web2py] Re: Table already exists

2011-03-21 Thread LarryEitel
Thank you for the explanation and suggestion. My foray into web2py is bearing fruit!