Sorry, should have given a bit more information ...

I didn't have any luck previously with migrating from a 1.8 stack to a 1.9
stack so just recreating the app with 1.9.2 is probably the easiest (only?)
way to do this unless something's changed on the Heroku side. I'm not sure
if you have any other issues, but I'd start by just trying this out and then
going from there.

Scott

On Wed, Mar 9, 2011 at 10:48 AM, Scott LaBounty <[email protected]> wrote:

> I use Ramaze but I had to a) delete my existing app and then create a new
> one using ruby 1.9.2 with a:
>
> heroku create --stack bamboo-mri-1.9.2
>
> Try this and see what happens.
>
> Scott
>
> On Wed, Mar 9, 2011 at 10:41 AM, masterof0 <[email protected]> wrote:
>
>> I am new to Heroku (and Ruby for that matter) and in the process of
>> setting up my first app which is Sinatra based with a Cloudant back
>> end. It works locally just fine. I followed the documentation and
>> created config.ru and .gems. The push was successful, but when I view
>> the page, I get an application error. Reviewed the logs and noticed
>> the following:
>>
>> 2011-03-09T10:25:20-08:00 heroku[web.1]: State changed from starting
>> to crashed
>>
>> Couple of additional things I noticed while reviewing the logs. I am
>> running ruby 1.9.2, but the references in the log refer to 1.8.2. I am
>> assuming this is the version of ruby that Heroku is running so I will
>> need to downgrade my version to match. Also, I just noticed that the
>> couchrest gem gives me an error but there isn't any real indication as
>> to why.
>>
>> 2011-03-09T10:25:19-08:00 app[web.1]: /usr/ruby1.8.7/lib/ruby/
>> site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require':
>> no such file to load -- CouchRest (LoadError)
>>
>> Any feedback is greatly appreciated.
>>
>> Chris
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Heroku" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/heroku?hl=en.
>>
>>
>
>
> --
> Scott
> http://steamcode.blogspot.com/
>



-- 
Scott
http://steamcode.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to