Re: Scala app won't deploy, complains of unsupported SBT version while using either 0.11.0 and 0.11.2

2012-03-09 Thread James Ward
Which error are you getting? Can you run "sbt stage" locally and make sure that works? -James On 03/04/2012 02:50 PM, Jay wrote: I'm getting the same error, but I can't repair. project/Build.scala == import sbt._ import Keys._ import com.typesafe.startscript.StartScriptPl

Re: Play 1.2.4 on Heroku with "secure" module -> "module not found"

2012-03-09 Thread James Ward
That looks right. Make sure that you aren't pushing the modules directory to Heroku and that you don't have any modules setup in the application.conf file (the old style way to do modules). -James On 03/03/2012 04:19 PM, Chris wrote: Hi All, I'm attempting to get my first Play 1.2.4 based

Re: java app - see only Heroku welcome screen

2012-03-09 Thread James Ward
That page is for the default app on Heroku, meaning you haven't pushed your app to Heroku yet (or the push/build is failing). Does that help? -James On 03/07/2012 02:30 PM, Jeff Z wrote: I've just assembled a "hello world" type app, following the Spring MVC tutorial: http://devcenter.heroku.

Re: Heroku.bat giving ‘The system cannot find the path specified’ on Windows Vista 64-bit

2012-03-09 Thread Stijn
Wow that's great. First time some code of mine actually made it into a community project. That's cool! Thanks David! -Stijn Op zaterdag 25 februari 2012 06:27:06 UTC+1 schreef David Dollar het volgende: > > Thanks for the report, we've incorporated it here: > https://github.com/heroku/toolbe

Re: Play 2.0-RC2 on heroku

2012-03-09 Thread James Ward
I think something changed with the deps that has caused RC2 to stop working. You will probably see the same problem if you clear your ivy cache and run "sbt stage" on your project. I tried RC3 this morning and it worked fine. -James On Thu, Mar 8, 2012 at 2:50 PM, Paweł Stawicki wrote: > Hell

Re: Why is my slug so big?

2012-03-09 Thread James Ward
Right now the SBT slug compiler includes the ivy cache. Check the size of your ~/.ivy/cache dir and you will see a ton of stuff. This is behavior we are considering changing since Play 2 copies everything over anyway. Can you file a support ticket so they can help you figure out a temporary wor

Why is my slug so big?

2012-03-09 Thread Paweł Stawicki
I created small play app. When I run "play dist", it was 39MB. But when I push it to heroku, it get's rejected because of too big slug - over 100MB. Why is that? Is heroku adding something? Best regards -- Paweł Stawicki http://pawelstawicki.blogspot.com http://szczecin.jug.pl -- You received th

Re: Sending Emails from Rails on the cedar stack

2012-03-09 Thread kowsik
+1 We currently use sendgrid as well. The other option is Amazon's SES; they recently added SMTP support so you can use Pony mailer. K. --- http:/blitz.io @k0ws1k On Fri, Mar 9, 2012 at 10:57 AM, Martin Wawrusch wrote: > Definitely go for sendgrid. Not even worth thinking about using gmail. > Se

Re: Sending Emails from Rails on the cedar stack

2012-03-09 Thread Martin Wawrusch
Definitely go for sendgrid. Not even worth thinking about using gmail. Sending emails is a real pita... On Sat, Mar 3, 2012 at 2:57 PM, Ray B wrote: > Everything in my Rails app (3.2.1) runs just fine, except that when I > try to use action_mailer to send emails, the emails go off into the > voi

Re: Hiding data files

2012-03-09 Thread Martin Moss
Have you tried creating a htaccess file? I use htaccess files on cedar and they seem to work ad you would expect Regards Marty On Mar 2, 2012 5:03 AM, "Eric Laberge" wrote: > Hi! > > I think this should be basic stuff, but I failed to find an answer through > the documentation or the maili

Re: Heroku Scheduler API ?

2012-03-09 Thread Martin Moss
How would I use this to run a PHP script? On Mar 5, 2012 3:02 AM, "Mark Pundsack" wrote: > Sorry for the delayed response. We updated the docs to mention running > Procfile entries via `heroku run`: > http://devcenter.heroku.com/articles/oneoff-admin-ps > > Anything that works via `heroku run` wo

rails 3.2 on heroku; asset precompilation problems

2012-03-09 Thread Andrew Lorente
Hi, I'm having a bear of a time upgrading a pre-3.1 rails app to 3.2. I'ts working locally, but on heroku no matter what I do, I get exceptions on pageload: A ActionView::Template::Error occurred in posts#index: application.css isn't precompiled Initially it wouldn't compile at all; per heroku

JPEG support for heroku-PHP

