Re: Can I use my own SendGrid credentials?

2010-11-22 Thread jetienne
Hi,

The best way is to change the Heroku config settings.
(heroku config -app your_app)

Regards,

On Nov 21, 4:25 am, Barry Hoggard ba...@tristanmedia.com wrote:
 Can I use my existing SendGrid account on Heroku? Would setting the
 environment variables in config/environment.rb override Heroku's
 version?

-- 
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.



Bundler 1.0.0 RC2 and Rails Beta 3

2010-08-06 Thread jetienne
Hi,

Deploying our app (Rails beta 3), we got the following error :

/usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/bundler/
definition.rb:167:in `initialize': Read-only file system - /disk1/home/
slugs/139138_9f5947d_0aeb/mnt/Gemfile.lock - Heroku has a read-only
filesystem.  See http://docs.heroku.com/constraints#read-only-filesystem
(Errno::EROFS)

This was working fine with previous bundler version.

Any idea how to fix it ? (We won't upgrade Rails for now).

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.