Re: Looking for alpha testers for HyperPDF add-on (generation PDF from HTML)

2013-04-19 Thread Paul Urzhumov
uary 2013 14:48:35 UTC, Paul Urzhumov wrote: >> >> With HyperPDF you don't need to learn new programming languages or >> technologies, just use familiar HTML, CSS and JavaScript for creating >> beautiful and complex PDF documents. Moreover, HyperPDF can upload cr

Looking for alpha testers for HyperPDF add-on (generation PDF from HTML)

2013-02-22 Thread Paul Urzhumov
hyper-pdf.com or leave a reply to this post. Thank you, Paul -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to heroku+unsubscr...@googlegroups.com For more options, visit this group at http://gr

Re: Database disaster risk and backups

2010-11-22 Thread Paul Dowman
Thanks for clarifying, Matthew. That's exactly the answer I was looking for. Paul On Nov 18, 3:31 am, Matthew Soldo wrote: > Paul, > > Thanks for pointing that out. The marketing page is confusing and we > will correct it. > > Our postgresql database is not replicate

Re: Database disaster risk and backups

2010-11-17 Thread Paul Dowman
Thanks AI. As I said, I know there's a risk that I'd screw up my own data with a bug or bad migration, but I'm OK with taking a snapshot less frequently to guard against that. I'm just trying to find out exactly what they provide since it's not clearly specified. Pau

Re: Database disaster risk and backups

2010-11-17 Thread Paul Dowman
that there's replication? Thanks, Paul On Nov 16, 5:02 pm, Peter van Hardenberg wrote: > Hey Paul, > > sorry -- I'm super-busy right now but I'll at least tap out a bit of a > reply. > > On Tue, Nov 16, 2010 at 1:34 PM, Paul Dowman wrote: > > Hey Heroku guys,

Re: Database disaster risk and backups

2010-11-16 Thread Paul Dowman
ourly dump of postgres via cron isn't reliable enough or scalable? (i.e. you can lose up to an hour of data, and more as the dump starts to take longer with a large dataset.) Thanks. On Nov 12, 9:54 am, Paul Dowman wrote: > Hi, > > I'm having trouble understanding database di

Database disaster risk and backups

2010-11-15 Thread Paul Dowman
e dataset is tiny. Again, I'm just talking about disaster recovery from a platform failure. Obviously there's a risk that I'd screw up my own data with a bug or bad migration, but I'm OK with taking a snapshot less frequently to guard against that. Thanks, Paul -- You receive

Re: RubyAMF

2010-10-27 Thread paul h
Anyone? I'd rather not go headlong down a blind alley. Does anyone from heroku read this group? Thanks On Oct 22, 9:32 pm, paul h wrote: > Hi, > > I am moving my apps from AptanaCloud to heroku, and so far so good. I > am also switching from Windows to Linux - finally!

RubyAMF

2010-10-24 Thread paul h
d the group, and the only post I can find is a couple of years old, so it may not be relevant. Thanks Paul -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from t

Re: Getting a visitors ip address in your web app

2010-10-01 Thread Paul Cortens
I am looking at the following headers in my Heroku apps. Not all of them get set. All of them can be faked (as far as I know). request.env['HTTP_CLIENT_IP'] request.remote_ip request.env['HTTP_X_FORWARDED_FOR'] request.env['REMOTE_ADDR'] Paul On Sep 28, 2:45 am, Jo

Re: Image upload -> manipulation -> copy to S3

2010-09-28 Thread Paul Cortens
just dealing with images, setting up direct-to- s3 uploading (and all the callbacks and background processing associated with it) can be way too much development time. It won't scale, but for small-to-medium sites, using paperclip and having the dyno resize your images then upload to S3 will

Class visibility in rake tasks

2010-05-20 Thread Paul Leader
ith it? Thanks in advance for any help or pointers you might have. This is starting to drive me a little nuts as I suspect I'm missing something obvious. Paul -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to t

Re: Zerigo

