Re: get the production log of my application

2010-07-22 Thread Sergio Lima
ok john tks but it didn't work. I received the following error: Qui Jul 22 05:48:00 $ heroku logs /Users/sergiosouzalima/.rvm/ gems/ruby-1.9.2-h...@rails3beta/gems/rest-client-1.4.2/lib/restclient/exceptions.rb:76:in `http_body': undefined method `body' for nil:NilClass (NoMethodError) from

Re: get the production log of my application

2010-07-22 Thread johnb
heroku logs in ur local project folder in terminal John On Jul 20, 9:16 am, Sergio Lima wrote: > Hi group, > >    I'm a Heroku user. I have an application in Rails 3 and ruby 1.9.2 hosted > at Heroku. > >    Please I have to get the production log of my application. How can I do > that ? > > t

get the production log of my application

2010-07-22 Thread Sergio Lima
Hi group, I'm a Heroku user. I have an application in Rails 3 and ruby 1.9.2 hosted at Heroku. Please I have to get the production log of my application. How can I do that ? tks -- Sergio Lima sergiosouzal...@gmail.com www.sergiosouzalima.com.br Contacte-me [im

CAS + Castronaut + databases + heroku

2010-07-22 Thread Russell Quinn
I am trying to implement a single-sign-on setup with Castronaut (which runs on Sinatra.) What I want to do: - Castronaut app (Sinatra) at: https://login.examle.com - User management app (Rails) (user creation, forgotten passwords, entry of global information such as addresses, etc.) at: https://

Re: keep-alive time?

2010-07-22 Thread Jacob Vorreuter
Yeah, connections are closed after 30 seconds On Jul 20, 2010, at 11:50 AM, Kevin Patel wrote: > What is the Keepalive interval on heroku, 30secs? > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to her...@

Paperclip: `method_missing': undefined method `has_attached_file'

2010-07-22 Thread pcg79
Hello, I'm in the process of deploying my first Heroku app and I'm having a problem. My Rails 3 beta4 app (running on bamboo-mri-1.9.1) uses Paperclip 2.3.3. While it works fine in development and in "production" locally (RAILS_ENV=production rails server) I'm getting the following error on my a

Sendgrid making me cry :(

2010-07-22 Thread Michael
Ive been getting this error from sendgrid all morning. Net::SMTPAuthenticationError (535 5.7.8 Error: authentication failed: generic failure ): /usr/ruby1.8.7/lib/ruby/1.8/net/smtp.rb:942:in `check_auth_response' /usr/ruby1.8.7/lib/ruby/1.8/net/smtp.rb:733:in `auth_plain' /usr/ruby1.8.7/lib/r

Re: keep-alive time?

2010-07-22 Thread johnb
yeah, if a request takes too long then Heroku would kill the request, "If your dyno takes more than 30 seconds to respond to a request, the mesh will serve a “Request Timeout” page to the user." from http://docs.heroku.com/performance Hope that helps, John. On Jul 20, 7:50 pm, Kevin Patel wr

Wildcard domains with SSL?

2010-07-22 Thread johnb
What addon would I need to use wildcards domains with a wildcard SSL - is that the $100 beast of an SSL addon? John. -- 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 thi

Re: FAILED: Have you updated to use a 0.9 Gemfile?

2010-07-22 Thread aurels
Thanks for you reply, OK I see. It works if I gitignore my Gemfile.lock (as long as I do not have mongrel inside the Gemfile...). Thanks Steve. aurélien -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@go

Re: FAILED: Have you updated to use a 0.9 Gemfile?

2010-07-22 Thread Steve Smith
Hey, As far as I know Heroku haven't upgraded to bundler 0.10x and since 0.9 and 0.10 are not compatible you will have to use bundler 0.9.x locally to create the lock file (alternatively you might be able to remove the lockfile if you are happy with the latest releases etc). Steve On Jul 22, 11:

FAILED: Have you updated to use a 0.9 Gemfile?

2010-07-22 Thread aurels
Hi, I cannot push one of my Rails3 app anymore, here is what I get : -> Heroku receiving push -> Migrating from bamboo-ree-1.8.7 to bamboo-mri-1.9.1 -> Rails app detected -> Gemfile detected, running Bundler Unresolved dependencies detected; Installing... Your Gemfi