Re: rails 2.3 change the From field with Gmail SMTP?

2010-07-25 Thread Matthew Todd
On Jul 23, 2010, at 2:11 AM, Seriously.Arrested.Development wrote:

> I'd like to specify "Real Name " but the email
> is not deliverred in this case.  Would anyone know of anyway of
> getting around that using the Gmail SMTP?

Which specific versions of Ruby & Rails are you using?

When you include the "Real Name" in the From address, ActionMailers 2.3.3 -- 
2.3.5 improperly set the Return-Path header on Rubies 1.8.7 -- 1.9.x, causing 
mail delivery to fail. [Ticket #2340][1]

If this is what's causing your problem, upgrading to Rails 2.3.8 (while playing 
The Final Countdown) should fix it.

Cheers,  -- Matthew


[1]: 
https://rails.lighthouseapp.com/projects/8994/tickets/2340-action-mailer-cant-deliver-mail-via-smtp-on-ruby-191

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



error in uploading images

2010-07-25 Thread Mateus
I just added a resource to upload image in a small app using
paperclip, everything went fine in local test.

But when I went to upload the image in the deployed app, i got the
following message:

"""We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it
shortly."""

I don't know why, and I have no idea what look for.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



rails 2.3 change the From field with Gmail SMTP?

2010-07-25 Thread Seriously.Arrested.Development
Hi,

Currently if I specify "myadd...@mydomain.com" for the from field, the
email gets delivered, but the name of the sender is set to "myaddress"

I'd like to specify "Real Name " but the email
is not deliverred in this case.  Would anyone know of anyway of
getting around that using the Gmail SMTP?

Thanks a lot!

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



config paperclip for s3

2010-07-25 Thread Mateus
I configured my app as it's show here: http://docs.heroku.com/s3
and upload the files, but, it doesn't work.

I still got the message
"""We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it
shortly."""

When I try to upload a picture (a very small one actually)

the bucket name is correct, also my id key and secret key, but the
problem still.

anyone knows anything else I could try?

--

before I finally post this I took a look on the logs and I found this
message: "The bucket you are attempting to access must be addressed
using the specified endpoint"

I know this is because the bucked is EU based, so, to by-pass the
problem, I created another one US based and it works OK.

I just want know now is if there is specific configuration for Europe
based buckets.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Animating Bundles

2010-07-25 Thread davidvm
Hello everyone,

Sorry if this has already been discussed, but I have to ask it again:

Since it is stated on the Bundles page that:

"Bundles provide an easy way for you to capture and restore your
entire application and database with a single command"  --(http://
addons.heroku.com/bundles)

and that single restore command seems to be bundles:animate,

why does it not just work and restore your entire application and
database back? It creates a new empty app. Are there any steps to
follow after this?

Thanks!!

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.