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 --~--~-~--~~~---~--~~

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://

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

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

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

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

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

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

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

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