2010-03-22 Thread Paul Leader
costs, but I find S3 so cheap that it's not a big deal. If you need to serve a lot of large files then it may be prohibitive. Paul -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@googlegroups.co

Re: undo heroku deploy

2010-02-18 Thread Paul Leader
That's good advice. I would also recommend that you always have a deployment test application. I have my main app, graphomatic.net, and a test app, both on heroku. These are setup as remotes named 'live' and 'test' I always do a test run of the deployment process with the test app before pushing

Re: "Taps Server Error: year too big to marshal" when doing a db:pull

2010-02-16 Thread Paul Leader
why there is a problem :/ I'll do some more digging, although it doesn't look serious. > > [warning] The response contained in an RestClient::Exception is now a > > RestClient::Response instead of a Net::HTTPResponse, please update > > your code Paul -- You received thi

"Taps Server Error: year too big to marshal" when doing a db:pull

2010-02-15 Thread Paul Leader
hat I can do to fix it? Also, I've updated all my gems to the latest versions, but I still get that warning, which suggests that Taps/Heroku client need updating. Paul -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this grou

Re: dns wtf for .it domain

2010-02-09 Thread Paul Leader
hanges are one of the reasons you have to plan server moves quite carefully in advance. I hope that helps Paul Leader -- li: http://uk.linkedin.com/in/paulleader cv: http://paulleader.co.uk/paul_leader_cv.pdf -- You received this message because you are subscribed to the Google Groups "He

Re: SSL, HTTPS and ProxyReverse

2009-11-30 Thread Paul Leader
bit of a performance hit. It would be nice if SNI support was more widespread, as that would be the best solution at just $5 a month. Paul -- http://www.graphomatic.net - Graph your lfe On Nov 29, 9:19 pm, Oren wrote: > Someone with better SSL-foo may chime in here, but I don't be

Re: maintenance mode

2009-10-15 Thread Paul Leader
That would let you do some usage based testing before making it fully live. Paul On Oct 15, 5:46 am, Oren Teich wrote: > hi folks, > I'm getting a blog post up tomorrow, but since you're all so great,   > here's a sneak peak into our new maintenance mode: > > http

Re: how to manage multiple (heroku) user accounts on one computer and change the user in an (heroku) application

2009-09-21 Thread Paul Cortens
The Heroku gem looks up your login details in ~/.heroku/credentials. I made a fork (github.com/thoughtless/heroku) that lets you specify an alternative path with the "--cred" option. That might do what you want. Use it at your own risk. Paul On Sep 17, 10:00 am, mtin79 wrote: >

Re: OpenID Provider plugin/generator for Rails?

2009-09-17 Thread Paul Leader
y service. If there isn't one then it looks like I'll have to write one :o) Paul On Sep 13, 6:03 am, Jay Godse wrote: > www.rpxnow.com > > It  uses OpenID, but only under the covers. The user-visible part of > it lets the user log into your service using credentials from

OpenID Provider plugin/generator for Rails?

2009-09-11 Thread Paul Leader
cking around, but the only Providers I can find are fully fledged identity servers written in rails. While I'm happy to pull one of these apps apart to extract the important stuff, if someone has already done it I'd much rather reuse

Re: database question(s)

2009-09-07 Thread Paul Cortens
mmand (heroku db:push) which will make your production database match your development database. To just run the migrations, the command is heroku rake db:migrate. Once you have really deployed your app, this is what you will use more often. HTH Paul --~--~-~--~~~---~-

Re: Small tutorial about Heroku/Github

2009-08-13 Thread Paul Gallagher
ub, deploy to heroku" http://tardate.blogspot.com/2009/08/rails-dev-pattern-collaborate-on-github.html Regards, Paul http://tardate.com On Wed, Jun 3, 2009 at 9:08 AM, Giorgio Clavelli wrote: > Thank you very much Thomas > > Giorgio > > > > > --~--~-~--~---

Re: Can't use CNAME and MX records together