2012-03-09 Thread Guéno
Hello, I have a PHP app which needs to manipulate images but unfortunately jpeg is not supported by default. I have forked the heroku-buildpack-php on github but I ave little experience on things about compiling PHP :( I know I need to add --with-jpeg just before the --with-gd in the ./configure

Re: Scala app won't deploy, complains of unsupported SBT version while using either 0.11.0 and 0.11.2

2012-03-09 Thread Jay
I'm getting the same error, but I can't repair. project/Build.scala == import sbt._ import Keys._ import com.typesafe.startscript.StartScriptPlugin object MyProjectBuild extends Build { val mySettings = StartScriptPlugin.startScriptForClassesSettings ++ Defaults.defaultSe

publishing a static website on to Heroku

2012-03-09 Thread Tony Bailey
Say, does anyone have a basic tutorial for publishing a static website on to Heroku? I've put up a simple node.js "hello world" but now have 3-4 html files I'd like to package up and put on Heroku. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To

Far future caches

2012-03-09 Thread J . Pablo Fernández
Hello, I recently run yslow on my Heroku-hosted application and to my surprise everything was A but two things: I'm not using a CDN (which I'm not planning to do any time soon) and my static files don't have caches in the far future. With all the asset pipeline I thought the goal was to have v

Play 1.2.4 on Heroku with "secure" module -> "module not found"

2012-03-09 Thread Chris
Hi All, I'm attempting to get my first Play 1.2.4 based application deployed to Heroku. Everything went smoothly, including the first push. I then checked "heroku logs" and found the following error: *2012-03-03T23:10:54+00:00 app[web.1]: ~ Module not found: /app/.play/modules/secure* * * T

Restarting web process?

2012-03-09 Thread Stodge
Quick heroku question. I have one web process. My initial git push caused a crash because I didn't specify Tornado as a requirement. I added tornado to requirements.txt, commited and pushed. Does my web process automatically get restarted? Or do I need to run a commit to force it to happen? -- Yo

First Connection on heroku failed

2012-03-09 Thread Emmanuel DEMEY
Hi everybody I have just started to test heroku. I have created my account ... But when i try to login in via command line, i have an error : Unable to connect to api.heroku.com. Do I have to configure a proxy ? and where ? Thanks a lot Manu -- You received this message because you are subsc

Sending Emails from Rails on the cedar stack

2012-03-09 Thread Ray B
Everything in my Rails app (3.2.1) runs just fine, except that when I try to use action_mailer to send emails, the emails go off into the void unless the recipient is an address @gmail.com. The approach I'm using for this is to set the action_mailer config values to use gmail to send the email. I

How to run a queue listener using php

2012-03-09 Thread Marty
Hi All, I was thinking of using ironMQ on heroku, and I'm using the php stack on cedar. Can anybody tell me how I setup an offline queue processor to deal with processing the queue? Regards Martin -- You received this message because you are subscribed to the Google Groups "Heroku" group. T

Play 2.0-RC2 on heroku

2012-03-09 Thread Paweł Stawicki
Hello, I tried to push play 2.0-RC2 application to heroku, but it didn't work :( I got the error: [warn] :: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :: [wa

Reverse proxy-ing between several subapps

2012-03-09 Thread gerardc
Hi all, I'm currently researching the possibility of having one master (rails) app on Heroku that reverse proxies to several other sub-apps (rails, sinatra) also on Heroku. Has anyone any tips or advice for an approach? So far I've looked into several rack gems, namely rack-proxy and rack-rev

java app - see only Heroku welcome screen

2012-03-09 Thread Jeff Z
I've just assembled a "hello world" type app, following the Spring MVC tutorial: http://devcenter.heroku.com/articles/spring-mvc-hibernate It works fine locally if I test run it using Jetty - I see my index.jsp render. When I deploy to Heroku and navigate to the deployed URL, I see only "Heroku |

Error Creating Facebook app

2012-03-09 Thread Jon Klingensmith
When I create a Facebook app to be hosted on Heroku using Ruby, the app gets generated but when I Save, I get the following error: "Error You have specified an App Domain but have not specified a Site URL or a Mobile Web URL growing-mist-9178.herokuapp.com must be derived from your Site URL or yo

Best approach for reverse proxying to several apps

2012-03-09 Thread gerardc
Hi all, I'm currently researching the feasibility of somehow setting up reverse proxying between various applications (all rails/ruby) hosted on heroku. My thinking is that one could act as the "master" - that sits under a top level domain - that filters and delegates requests. >From what I've

Common Lisp on Heroku

2012-03-09 Thread Mike Travers
I've put together a Heroku buildpack for Common Lisp. Thanks to Heroku, and QuickLisp, and a few of the other great tools out there, you can have a Lisp web server up and running in about five minutes. Get started here: https://github.com/mtravers/heroku-cl-example Feedback welcome, by emai

When is a rake task stopped via heroku ps:stop?

2012-03-09 Thread Daniel Doubrovkine
I ran `heroku rake ...`, I can see the task in `heroku ps`. I press Ctrl+C, that says canceled. Then I run it again. Now I see this: rake.1 up for 13m bundle exec rake db:users:dedup db.. rake.2 up for 12m bundle exec rake db:users:dedup db.. I can do a heroku ps:stop 'rake.1' This