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, 1:24 am, GreenAsJade martin.jg.greg...@gmail.com wrote:
 Heroku or herokugarden?

 You should post the transcript of your git push command.

 On Apr 18, 7:41 am, Heroku SA babychee...@lolcatbible.com wrote:

  Hi everyone

  I might be understanding this wrong.

  After quite a bit of local editing I push my code to the server with
  git.

  However - it doesn't seem to update the controllers on the server.
  I've also tried restarting the server.

  Any help here would be much appreciated. It might be that I'm missing
  something in the git process that I need to add.

  Bay


--~--~-~--~~~---~--~~
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 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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
- Launching... done
   App deployed to Heroku

To g...@heroku.com:*.git


Can't seem to get to what I did wrong last night.

Thanks for the reply.


On Apr 18, 9:45 am, Heroku SA babychee...@lolcatbible.com wrote:
 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, 1:24 am, GreenAsJade martin.jg.greg...@gmail.com wrote:

  Heroku or herokugarden?

  You should post the transcript of your git push command.

  On Apr 18, 7:41 am, Heroku SA babychee...@lolcatbible.com wrote:

   Hi everyone

   I might be understanding this wrong.

   After quite a bit of local editing I push my code to the server with
   git.

   However - it doesn't seem to update the controllers on the server.
   I've also tried restarting the server.

   Any help here would be much appreciated. It might be that I'm missing
   something in the git process that I need to add.

   Bay


--~--~-~--~~~---~--~~
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 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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 (http://xmlgraphics.apache.org/batik/index.html).

Apparently batik includes everything needed, so is quite large. On the
plus side it's a self-contained java library that won't require
messing with system setup.

Applications would use the following chain:

my app - dot notation - dot app - svg - batik - png

Is this easier from a deployment perspective?

Tobin



On Apr 18, 3:01 am, Keenan Brock kee...@thebrocks.net wrote:
 Good call Ryan,

 Never thought imagemagick.
 That probably includes most of the dependencies that GraphViz would  
 need.

 Also pruning down the supported formats to those 3 would probably  
 prune down the additional libraries needed much further.

 Also, thanks Tobes for asking the question. I had wondered a few times  
 but never came out and asked. Even if this ends up with a no, it is  
 better for us to ask than wonder.

 --K

 On Apr 17, 2009, at 7:17 PM, Ryan Tomayko wrote:





  On Fri, Apr 17, 2009 at 11:33 AM, Yuri Niyazov  
  yuri.niya...@gmail.com wrote:
  Well, the whole thing already sounds like a no-go because heroku  
  doesn't
  allow writing to the fs

  Yeah, but I believe you can pipe in and out of graphviz. That combined
  with the Varnish HTTP cache could make for a workable solution. We'll
  see what we can do here. Graphviz would be really cool. The X
  dependencies would probably be the biggest barrier, although I believe
  most are already installed in support of other graphics related
  packages.

  Thanks,
  Ryan

  On Apr 17, 2009 2:27 PM, Keenan Brock kee...@thebrocks.net wrote:

  dot (and nice)is a command line app.

  Graphviz is the package/library name. It is in macports and basically
  all distributions.

  Most (all) ruby libraries are wrappers for the command line.

  The downside is it produces graphics. So it needs all the libraries  
  to
  produce text in png, jpg, svg, pdf, bmp, ps, ...  Think it requires  
  X,
  truetype, and *lots* of others. May be possible to reduce the number
  of outputs
   by only supporting jpg, png, and svg.

  Do all browsers (iPhone, phones) support svg? Never really used it  
  but
  looks cool.  Seems to have the least number of dependencies. And with
  css would be easy to make output good looking.

  Windows outlook on coworkers computers don't do well with png so I
  used jpg for them.

  Thoughts about format support Tobes? What formats do you use?

  --Keenan

  On Apr 17, 2009, at 1:40 PM, Morten Bagai mor...@heroku.com  
  wrote:   Hi,
  Can you provide ...
--~--~-~--~~~---~--~~
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 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



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?


Thanks in advance,

Evan
--~--~-~--~~~---~--~~
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 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---