2009-07-01 Thread Paul Leader
s, rather than having to use a CNAME. I'd pay a little extra for that service, and it shouldn't require a significant increase in their infrastructure. Currently it's all just a bit too hacky, especially if you need wildcard domains. Paul On Jun 30, 6:49 pm, Erik Pukinskis wrote

Re: Can't use CNAME and MX records together

2009-06-29 Thread Paul Leader
o the correct server. Not sure if this will work if you need wildcard subdomains, I suspect probably not. Paul On Jun 29, 2:09 pm, Paul Leader wrote: > The whole "mixing CNAME's, A and MX records" problem is solvable, but > not without a little something extra.  So

Re: Can't use CNAME and MX records together

2009-06-29 Thread Paul Leader
llow you to do this. After all the above, mail to @graphomatic.net goes to the right place, and both http://www.graphomatic.net and http://graphomatic.net do what you would expect them to do. And it's all done without having to bodge your DNS with on-standard

Re: Can't use CNAME and MX records together

2009-06-28 Thread Paul Gallagher
to know if there's a better way... Regards, Paul http://tardate.com On Mon, Jun 29, 2009 at 10:43 AM, Matthew Williams < matthew.d.willi...@gmail.com> wrote: > > I'm in the same boat with this issue. > > Domain hosted with GoDaddy and unable to appropriately get

Re: performance expectations for 1 dyno 'blossom'?

2009-06-28 Thread Paul Gallagher
Thanks for the suggestions Oren, I'll do some more monitoring. Haven't used newrelic before, but heard good things about it. Seems like a good chance to check it out;-) On Mon, Jun 29, 2009 at 9:39 AM, Oren Teich wrote: > > > is current performance (i.e. the past few days) unusual/ are there iss

Re: Can't use CNAME and MX records together

2009-06-28 Thread Paul Gallagher
m the heroku standpoint? How have others solved this / have I got my analysis correct? Regards, Paul http://tardate.com (for now;-) On Mon, Jun 22, 2009 at 2:28 AM, Jason Eggleston wrote: > > The way I understand DNS, you do not want to have a CNAME record along > with *any* other rec

performance expectations for 1 dyno 'blossom'?

2009-06-28 Thread Paul Gallagher
n compared to other US-hosted sites) Regards, Paul http://tardate.com --~--~-~--~~~---~--~~ 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

Re: heroku.com or proxy.heroku.com ?

2009-06-16 Thread Paul Gallagher
It seems like something has changed at heroku. But the documentation still says "CNAME -> heroku.com", and my domains setup that way still work fine. Anyone know if there has there been an official change, or is this a problem that needs to get fixed? Regards, Paul On Fri, May 22, 2009

Re: Heroku Commercial Launch

2009-04-24 Thread Paul Leader
little more, maybe 10M, to give people a chance to get their apps up and running and bring in a few paying customers. Having said that, can't really complain considering it's free :o) Also, is there a way to see how much space your app is using? Paul On Apr 24, 12:53 pm, mikong wrot

Re: "Internal server error" when trying to execute anything in the console

2009-04-14 Thread Paul Leader
Hi Adam, Thanks for the that. What was the problem? Anything I could have done from my end to sort it, just in case it happens again? Paul On Apr 14, 1:34 am, Adam Wiggins wrote: > Should be fixed now. > Adam --~--~-~--~~~---~--~~ You received this m

Re: "Internal server error" when trying to execute anything in the console

2009-04-12 Thread Paul Leader
Hi Adam It's in the interactive console. Running 'heroku console "1+1" ' works fine, but trying to do the same thing in the interactive console it generates the Internal Server Error message. Paul On Apr 11, 11:17 pm, Adam Wiggins wrote: > Is this still happeni

"Internal server error" when trying to execute anything in the console

2009-04-11 Thread Paul Leader
My app is graphomatic.heroku.com (www.graphomatic.net). Paul --~--~-~--~~~---~--~~ 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 th

Re: Javascript files not loading in IE?!?

