Re: Pushing a non-master local branch to Heroku

2010-10-15 Thread Peter van Hardenberg
No, Heroku always runs your master branch. You have to push to it. It's noteworthy that you cannot push a tag directly. To push a tag, do this: git push heroku my_tagged_version^{}:master -p On Fri, Oct 15, 2010 at 12:01 PM, Wes Gamble wrote: > Jimmy, > > So what I should have done was create

What is the expected Sendgrid add-on delay in sending outbound email?

2010-10-15 Thread Wes Gamble
All, Registered a couple of users on my site and still haven't seen confirmation emails - they appear to have been sent per the logs. What's the longest anyone has had to wait to see emails from their site when using the free Sendgrid add-on. Just trying to get a sense of reasonable expect

Correction to documentation on SendGrid add-on

2010-10-15 Thread Wes Gamble
When using the Sendgrid add-on, the following needs to be in config/production.rb: config.action_mailer.default_url_options = {:host => 'smtp.sendgrid.net'} or you will get errors that complain about hostname not being set when you attempt to send emails using SendGrid. Someone please upd

WebSolr Installation Failing..

2010-10-15 Thread William Flanagan
Hi, I'm trying to install WebSolr into my heroku application. I have it running locally with the gem, but installing it onto Heroku is failing with the following message: heroku addons:add websolr:silver Adding websolr:silver to mafu... /Users/wflanagan/.rvm/gems/ruby-1.8.7-p302/gems/rest-cl

Re: ETA on db:pull not updating

2010-10-15 Thread Mark Swardstrom
In case this is happening to anyone else - here's a workaround to at least be able to give yourself an estimate... Go to heroku console - find the number of records in the table Class.count Switch db's in your psql client and select count(*), Now() in the table to see how fast it's updating. D

ETA on db:pull not updating

2010-10-15 Thread Mark Swardstrom
When I pull from heroku I don't see the ETA update, it just updates when the row is filled in completely. $ heroku db:pull --app production Loaded Taps v0.3.13 Auto-detected local database: postgres://localhost/myapp_development?encoding=utf8 Warning: Data in the database 'postgres://localhost

Re: Pushing a non-master local branch to Heroku

2010-10-15 Thread Wes Gamble
Jimmy, So what I should have done was create a new remote tracking branch on heroku named "crm" and then pulled from it to create a branch locally? In the meantime, I merged my "crm" branch back into "master" so that's ok. Thanks, Wes On 10/14/10 7:31 PM, Jimmy Thrasher wrote: Hi Wes, Thi

Re: Pushing a non-master local branch to Heroku

2010-10-15 Thread John Barnette
On Oct 15, 2010, at 10:59 AM, Joel VanderWerf wrote: > On 10/14/2010 05:31 PM, Jimmy Thrasher wrote: >> This is basic Git repo behavior. The commit your crm branch points to >> isn't a direct descendent of your Heroku repository's master branch. >> >> You can force it by doing: git push -f heroku

Re: Pushing a non-master local branch to Heroku

2010-10-15 Thread Joel VanderWerf
On 10/14/2010 05:31 PM, Jimmy Thrasher wrote: This is basic Git repo behavior. The commit your crm branch points to isn't a direct descendent of your Heroku repository's master branch. You can force it by doing: git push -f heroku crm:master I'm new to git+heroku, so I'll ask: what is the pre

Re: Getting Resque/Redis working

2010-10-15 Thread rmontgomery429
I am also receiving this exact same error. If you (or anyone else) has any new information - do share. Ryan On Oct 7, 12:39 am, Gabriel wrote: > I'm following this example,http://github.com/brodyberg/heroku_redis_example > in order to get Resque/Redisworking and it seems pretty > straightforward

Re: Pushing a non-master local branch to Heroku

2010-10-15 Thread Jimmy Thrasher
Hi Wes, This is basic Git repo behavior. The commit your crm branch points to isn't a direct descendent of your Heroku repository's master branch. You can force it by doing: git push -f heroku crm:master but I'm not sure that's what you want... it'll change heroku/master to be something and mig

Re: Getting Resque/Redis working

2010-10-15 Thread rmontgomery429
I suppose I should mention my app is Rails3 and I'm trying to use Resque for background jobs. The message I get is as follows: Errno::EAFNOSUPPORT (Address family not supported by protocol - socket(2)): /lib/session_processor.rb:109:in `process' /lib/session_processor.rb:103:in `each' /lib/

Re: Google AuthSub

2010-10-15 Thread cyril mougel
On 14 oct, 16:33, AlexG wrote: > Has anyone used Google's AuthSub mechanism for authenticating a toy > heroku app to access Google API data? I'm trying to use the Maps API, > but when I send the authentication request Google complains that > heroku.com is not registered. Here is the AuthSub URL I'

Re: new AWS SSL feature

2010-10-15 Thread John Barnette
On Oct 15, 2010, at 10:04 AM, Jim Gilliam wrote: > http://aws.typepad.com/aws/2010/10/elastic-load-balancer-support-for-ssl-termination.html > > Curious if Amazon's new support for SSL termination on the ELBs will help the > ongoing quest to make custom SSL certificates cheap and reliable on Hero

new AWS SSL feature

2010-10-15 Thread Jim Gilliam
http://aws.typepad.com/aws/2010/10/elastic-load-balancer-support-for-ssl-termination.html Curious if Amazon's new support for SSL termination on the ELBs will help the ongoing quest to make custom SSL certificates cheap and reliable on Heroku Jim Gilliam http://twitter.com/jgilliam http://3dn

Older versions of Safari and Hostname Based Custom SSL

2010-10-15 Thread Chap
Anyone have problems using the Hostname Based Custom SSL and older versions of Safari throwing errors such as "cannot get a secure connection to the server"? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@g

Re: Does Heroku support sourcing a gem from within the app using the :path option in Bundler?

2010-10-15 Thread marcel
I think you need to point :path one folder deeper, like: gem 'devise', :path => 'vendor/gems/devise-1.0.8' -- 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, s

حصريا:: للكبار فقط (+23) فيلم التركي الذي منع من العرض ...‎

2010-10-15 Thread l
حصريا:: للكبار فقط (+23) فيلم  التركي الذي منع من العرض ...‎[1] Links: -- [1] http://bit.ly/bcvaFf -- 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, sen

Re: Multiple domains per app

2010-10-15 Thread Steve Smith
If this is the Zerigo add-on then I believe that you can only have one domain with the first package. You need to add a higher package to be able to add more custom domains. Once you have aded the package you can just do $heroku domains:add example.com? Don't know if that helps, Steve On 15 O