search for: snacktime

Displaying 20 results from an estimated 114 matches for "snacktime".

2006 Jul 30
3
Returning custom error messages in ActionWebService
I want to return my own error messages from an API instead of letting the client see the stack trace. I''m returning a custom structure so I guess I could just put a member in that structure for the error message, although that seems like kind of a hack. Any suggestions? Chris
2006 Aug 07
16
Monthly billing and payment processor recommendations?
Hi, I''m setting up a site that will bill on a monthly basis. I would rather not have to worry about storing customer credit card information. Does anyone have recommendations on payment processors that offer monthly billing services? I don''t want to go the paypal route as I want the user to stay on the site. I''m hoping to find an API to integrate with. I have
2006 Aug 08
11
Core dump using sample DumbHttpClient
I''m using the current release branch from the repository (version_0) on freebsd 6.1 with ruby 1.8.4. This is the error that is generated when running the code below at the bottom of the message, plus a gdb bt. Sorry no debugging symbols built into ruby but maybe the bt will help anyways. terminate called after throwing an instance of ''std::runtime_error'' what():
2006 Jul 02
11
Google maps api in ruby/rails
I''ve been looking for any modules/tools that are available for using the google maps api in rails. I found a couple of quick examples, but not much more. If anyone knows of good sites that cover using google maps api in rails please post it here:) Chris
2006 Oct 31
5
mongrel parser for server response
I''m taking a stab at creating a parser to parse the server response using the mongrel parser as a base. Never having used a parser like Ragel before in my life, I''d like some input on the following for parsing an http server response. This is part of my modified version of http11_parser.rl. In particular what would be better than using ''any'' to match the
2006 Aug 26
2
Mongrel grammar file
Hey Zed, any chance you mind sharing the grammar file you use with lemon to create the parser? I''ve been meaning to sit down and learn how to use one of those things. If not, any suggestions on a good resource for learning how to use a LALR parser?
2005 Sep 14
2
drop down select lists within SlideDown section broken in Firefox
If I slide down a section that contains a select list, the selection box is stuck (clicking on the down arrow on the right side of the box has no effect). Works fine in IE. The javascript library is the one that comes with the latest version of rails. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Sep 13
6
flicker in IE with SlideDown/SlideUp
The flicker I am seeing in IE is really really bad with SlideDown/SlideUp. The element I am sliding is a div that contains a table. The tables are stacked on top of each other so that the presentation actually appears as a single table. When I SlideDown, the toggled element flashed into view then disappears before sliding down. On SlideUp it slides up then flashes into view for a split
2005 Oct 30
4
IE crashing
Before I spend a ton of time trying to track something down that might not actually be broken, maybe someone could test this with IE to see if it crashes their browser also. Go to http://asterisk.paymentonline.net:3000/login/user and login as user ''demo'', password ''password''. Then click on the dialplan menu option and then click Add Script once or twice. on my
2007 Jul 15
2
ssl patch
I made a quick patch to em so it will try to read the key/cert from a file if it exists in the cwd, and if not use the hardcoded default. If I added a function in rubymain.cpp to set the location of the pem file, where in em would be the right place to set it? It should be in the same scope as start_tls I would think. I''m checking for the pem file in InitializeDefaultCredentials().
2007 Jun 24
3
Mongrel under opensolars with SMF
Thought I''d drop a note about my experience with running mongrel directly under the solaris service management framework. So far I''m very impressed. SMF is the solaris replacement for the init system. It''s tied much more closely to the OS and for instance doesn''t use pid files. I''ve found you can completely eliminate mongrel cluster, and for that
2006 Jul 22
5
HTML generation w/out browser Interpretation
I just recently moved my web application to production mode and published it online. While everything functioned ok locally, I have a very bizarre error now affecting my application. One of my controllers, Work, is not behaving properly. Whenever I call the action new, create, edit, or update I get all of the HTML generated to my browser (this happens in Firefox, Camino, and Safari) but the
2005 May 17
2
Asterisk and Credit Card Machines
I had CC readers going over the internet (with pings over 80ms) connected to Linksys PAP2. It was only successful once every 3 attempts. I had 100% reliability when it was connected on LAN. Timing is an issue, if you doing everything on LAN it should not be a problem. Just make sure you use G.711 protocol. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com
2005 May 13
0
My experience with our VS-1 Asterisk server
...happy to answer questions by email or phone about my experience with our VS-1. Anthony Gagliardo 501-765-0229 Message: 21 Date: Thu, 12 May 2005 22:37:08 -0400 From: "The VoIP Connection" <asterisk-biz@thevoipconnection.com> Subject: RE: [Asterisk-Users] * Server To: "'snacktime'" <snacktime@gmail.com>, "'Asterisk Users Mailing List - Non-Commercial Discussion'" <asterisk-users@lists.digium.com> Message-ID: <20050513023650.5A6E7FC0D3@lists.digium.com> Content-Type: text/plain; charset="us-ascii" Chris, Obviously we...
2005 Mar 25
2
WaitExten question
I'm a bit confused about how WaitExten works. I assumed that when it returns 0, the next priority in the extension would be executed, but that doesn't seem to be the case. When I get to WaitExten and enter extension 8, it plays the message, then Waits another 10 seconds and times out. [local] exten => s,1,Wait,1 ; Wait a second, just for fun exten =>
2006 Jul 23
2
mongrel 0.3.13.3 in debug mode chewing up memory
In development mode with debug turned on mongrel adds several mb of memory per request. This is on freebsd 6.1-RELEASE Is this normal? Chris
2005 Oct 10
3
Scrollable DIV causes flicker in FF - SlideDown & SlideUp
I have a fixed height scrollable div inside another div that controls the slideDown and slideUp effects. This causes a really bad flicker in Firefox (1.0.7) for the entire duration of the slide down and up. While on the other hand it works smoothly in IE (except that on a slideUp it causes a last second flash that shows the entire div). Any ideas on how I can fix this? Thanks.
2007 Apr 03
11
monit vs mongrel cluster
Is there anything mongrel cluster gives you that monit doesn''t? I''ll be using monit to monitor a number of other services anyways, so it seems logical to just use it for everything including mongrel. Chris
2007 Feb 02
6
Mongrel and MemcacheSessionStore
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey, I''ve been using Mongrel for quite some time now but I ran into an issue that threw me back to lighttpd + fastcgi. The application in question was running fine in the production environment with SQLSessionStore and using a mongrel cluster behind a load balancer. However, by switching to a MemcacheSessionStore (using either
2006 Jun 21
2
displaying contents of dispatch.fcgi rather than running it
SYSTEM: Apache2/RHEL4/FastCGI latest gem, ruby and rails builds. -- i''ve installed rails on the above system. i get the ''riding on rails'' welcome page, but when i click ''about your applications environment'', it returns the contents of the dispatch.fcgi file, instead of running it. i''ve been struggling with this one for quite some time with