2009-03-27 Thread Paul Leader
x27;t going to happen any time soon. Paul On Mar 26, 2:36 pm, Paul Leader wrote: > Could someone at Heroku look into this?  It's making my app totally > useless at the moment. > > I have two copies of my app, production on heroku and dev/test on > herokugarden. > > The ja

Re: Javascript files not loading in IE?!?

2009-03-26 Thread Paul Leader
. This is driving me nuts, and is not something I can really diagnose from my end. Something appears to be going wrong in the way the request is handled by one of the layers at heroku. I will try duplicating the files in my javascripts directory to a new directory and see if that clears the prob

Re: Javascript files not loading in IE?!?

2009-03-25 Thread Paul Leader
d the rest don't load. Very peculiar. Paul On Mar 25, 2:44 pm, Paul Leader wrote: > Something weird is going on with my application (www.graphomatic.net > or graphomatic.heroku.com). > > If I visithttp://graphomatic.heroku.com/javascripts/application.jsIE > will download the fi

Javascript files not loading in IE?!?

2009-03-25 Thread Paul Leader
trying to work out what's going on. The site works great in Firefox and Safari, but is just plain busted in IE because of this problem. Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" grou

Re: Problem moving from herokugarden - rake aborted! Don't know how to build task 'db:data:load'

2009-03-23 Thread Paul Leader
m a longtime cvs/svn user). Now to rewrite some of the nastier bits of code and replace gruff with flot. Paul On 22 Mar, 21:55, Keenan Brock wrote: > The database load tasks are from a plugin. The location of the plugin   > should be in this group or the heroku website > > If you can

Problem moving from herokugarden - rake aborted! Don't know how to build task 'db:data:load'

2009-03-22 Thread Paul Leader
s? Obviously the rake targets are missing, but I can't work out where they should be. My app is graphomatic.heroku.com Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this

Re: Caching dynamically generated images/graphs

2009-02-23 Thread Paul Leader
ite my own. Paul On Feb 22, 6:16 pm, Keenan Brock wrote: > Heh, > > Sounds like someone needs to put a little veneer on the current google   > charts apis. (there are a bunch of them out there) > > gruff-googlecharts gem > > :) > > On Feb 22, 2009, at 1:01 PM, Paul

Re: Caching dynamically generated images/graphs

2009-02-22 Thread Paul Leader
to do the right thing. I may take a look at using Flot for interactive javascript graphs. Seems like the same amount of work as getting google charts looking nice, but with the added benefit of looking very nice and being interactive. Paul On Feb 22, 12:03 pm, Ben Lovell wrote: > Altho

Caching dynamically generated images/graphs

2009-02-21 Thread Paul Leader
I considered storing the graphs in the db as blogs, but all my db instincts tell me that is a bad idea. Is this an old prejudice that's no longer true, or should you still avoid database blobs? Paul --~--~-~--~~~---~--~~ You received this message because you are

Re: multiple subdomains pointing at the same heroku instance

2009-02-10 Thread Paul Leader
I would like to be able to do this as well. The inability to handle subdomains is a really handicap for many apps. Paul On Feb 9, 6:52 pm, Jeremy Lightsmith wrote: > There was a post about this a while back, but I have an app, > atwww.doinlists.com, and it uses iphone.doinlists.com to

Re: Herokugarden = 502 Bad Gateway

2009-01-19 Thread Paul Leader
Err, now I don't get a 502, instead I get "The server for me-monitor failed to start. Details:" with an empty details block. This is the case with both the app and the edit interface. App: me-monitor Paul On Jan 19, 8:07 pm, Paul Leader wrote: > Hi guys, > > It'

Re: Herokugarden = 502 Bad Gateway

2009-01-19 Thread Paul Leader
Hi guys, It's broken again. http://me-monitor.herokugarden.com/ is returning 502. The edit interface is showing the "We're sorry, but something went wrong." message. Paul On Jan 19, 2:37 am, "Ivan Makfinsky" wrote: > Paul, > > It's been correct

