Re: Campfire Deploy Hook

2010-01-18 Thread Pedro Belo
Hi Matt,

Can you please open a ticket at support.heroku.com?

We'll take a look and make sure the hook is working for new/previous
accounts. If you can provide us a test account (like, a login to any
empty room) it would help :)

Thanks,
Pedro

On Thu, Jan 14, 2010 at 6:31 AM, Matt Polito  wrote:
> Ever since 37signals made the change to their new accounts system, I
> have been having much trouble with my Campfire deploy hook.
>
> On apps that already had it before the change, I know get a failed
> deploy hook with the error message that my account required SSL.
>
> On new Campfire deploy hooks... I cannot even get it to recognize my
> credentials.
>
> Is anyone else experiencing this or know a workaround?
>
> --
> 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.
>
>
>
>
-- 
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.




Re: App failed to start

2010-01-18 Thread Sunny Beach
My problem was related to the way I had restful_authentication
included in the project.

(from memory) I had cloned restful_authenticaion (using git) instead
of actually downloading a clean copy. The git records from the
download were "messing with" the local/heroku git stuff.

I remember seeing an article (think it was a Heroku help doc)
explaining that this could be one of the problems. I can not find that
exact document at the moment but hopefully this helps.

Sunny

On Mon, Jan 18, 2010 at 10:17 AM, Auke  wrote:
> HOW?! :)
>
> I've ran into the same problem...
>
> On Dec 28 2009, 4:58 am, Sunny Beach  wrote:
>> Hello All,
>>
>> I got everything working.
>>
>> Thanks,
>> Sunny
>>
>> On Fri, Dec 25, 2009 at 9:07 AM, Sunny Beach  
>> wrote:
>> > Merry Christmas but my App failed to start.
>>
>> > I spent some time last night working on a new (my first) Heroku app.
>> > It is pretty simple with restful_authentication and one other model/
>> > controller. I get the message below when trying to visit it at:
>>
>> >http://thebook.heroku.com/
>>
>> > I am pretty sure it is a problem with restful_authentication but am
>> > not sure how to fix it.
>>
>> > Everything in the setup/migration seemed to work well. Any ideas?
>>
>> > Thanks,
>> > Sunny
>>
>> > ===
>>
>> > /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
>> > active_support/dependencies.rb:105:in `const_missing': uninitialized
>> > constant User::Authentication (NameError)
>> >        from /disk1/home/slugs/104904_c7aa99c_45b4/mnt/app/models/user.rb:4
>> >        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
>> > 31:in `gem_original_require'
>> >        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
>> > 31:in `require'
>> >        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
>> > active_support/dependencies.rb:158:in `require'
>> >        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
>> > active_support/dependencies.rb:265:in `require_or_load'
>> >        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
>> > active_support/dependencies.rb:224:in `depend_on'
>> >        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
>> > active_support/dependencies.rb:136:in `require_dependency'
>> >        from 
>> > /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:
>> > 414:in `load_application_classes'
>> >         ... 23 levels...
>> >        from 
>> > /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:
>> > 29:in `instance_eval'
>> >        from 
>> > /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:
>> > 29:in `initialize'
>> >        from /home/heroku_rack/heroku.ru:1:in `new'
>> >        from /home/heroku_rack/heroku.ru:1
>
> --
> 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.
>
>
>
>
-- 
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.




X_HTTP_METHOD_OVERRIDE header ignored by Heroku

2010-01-18 Thread Dave
Hi,

I have a flex front end that is not terribly REST friendly. The flash
player (which flex runs on) doesn't support either the DELETE or PUT
verbs.

In the local development environment, which runs Rails 2.3.5, I get
around this issue by sending POST requests from flex that include an
X_HTTP_METHOD_OVERRIDE header of either 'put' or 'delete'. Rails
correctly identifies these POSTs as PUT or DELETE requests. (Prior to
Rails 2.3.2 it was also possible to instead include _method=put in the
URL, but no longer.)

However, in Heroku, the X_HTTP_METHOD_OVERRIDE header is apparently
lost or ignored somehow and Rails attempts to process these requests
as POSTs. (Heroku is also on Rails 2.3.5.)

Does anyone know why this is the case or - better still - how I can
simulate PUT and DELETE requests in the Heroku environment?

Thanks in advance,
Dave
-- 
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.




Re: App failed to start

2010-01-18 Thread Auke
HOW?! :)

I've ran into the same problem...

On Dec 28 2009, 4:58 am, Sunny Beach  wrote:
> Hello All,
>
> I got everything working.
>
> Thanks,
> Sunny
>
> On Fri, Dec 25, 2009 at 9:07 AM, Sunny Beach  wrote:
> > Merry Christmas but my App failed to start.
>
> > I spent some time last night working on a new (my first) Heroku app.
> > It is pretty simple with restful_authentication and one other model/
> > controller. I get the message below when trying to visit it at:
>
> >http://thebook.heroku.com/
>
> > I am pretty sure it is a problem with restful_authentication but am
> > not sure how to fix it.
>
> > Everything in the setup/migration seemed to work well. Any ideas?
>
> > Thanks,
> > Sunny
>
> > ===
>
> > /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
> > active_support/dependencies.rb:105:in `const_missing': uninitialized
> > constant User::Authentication (NameError)
> >        from /disk1/home/slugs/104904_c7aa99c_45b4/mnt/app/models/user.rb:4
> >        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > 31:in `gem_original_require'
> >        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > 31:in `require'
> >        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
> > active_support/dependencies.rb:158:in `require'
> >        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
> > active_support/dependencies.rb:265:in `require_or_load'
> >        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
> > active_support/dependencies.rb:224:in `depend_on'
> >        from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
> > active_support/dependencies.rb:136:in `require_dependency'
> >        from 
> > /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:
> > 414:in `load_application_classes'
> >         ... 23 levels...
> >        from 
> > /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:
> > 29:in `instance_eval'
> >        from 
> > /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:
> > 29:in `initialize'
> >        from /home/heroku_rack/heroku.ru:1:in `new'
> >        from /home/heroku_rack/heroku.ru:1
-- 
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.