Re: GIT push trouble

2009-04-18 Thread Heroku SA
Hi GAJ Heroku I use the following from the app directory after doing a commit: git push heroku Enter passphrase for key '/home/user/.ssh/id_rsa': Everything up-to-date Seems like it doesn't pick up on the changes to upload it. Although the changed files are in the GIT manifest. On Apr 18,

Re: GIT push trouble

2009-04-18 Thread Heroku SA
Subsequent pushes worked this morning --- Counting objects: 28, done. Compressing objects: 100% (17/17), done. Writing objects: 100% (18/18), 3.98 KiB, done. Total 18 (delta 6), reused 0 (delta 0) - Heroku receiving push - Rails app detected Compiled slug size is 2.0MB -

Re: Graphviz and Dot

2009-04-18 Thread Tobes
Hi folks I've been digging around a little. A route that might lead to a lighter install could be this: 1. Somehow install just enough of Graphviz to support SVG output (so no text/font/png/jpg stuff needed) 2. Install batik -- a Java tool that allows conversion of SVG to other formats

heroku gem

2009-04-18 Thread Evan Burchard
According to the description on github, heroku info --app myapp should give information about the privacy setting for an app. All I'm getting is: Web URL:http://my_app.heroku.com/ Git Repo: g...@heroku.com:my_app.git Collaborators: em...@gmail.com Am I missing something?