I'll try to help: 1) Documentation - there really isn't much. Luckily, you really shouldn't need much. If you read up on Rails 2.0 and you notice the little Gear icon which gives you access to rake, console and generate commands, you can do pretty much everything.
2) I don't think you can directly connect to the database. I've never needed to, so perhaps it would help if you explain what you're trying to do. Via scaffolding commands and modifying migrations files and using the Data tab, you pretty much have control over the database. 3) Can't help you on this one. I work entirely in the clouds (figuratively, too). There might be a few posts on here regarding local development if you search for Heroku API, git or something like that. Hope this helps. On Apr 16, 6:20 am, tim <[EMAIL PROTECTED]> wrote: > Hello all. > > I was very pleased to receive an invite today. I am very happy heroku > is doing well and looks to be a viable platform. > > I have a few questions starting out, some of these maybe just rails > things. > > Is there any documentation? I watched a couple of of the videos and > combed the mailing list and got some answers but I don't see a wiki or > any kind of documentation. > > I was not able to connect to the database using pgadmin. Is it > listening on a different port or something? > > How do you deal with local development and databases? Do you set your > rails environment to be "development_local" and "test_local" and make > entries for those? Would that even work? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
