Hi. I'm new to git but have been writing RoR apps with Heroku and
TextMate for a while now.

After making local changes, I usually issue the following command in a
terminal (cd'ed to my git repo folder): `git add .; git commit -m
"COMMENT"; git push`

It works. Awesome. Is there a better way to do this from *inside* TM?
I have the TM git bundle installed and see I can do "Git > Commit" and
then "Git > Push Current Branch" (via the Bundles Menu). Is this the
best way?

Also, why are migrations run each time I push changes? Recently, I've
been doing a lot of work on just view and controller code. It seems
like a waste of time (and resources) to always run migrations. Is
there a way to either temporarily or on a case-by-case basis stop this
from happening?

Thanks!
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to