Displaying 20 results from an estimated 90000 matches similar to: "BACKPACK: There was a problem processing your email"
2006 May 17
65
BACKPACK: There was a problem processing your email
We''re sorry, but there was an error processing your recent email to a
Backpack page:
Subject: Re: [Rails] Knowing id before a call to save
To: rails@lists.rubyonrails.org
There''re a variety of things that can cause you to see this error, but it''s
OUR fault, NOT YOURS. Often times this is a temporary glitch that will be
fixed within a few seconds or minutes.
2006 Jan 06
3
BACKPACK: There was a problem processing your email
We''re sorry, but there was an error processing your recent email to a
Backpack page:
Subject: Re: [Rails] RoR API Firefox search plugin
To: rails@lists.rubyonrails.org
There''re a variety of things that can cause you to see this error, but it''s
OUR fault, NOT YOURS. Often times this is a temporary glitch that will be
fixed within a few seconds or minutes.
2005 May 06
17
FYI: watch out for google's web accelerator - can empty your app of data
Hi All,
A co-worker passed this info on to me:
http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fast_an_alert_for_web_app_designers.php
The Skinny: Google has a "Web Accelerator" that pre-caches pages by
following url''s. If you have any plain/simple URL''s that don''t take
paramaters (like what often happens in rails apps), it will try to
2005 May 17
7
Basecamp API
Seeing as how the new Basecamp API reflects a similar use of RoR that
I have been working on I''m curious as to what we can expect to be
extracted from there in 0.13?
Was the API written as an ActionWebService or just as a set of controllers?
Any generic AR xml parsing/output methods that we may see in 0.13?
Any reason you decided to do everything with HTTP Get instead of
utilizing
2006 Feb 04
2
Differentiating between normal site content and accounts with subdomains
I''m using the subdomains as accounts method fine on a project, but
I''m wondering what is the best way to differentiate between account
subdomains to access the app using an account, and www.domain.com and
domain.com in order to show normal site content.
I''ve noticed that on Backpack, it seems that when you leave the
information pages and start using the app,
2006 Jun 06
4
Comet/Continuations/Armeggedon
Hello all-
Forgive me if this has been discussed before- I searched the archives
and didn''t see anything. Anyway, here it goes-
There is a lot of talk lately about Comet-based applications- that
is, web apps that hold connections to the server open for a very long
time, to effectively achieve realtime data push from the server to
the browser. Currently, there are a few web
2005 Dec 21
3
Patch Cycle
Hello,
I submitted a patch <http://dev.rubyonrails.org/ticket/3287> (
http://dev.rubyonrails.org/ticket/3287) a couple of days ago. The patch adds
some methods into and changes the existing methods in the CaptureHelper
module. It should not, as I can see, affect any existing Rails
implementations.
I added the relevant unit tests and all but one of the tests pass. The test
that fails failed
2006 Jan 10
14
Not wishing to instigate a DB war, but...
Can I get some opinions on which free DB to use with rails for a virtual
server that will eventually be doing lots of heavy database lifting?
Not a lot of heavy duty querying per se. Think multiple simultaneous
forums and blog sites and the like.
I know each of the different DB possibilities such as MySQL and
PostgreSQL has plus points and minus points. I''m particularly
interested
2006 Jan 19
0
Microsoft is Coding4Fun with 37s Backpack!!
Hello all,
I thought this was an interesting hit in my rss viaduct :
Coding4Fun : XML 4 Fun : Taking the Backpack offline
http://msdn.microsoft.com/coding4fun/xmlforfun/BackPackAPI_PartI/default.aspx
The gist, learn XML with microsoft''s leet tools via the 37s Backpack API.
--
------------------------------
Forget the icing. Bake the Cake!
- the epi-centered developer
2003 Nov 17
1
Re: Questions about your Neuros (was: [faq?] Portable players supporting ogg vorbis)
Daniel Déchelotte (maitre_yodan@club-internet.fr) wrote:
> Hi Greg,
I'm cc'ing the list because I'm sure these questions will be of use to
many other people.
> Yeah, I also find it hard to resist, but there is still one bit that
> concerns me: this huge and not so good-looking black backpack. How big is
> it actually? I am suspecting it's huge because I can't
2006 May 16
9
Array in database?
Hello, I wanted to know how to make an aray in the database. I''m making
a "backpack" for my game. So i''m gana use it in a array.
--
Posted via http://www.ruby-forum.com/.
2005 Dec 31
4
How might I use file_column for incoming email attachments?
I''m writing a ''Mailman'' model that catches emails sent to my
application (kind of like backpack, I think). The trouble is that
I''d like to save image attachments in the same was that file_column
saves them--in fact, I''d really like to use a simple assignment like
photo.image = attachment to save the image in its proper place.
However,
2006 Jan 09
3
Emailing lost passwords
This might be a stupid question and if so then humor me with smart
remark and the answer :)
I want to have a feature on my site that allows me to email forgotten
passwords back to the user (like what Backpack does). Now I''m currently
encrypting the user''s password + salt before saving to the database
using code borrowed from the LoginGenerator.
The question I have is there
2013 Sep 12
3
[PATCH 1/1 V3] x86/AMD-Vi: Add additional check for invalid special->handle
From: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
This patch handle additional cases for IVRS bugs where special->handle
is not correctly initialized for IOAPIC and HPETS due to firmware bugs.
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Provide logic in "is_ioapic_overidden()"
Signed-off-by: Jan Beulich <JBeulich@suse.com>
---
2010 Oct 19
2
pdflush kernel thread pops up every 10 seconds or so and video decoding grinds to a halt for 1/2 a second
Hi. A friend of mine was doing real-time video decoding on
Fedora Core 13 and he had a performance glitch (1/2 a second
freeze) every 5-10 seconds. "top" showed flush-253:0
process at the moment of the freeze.
Major device number 253 corresponds to device-mapper. I advised my
friend to re-install his FC13 without LVM, to see if the glitch
is related to LVM.
After re-installing FC13
2006 Apr 20
4
Small Date Formatting Question regarding datetime_select()
Is there a way to make datetime_select() dropdowns work on a 12hr
clock? I need to make a input field that works exactly like the
reminders datetime selecton dropdowns in Backpack to populate a
datetime field in my DB. i.e in the format: month, day, year ? hour
(1-12) minute am/pm. Should I change my database to have a separate
column for date and one for time and use date_select()?
Can
2017 Apr 11
4
Ignoring /run/user/X
We are running into an issue relating to snmpd and the temporary partitions
created in /run/user/ so any insight by someone with magical
net-snmp skills would be much appreciated.
Our monitoring app walks all our servers.
We modify /etc/snmp/snmpd.conf on all our servers to just have one line:
rocommunity ourcommnuityname monitor.ing.app.ip
This has worked just fine for almost 10 years.
Since
2006 Apr 03
11
View source after AJAX update?
Does anyone know how to view the new source in IE after an AJAX update? When I "view -> source" I get the original page source, not the page source as updated.
Thanks in advance,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060403/e8d96b2e/attachment.html
2006 Jan 16
3
37s style modularization ?
Hello all,
I remember and have lost a link to the blog on hints about 37s
modularization of basecamp, backpack, etc.
Anyone remeber this and can remind me of the link?
Thanks !
--
------------------------------
Forget the icing. Bake the cake!
- the epicentered developer
------------------------------
Peter Fitzgibbons
-------------- next part --------------
An HTML attachment was
2007 Jun 13
4
false alerts/shutdown
Hello,
I've installed Nut (2.0.5) on RedHat a week ago, and upsmon seems to
generate false alarms every hour:
...
Jun 8 06:10:56 nutevalserver upsmon[2849]: UPS
usb-mge-evolution at localhost on line power
Jun 8 06:35:46 nutevalserver upsmon[2849]: UPS
usb-mge-evolution at localhost on battery
Jun 8 06:35:51 nutevalserver upsmon[2849]: UPS
usb-mge-evolution at localhost on line power