Re: Herokugarden = 502 Bad Gateway

2009-01-18 Thread Paul Leader
Hi I'm getting 502s for my app "me-monitor" as well. It was working ok immediatly after the move, but now fails. Also, I can't save changes to files in the code editor. Thanks Paul On Jan 16, 7:37 pm, Ivan wrote: > Right now, we are sifting through the logs to make s

Failing to install acts_as_list plugin

2009-01-12 Thread Paul Leader
something obvious, but I can't see what it is. Paul --~--~-~--~~~---~--~~ 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 g

Re: within my app, a login is not working

2009-01-08 Thread Paul Clegg
rk out a way to import your data from one to the other -- copying the data, rather than sharing it. Of course, you'd probably not want to copy your development database directly to your production site -- you'd lose whatever data has been generated by your users. ...Paul On Thu, Jan 8, 2009

Re: within my app, a login is not working

2009-01-08 Thread Paul Clegg
local development Sqlite database. So it's probably failing because your login data doesn't exist on the Heroku side of things. ...Paul On Thu, Jan 8, 2009 at 12:55 PM, HazardJ wrote: > > Hi everyone, > > Heroku is really great. So good that I was able to upload and get my &g

Re: > 10s response time for static files sometimes?

2009-01-08 Thread Paul Clegg
hour. Also, is your app running in "development mode" or in "production mode"? I wonder if that might make a slight improvement... ...Paul On Thu, Jan 8, 2009 at 9:31 AM, Matthew Moore wrote: > > Hi, > > Some of my apps are seeing occasionally horrible performance - a

Re: another 500 / Internal Server Error

2008-12-19 Thread ...Paul
bluemap.heroku.com is still totally borked with Internal Server Error responses on the website and through git. ...Paul On Fri, 19 Dec 2008, Ivan wrote: > > The observing.heroku.com site has been corrected. The problem was an > internal problem. > > The moulinette.heroku.co

Re: Internal Server Error

2008-12-10 Thread ...Paul
I'm now getting this error on my site, as well, bluemap.heroku.com, both from the website AND from git... ...Paul On Wed, 10 Dec 2008, muthu wrote: > > Hi Heroku, > > We are having difficulty reaching our application from this morning. > Please can you tak

502 Bad Gateway

2008-11-30 Thread ...Paul
Don't know when it started happening, but the app "bluemap" is now giving me the 502 Bad Gateway error. This must be fairly recent, I checked the app when people started reporting the issue, and it was fine. ...Paul ** ...Paul, [EMAIL PROTECTED],

Re: Bad Gateway

2008-11-24 Thread Paul Grout
Hi, I get the same thing . My application is workometer.heroku.com. Regards, Paul Grout --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email

Re: database configuration? - Can't connect to local MySQL server through socket

2008-11-22 Thread ...Paul
7;t have changed automatically to point to the Heroku database. ...Paul ** ...Paul, [EMAIL PROTECTED], Insane Engineer ** ** Visit Project Galactic Guide http://www.galactic-guide.com/ ** "I love it when a plan comes together." --~--~-

Re: Can't get haml to work in heroku.

2008-11-19 Thread Paul Pajo
7;s a small gem like tlsmail, hard-core if it's something like has_many_polymorphs ...) haven't seen the effects since the internet was a little iffy today at school rgds, Paul. On Nov 19, 6:23 am, Matt Roberts <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry if i'm asking some

Re: Could not install gem

2008-11-19 Thread Paul Pajo
a .zip or .rar so you can extract the files. rgds, Paul. On Nov 18, 3:53 am, Mat Schaffer <[EMAIL PROTECTED]> wrote: > On Nov 17, 2008, at 2:03 PM, Chris Schumann wrote: > > > Hey all, > > > I need to make PDF's in my application, and was planning to try out   &

Re: What's the deal with gems?

