I tried porting an existing project to Heroku.   At this stage, should
I be using Heroku or Heroku garden?  I don't have an invite for the
garden yet.

The first problem I encountered was a missing gem.  It looks like you
have a facility in the garden for adding gem's -- does the production
site also have this facility?   I could certainly freeze the gem.  But
for now I just commented out the require.

My app's git repository doesn't have a database.yml, it just has a
bunch of files I symbolic link depending where I'm deploying.  Do you
completely ignore the database.yml file?

I was then able to do "heroku rake db:migrate", but "heroku rake
db:data:load" fails with 'PGError: ERROR:  column "disabled" of
relation "users" does not exist at character 379'.   I can do a git
clone and start up with SQLite or MySQL and do a db:data:load.  I've
never used Postgres before.   Is there something in my migration that
Postgres or your setup doesn't like: "add_column "users",
"disabled", :boolean, :default => false, :null => false".  Perhaps
"disabled" is a reserved word?

My project uses Google for mail reception and delivery?  I use Google
because I don't trust myself to get mail right.  Will this still
work?  Or should I just ask for blessing and use heroku's mail?

My last question is a pricing suggestion:  I receive 10s of hits a day
for this site -- even the cheapest VPS's are overkill.  Please have a
reasonable pricing option for me!

thanks,
Bryan


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