Re: Why does Heroku always find unresolved dependencies?

2011-01-30 Thread Volkan Unsal
This is from my deployment message. I dunno...is it normal? Writing objects: 100% (13/13), 1.88 KiB, done. Total 13 (delta 10), reused 0 (delta 0) - Heroku receiving push - Rails app detected - Detected Rails is not set to serve static_assets Installing

Help getting app to start running?

2011-01-30 Thread Jason Preston
I've put the output from $ heroku logs on pastie for reference: http://pastie.org/1511022 I have an app that runs beautifully on ruby 1.9.2 and rails 3.0.3 in my local rvm environment, but after pushing to heroku and doing heroku stack:migrate to bamboo-mri-1.9.2 my app will not start. I don't

Downgrading newrelic

2011-01-30 Thread Helder Ribeiro
I'm using NewRelic Gold right now, and want to downgrade to Silver. If I do heroku addons:add newrelic:silver does that downgrade the same account (preserving data), or do I have to remove the gold addon and then add the silver? Thanks, Helder -- You received this message because you are

Re: Help getting app to start running?

2011-01-30 Thread Scott LaBounty
When I tried something similar, I didn't have much luck with migrating a stack. Try creating a new project with 1.9.2 initially and then your push. That may work better. Scott On Sun, Jan 30, 2011 at 12:40 AM, Jason Preston jasonp...@gmail.com wrote: I've put the output from $ heroku logs

Re: Help getting app to start running?

2011-01-30 Thread Jason Preston
Unfortunately it gives me the same error. I even went ahead and commented the group :development blockin my Gemfile just in case there was something I'm requiring for dev that is being left out of production and breaking it...no dice. Just for fun I tried migrating to 1.8.7 to see if it ran -- it

Re: Help getting app to start running?

2011-01-30 Thread Oren Teich
You seem to be missing whatever provides Digest. Does it run locally if you create a blank gem set in RVM (rvm create 1.9.2@blank - make sure you don't have default gems by running gem list in that gemset). Oren On Sun, Jan 30, 2011 at 9:56 AM, Jason Preston jasonp...@gmail.com wrote:

getting the root of my domain pointed to proxy.heroku.com

2011-01-30 Thread JDeville
This is really a dns question, but my provider isn't being very responsive. What dns record to I need to add, to make the root of my domain (wishgenies.com) point to proxy.heroku.com? I can create a cname for www.wishgenies.com, but I can't do that for the domain root. Thanks! -- You received

Re: getting the root of my domain pointed to proxy.heroku.com

2011-01-30 Thread Oren Teich
You can't - you need to setup A records. http://docs.heroku.com/custom-domains#dns-setup On Sun, Jan 30, 2011 at 10:10 AM, JDeville jeffdevi...@gmail.com wrote: This is really a dns question, but my provider isn't being very responsive. What dns record to I need to add, to make the root of

Re: Help getting app to start running?

2011-01-30 Thread Jason Preston
Interesting. I created an empty gemset, typed gem list and got: *** LOCAL GEMS *** rake (0.8.7) rubygems-update (1.4.2) So I started rails server and ran the app WITHOUT running bundle install, and everything worked. This puzzled me. So I typed: Sooper-2:Potluk Jasonp$ which ruby

Re: Downgrading newrelic

2011-01-30 Thread Helder Ribeiro
Thanks! On Sun, Jan 30, 2011 at 5:16 PM, Miles Smith mi...@vimae.com wrote: Try heroku addons:upgrade newrelic:silver Kindof opposite of what you'd think, but that's the way to do it. On Jan 30, 2011 7:17 AM, Helder Ribeiro hel...@gmail.com wrote: I'm using NewRelic Gold right now, and want

If WebSolr search stopped working for you in the past two hours...

2011-01-30 Thread Stephen Cremin
About two hours ago I got a message through from Exceptional that a search failed with a RSolr::RequestError. Sure enough, search was down on my site. I checked the twitter feed of WebSolr: http://twitter.com/websolr It didn't seem a coincidence that about the time search stopped working on my

Re: Help getting app to start running?

2011-01-30 Thread Jason Preston
resolved: as part of my user model (built from scrach) I explicitly called require 'Digest' in order to do a one-way hash on user passwords, I'm guessing that was the issue. I discovered that as I fixed my ruby/rails local dev environment, then made a NEW rails app, manually re-generated the

Re: If WebSolr search stopped working for you in the past two hours...

2011-01-30 Thread Nick Zadrozny
Hi Stephen, Nick from Websolr here. Indeed, we did have a bit of a hiccup earlier today. The number of indexes affected was relatively small, as it occurred on only one server. Folks that were affected would have been those who added the Websolr add-on between mid-December and mid-January. Some

Re: If WebSolr search stopped working for you in the past two hours...

2011-01-30 Thread Stephen Cremin
Thanks, Nick My search engine did go down again in the past hour and I had to re-index my records once more to fix that. I'm based in Asia where it's Monday morning and my site's busiest time so I'm not going to do anything drastic right now. I'll wipe the index and regenerate it overnight and

Re: If WebSolr search stopped working for you in the past two hours...

2011-01-30 Thread Nick Zadrozny
A few more thoughts— It's always handy to harden your applications against potential downtime with any third-party service. Here's how you can accomplish that if you're using Websolr: 1. Queue your writes Elijah Miller has a module to use with DelayedJob: https://gist.github.com/392468 Mat

Re: Why does Heroku always find unresolved dependencies?

2011-01-30 Thread Volkan Unsal
Anyone can help me? This doesn't always happen. My other apps do not find unresolved dependencies every time I deploy, but I don't know what is the difference between them and this. On Jan 30, 5:53 am, Volkan Unsal spockspla...@gmail.com wrote: This is from my deployment message. I dunno...is

Re: Why does Heroku always find unresolved dependencies?

2011-01-30 Thread Wesley Gamble
Are you using Bundler? Sent from my iPhone On Jan 31, 2011, at 1:14 AM, Volkan Unsal spockspla...@gmail.com wrote: Anyone can help me? This doesn't always happen. My other apps do not find unresolved dependencies every time I deploy, but I don't know what is the difference between them and