2008-11-19 Thread Paul Pajo
Hi Sean, this is Paul Pajo - I'm actually the teacher of Jay3 and he was able to deploy Spree over Heroku after we did some brainstorming (and with a lot of help from you!) - you might need to do everything locally (if you have Rails 2.2 you have to downgrade to 2.1.0 to match Heroku, same

Re: Plugins & Local Development

2008-09-29 Thread ...Paul
present in the project on line, but not committed... If I could remember how I pulled that one off, I'd file a bug report. :) ...Paul ** ...Paul, [EMAIL PROTECTED], Insane Engineer ** ** Visit Project Galactic Guide http://www.galactic-guide.com/ ** &quo

Plugins & Local Development

2008-09-29 Thread ...Paul
branch the checkout for anything, I'm going to lose those directories (again). What am I missing? I'm not a git guy, this is the first time I've used it; I'm more a subversion guy (though I've done some bazaar in the past). ...Paul ** ...Paul, [EMAIL PRO

Re: Heroku could be the ultimate publishing tool for Rails bloggers and gem/plugin developers

2008-09-04 Thread Paul James
tion to allow a collaborator to have read- only access to the source/data/logs. Then there wouldn't be any security issues. Well, as soon as you get done with all your boring stabilizing crap (humor), let me know! Thanks, Paul James On Aug 28, 4:00 pm, "Adam Wiggins" <[EMAIL PROTEC

Heroku could be the ultimate publishing tool for Rails bloggers and gem/plugin developers

2008-08-26 Thread Paul James
on a "Heroku is the future of development" post that should be coming out soon :) So, what do you think? Thank You! Paul James --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post

Re: www in domain

2008-07-17 Thread Paul Gallagher
k Regards, Paul On Thu, Jul 17, 2008 at 1:25 PM, Morten Bagai <[EMAIL PROTECTED]> wrote: > > Hmm... I don't think we ever anticipated anybody wanting/needing > that. It doesn't seem like a conventional way of using subdomains to > me. I'll make note of it as a fea

Re: Database going AWOL

2008-06-26 Thread Paul Grout
Thanks. That seems to have done the trick everything has been fine for the last couple of days. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to heroku@googlegroups

Re: Database going AWOL

2008-06-23 Thread Paul Grout
Forgot to mention.. the name of my app is workometer --~--~-~--~~~---~--~~ 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 em

Re: Database going AWOL

2008-06-23 Thread Paul Grout
Forgot to mention.. the name of my app is workometer On Jun 23, 9:18 am, Paul Grout <[EMAIL PROTECTED]> wrote: > Hi, > > Last Thursday and again this morning I've logged into heroku to find > my database completely missing. (No tables, no data) the code is still > all

Database going AWOL

2008-06-23 Thread Paul Grout
Hi, Last Thursday and again this morning I've logged into heroku to find my database completely missing. (No tables, no data) the code is still all there . I've been able to restore from the last snapshot so no harm done, just wondering what the story is? Che

Re: Internal Server Error when editing

2008-06-03 Thread Paul Hutton
Hooray, back up now. On Jun 4, 3:21 pm, Paul Hutton <[EMAIL PROTECTED]> wrote: > I'm getting an Internal Server Error when editing. > > Funny thing is, the same thing happened around the same time yesterday > – any scheduled tasks, backups etc occurring at this time? &

Internal Server Error when editing

2008-06-03 Thread Paul Hutton
I'm getting an Internal Server Error when editing. Funny thing is, the same thing happened around the same time yesterday – any scheduled tasks, backups etc occurring at this time? Really need to get a report finished, so can't wait until tomorrow... (I'm in New Zealand, time is 3:21pm) (app is

Re: App names cannot start with numbers - incorrect validation?

2008-05-21 Thread Paul Gallagher
cool, thanks Adam On Thu, May 22, 2008 at 3:21 AM, Adam Wiggins <[EMAIL PROTECTED]> wrote: > > I agree that app names should be able to start with numbers, so I've > made the change. It'll be available in the next deploy, probably > today or tomorrow. > > Adam > > > > --~--~-~--~~--