Re: do_postgres LoadError

2009-05-20 Thread GreenAsJade

I have no real clue, but just to offer the obvious: what is
DataMapper and
what does it depend on?

If it depends on a gem that you have installed locally, then you need
to list
this gem in your .gems file so that heroku will load it...

GaJ


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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
-~--~~~~--~~--~--~---



heroku db:push times out

2009-05-20 Thread giorgio

I only have a very small database but it is timing out when I do a
heroku db:push

The error is:
Auto-detected local database: 
mysql://r...@localhost/oypoints_development?encoding=utf8
Sending schema
!!! Caught Server Exception
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html
head
meta http-equiv=Content-Type content=text/html;
charset=utf-8 /
titleHeroku | Request timed out/title
/head
body
div style=margin: 2em 5em
h1Heroku | Request timed out/h1

pThe application failed to respond within 30 seconds./p
pIf you are the application owner, see a href=http://
docs.heroku.com/performancehttp://docs.heroku.com/performance/a
for information on how to avoid this timeout./p
/div
/body
/html

What can I do?
I thought the db:push was supposed to be the best way to get data to
the server.

Regards
George
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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
-~--~~~~--~~--~--~---



What does heroku bundles:animate bundle do?

2009-05-20 Thread GreenAsJade

The help says animate a bundle into a new app

What exactly does this mean?



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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: heroku db:push times out

2009-05-20 Thread giorgio

The url specified (http://docs.heroku.com/performance) gives an
internal server error.
I tried pushing the data.yml to heroku and running a rake db:data:load
but that failed too.

I now have no database at all on the application.

Any suggestions appreciated.

George
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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: no more feedback from rake?

2009-05-20 Thread GreenAsJade

FWIW, I just did heroku rake db:migrate and it gave me the whole usual
trace.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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: heroku db:push times out

2009-05-20 Thread giorgio

I had to create a new app and then the db:push worked to this new app.

I renamed the old app to -old and renamed the new app to the original
name.

I just need to setup the custom domains and user can get back on...

HOWEVER

We now need an add-on for custom domains.

I  duly installed the add-on.

It wont let me use it until I have verified at http://heroku.com/billing.

When I go there I get
Page Not Found
Sorry champ, no luck at that URL. Cut-and-paste error, maybe?

I'm now stuck with the old app with no database and the new app with
no custom domains.

Not sure what to try next.
My users must think I am incompetent (maybe I am).

George

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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: What does heroku bundles:animate bundle do?

2009-05-20 Thread Bill Burcham

A bundle is an archive of all your application files plus your  
database state (schema and data). Bundles are a way to easily backup  
and restore your application.

On May 20, 2009, at 2:45 AM, GreenAsJade martin.jg.greg...@gmail.com  
wrote:


 The help says animate a bundle into a new app

 What exactly does this mean?



 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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: heroku db:push times out

2009-05-20 Thread Morten Bagai

Hey George,

Go to the resources page from MyApps. Select the add-ons you need, and  
click on to the verification screen where you provide your billing  
info. Custom Domains are free, so you will not be charged unless you  
order additional resources.

Best,

Morten

On May 20, 2009, at 4:18 AM, giorgio wrote:


 I had to create a new app and then the db:push worked to this new app.

 I renamed the old app to -old and renamed the new app to the original
 name.

 I just need to setup the custom domains and user can get back on...

 HOWEVER

 We now need an add-on for custom domains.

 I  duly installed the add-on.

 It wont let me use it until I have verified at http://heroku.com/billing 
 .

 When I go there I get
 Page Not Found
 Sorry champ, no luck at that URL. Cut-and-paste error, maybe?

 I'm now stuck with the old app with no database and the new app with
 no custom domains.

 Not sure what to try next.
 My users must think I am incompetent (maybe I am).

 George

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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: What does heroku bundles:animate bundle do?

2009-05-20 Thread Pedro Belo

Exactly, bundles:animate is to create a new app from some bundle.

Although if you want to have the same code running on two Heroku apps
the easiest way is to use multiple git remotes:

http://jqr.github.com/2009/04/25/deploying-multiple-environments-on-heroku.html

On Wed, May 20, 2009 at 6:32 PM, GreenAsJade
martin.jg.greg...@gmail.com wrote:


 So - I have successfully captured my app with bundles:capture and
 bundles:download before: very nice.

 Are you saying that bundles:animate is just like bundles:capture
 except with dots?!

 Based on it's description, I was hoping it was some way of going in
 the reverse direction: from a bundle, deploying an app.

 (This is all driven from me needing to clone an app for a new user-
 base... I subsequently realised that this is easiest done by just
 coping the app git repo, deleting the .git and treating it as new :) )

 GaJ

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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
-~--~~~~--~~--~--~---



heroku gem points to non-existent URL

2009-05-20 Thread GreenAsJade

Running

 heroku addons:add custom_domains

I get:

Adding custom_domains to cmsfmods...FAILED
!Before activating this add-on you must verify your account:
!Please visit http://heroku.com/billinghttp://heroku.com/billing
to set up your account.


However, when I visit that URL, I get


Page Not Found

Sorry champ, no luck at that URL. Cut-and-paste error, maybe?


Martin.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@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
-~--~~~~--~~--~--~---