SparkPost Email Now Available for Free in Beta on Heroku!

2015-06-24 Thread carl . burkhard
Message Systems is proud to announce that SparkPost is available as an Beta email add-on in the Heroku marketplace! Users can now leverage the deliverability, scalability, and speed of the SparkPost application right from within the Heroku development platform. The add-on makes it easy to aut

Re: wkhtmltopdf on cedar: "Error: Unable to create temporery file"

2011-06-20 Thread Carl Hörberg
/articles/dyno-isolation#ephemeral_filesystem) On Fri, Jun 17, 2011 at 13:11, Carl Hörberg wrote: > When I use PDFKit and wkhtmltopdf on the Cedar stack I get "Error: > Unable to create temporery file". I've tried the wkhtmltopdf-binary > gem as well as by manually putting

Re: wkhtmltopdf on cedar: "Error: Unable to create temporery file"

2011-06-20 Thread Carl Hörberg
app/tmp doesn't exists by default, so you have to create it before any calls to wkhtmltopdf: Dir.mkdir ENV['TMPDIR'] unless Dir.exists? ENV['TMPDIR'] On Fri, Jun 17, 2011 at 13:23, Carl Hörberg wrote: > on bamboo there were no such problem. > > the problem s

wkhtmltopdf on cedar: "Error: Unable to create temporery file"

2011-06-20 Thread Carl Hörberg
When I use PDFKit and wkhtmltopdf on the Cedar stack I get "Error: Unable to create temporery file". I've tried the wkhtmltopdf-binary gem as well as by manually putting a precompiled version in my bin folder (both wkhtmltoimage-0.10.0_rc2-static-amd64 and wkhtmltopdf-0.9.9-static-amd64), but alway

Re: pgbackups cli not working

2010-12-06 Thread Carl Hörberg
gem update On Mon, Dec 6, 2010 at 03:58, Justin Houk wrote: > Hey folks! > > We're working on adapting our system to use the new Heroku PGbackups addon > for our database backups.  Our sticking point right now is that for some > reason the pgbackups CLI doesn't seem to be responding properly.  He

Re: Rails 2.3.6

2010-05-25 Thread Carl Anderson
2.3.7 and 2.3.8 are already out (came out today actually). Silly little mistakes were made but at least they fixed them quickly. LOL Carl On Tue, May 25, 2010 at 9:33 AM, Keenan Brock wrote: > Two things you may want to keep in mind: > > People mentioned rails 2.3.4 -> 2.3.5 break

Re: Heroku db backup and restore tasks using pg_dump!

2010-05-10 Thread Carl Anderson
Excellent to hear. Carl On Mon, May 10, 2010 at 5:48 PM, Jason wrote: > I sure have. I've run it to transfer between environments and as a > cron. It will be running nightly for me from now on. > > Jason > > On May 10, 7:43 pm, Carl Anderson wrote: > > That l

Re: Heroku db backup and restore tasks using pg_dump!

2010-05-10 Thread Carl Anderson
That looks pretty helpful. Have you tested it with any production datasets yet? Carl On Mon, May 10, 2010 at 5:17 PM, Jason wrote: > Just wanted to let you guys/girls know that I've created a project up > on github with backup and restore tasks using pg_dump. I've wanted &

Re: Howto: automate DB backups

2010-04-20 Thread Carl Anderson
Hey, that's great info, I didn't know there was a dropbox gem! Carl On Tue, Apr 20, 2010 at 7:55 AM, Andy Shipman wrote: > That is very cool. I adapted it slightly to download to Dropbox instead - > using the dropbox gem - and now I get a backup locally as well as in the > c

Re: Database performance

2010-04-14 Thread Carl Anderson
One thing that may or may not matter in your case but might be worth mentioning, do you do any searches by anything other than id? Did you add indexes for those other columns? Carl On Wed, Apr 14, 2010 at 3:21 PM, Neil Middleton wrote: > I've an app that I've just deployed to

Re: "heroku restart" inside app for clearing http cache

2010-04-13 Thread Carl Fyffe
should have a better understanding and can ask a more pointed question. On Tue, Apr 13, 2010 at 2:32 PM, Chap wrote: > Thanks for responding Carl, > > I've been going over the docs and the only way it mentions forcing an > expire is deploying: > http://docs.heroku.com/http-cac

Re: "heroku restart" inside app for clearing http cache

2010-04-13 Thread Carl Fyffe
There are much easier ways to expire a cache. The docs that explained how to create the cache more than likely will tell you how to expire it. Start there. On Tue, Apr 13, 2010 at 2:23 PM, Chap wrote: > Need a button for a client to clear the cached version of a resource. > > As I understand it,

Re: Streaming files without locking up dynos

2010-04-06 Thread Carl Fyffe
Here's a little tough love: stop using Twilo. They don't provide the features that you need. Requiring you to make multiple hacks to your code and bringing the code through your server to fix headers means it isn't worth the price you are paying. Put the files on S3 and be done with it. I don't kn

Re: Foreign Keys

2010-03-24 Thread Carl Anderson
Just in case people read this later on and have forgotten, right now S3 has a 5 GB file size limit, so if your database backup tar is larger than that you might run into problems. Carl On Wed, Mar 24, 2010 at 9:19 AM, Matt Buck wrote: > That's correct. I use this functionality to auto

Re: Best way to add a huge dataset?

2010-03-12 Thread Carl Fyffe
ecords as quickly as possible * ensure data integrity * push latest code * migrate new tables to final resting spot * come out of maintenance mode I think that is morwe clear than my last attempt :-) On 3/12/10, Carl Fyffe wrote: > This is just an idea: > > Instead of bringing the data down,

Re: Best way to add a huge dataset?

2010-03-12 Thread Carl Fyffe
This is just an idea: Instead of bringing the data down, and turning your app off for multiple days you could leave the app up and do all of the processing on Heroku. You will want to create a branch from your current production code, and in this branch you will create the migrations for the new t

Re: Maximum RAM per dyno?

2010-03-10 Thread Carl Fyffe
Chris, Will this work for you? http://docs.heroku.com/http-caching Carl On Wed, Mar 10, 2010 at 2:22 PM, Chris Hanks wrote: > On Mar 9, 10:40 pm, Chris Hanks wrote: >> I'm interested in this too. I have several thousand MongoDB documents >> that are read-only and frequ

Re: Maximum RAM per dyno?

2010-03-10 Thread Carl Fyffe
se sparingly". As I said earlier, benchmark the easiest solution first. It might just meet your needs. On Wed, Mar 10, 2010 at 10:38 AM, Chris wrote: > Carl, > I think your tone is fine :-) and I appreciate you taking the time to > post your experiences.  Looking forward to mem

Re: Maximum RAM per dyno?

2010-03-10 Thread Carl Fyffe
These kinds of questions crack me up. I am going to try to adress this without sounding rude, but if I do happen to come across as rude and I apologize for that up front. No, the $xx global variables are not persistent across the cloud. If you have more than one machine then you have to jump throu

Re: Basic Production Site

2010-03-08 Thread Carl Fyffe
There is an add-on for New Relic: http://addons.heroku.com/newrelic Basically you want to watch how long your response time is using the Apdex Scoring to determine if your site is fast enough for the traffic that you have. http://newrelic.com/features.html#ApdexScoring With the traffic that you h

Re: Connecting to the database from outside?

2010-03-05 Thread Carl Fyffe
Locked-In means no exit. If you want to take your data and leave, Heroku provides db:pull to extract all of your data. If you want access to the data as a service, Rails offers ActiveResource as someone stated earlier. Heroku is probably the least locked-in solution on the market today. On Fri, Ma

Re: Connecting to the database from outside?

2010-03-04 Thread Carl Fyffe
Not sure if this meets your needs or not: http://blog.heroku.com/archives/2009/3/18/push_and_pull_databases_to_and_from_heroku/ On Thu, Mar 4, 2010 at 3:25 PM, Daniele wrote: > Hi Roy, > actually I have a rake task in my RoR app that connect to a remote > MSSQL database and import data. This t

Re: new to ruby / git / heroku : environments / best practices

2010-02-25 Thread Carl Anderson
Heroku runs in production. I'm not sure about other people, but my gitignore typically looks like this log tmp db/*.sqlite3 db/data.yml *.*~ Carl On Thu, Feb 25, 2010 at 12:18 PM, dan wrote: > without incessant pushing of files, which ruby environment is heroku > running? dev or

Re: How can I edit my db schema from the console?

2010-02-15 Thread Carl Fyffe
Ask the DataMapper mailing list? On 2/15/10, senihele wrote: > No one has any ideas? This is a pretty basic question... > > On Jan 30, 8:29 pm, senihele wrote: >> Hey all, >> >> I have a Sinatra/Datamapper application on Heroku.  Datamapper doesn't >> handle migrations very well, and to the bes

Re: dns wtf for .it domain

2010-02-08 Thread Carl Anderson
There's some useful information about querying for DNS records here http://articles.slicehost.com/2010/1/11/test-your-slicehost-dns-configuration and here http://articles.slicehost.com/2010/1/11/getting-more-out-of-dig Carl On Mon, Feb 8, 2010 at 9:23 PM, Keenan Brock wrote: > Hel

Re: FUSE

2010-02-04 Thread Carl Anderson
un more than 30 seconds, etc. Though being able to use FUSE for access to S3 would be an interesting concept. Hopefully someone with more knowledge will be able to respond. Carl On Thu, Feb 4, 2010 at 2:53 PM, trans wrote: > > On Feb 4, 11:30 am, Carl Anderson wrote: > > I've fo

Re: FUSE

2010-02-04 Thread Carl Anderson
I've found this Firefox addon ( https://addons.mozilla.org/en-US/firefox/addon/3247) works pretty well for general S3 use. Carl On Thu, Feb 4, 2010 at 6:58 AM, trans wrote: > Is it possible to use FUSE mounts with Heroku? I was thinking about > how to handle large assets via S3 fo

Re: Import (push?) tables to heroku?

2010-01-28 Thread Carl Anderson
I'm not sure if this will help, but I found these two links that might help you out (check the comments on the first one, they look useful to you): http://snippets.dzone.com/posts/show/3393 http://shifteleven.com/articles/2006/09/28/loading-fixtures-in-a-migration Carl On Thu, Jan 28, 20

Re: Querying Across Apps on Heroku

2010-01-26 Thread Carl Fyffe
There are many ways to solve this problem. One way: Have each app provide a "search service" that the central app can call. This works if you don't mind having the data segmented by application. Second way: If the results need to be ranked as a whole then you should put all of the data into a sin

Re: Varnish support for ESI?

2010-01-11 Thread Carl Anderson
I'm not sure, but another way you can do that with whole page caching is to have that be status info be grabbed by an ajax<http://railscasts.com/episodes/169-dynamic-page-caching>call. Carl On Mon, Jan 11, 2010 at 7:38 AM, adeel...@gmail.com wrote: > Wondering if Heroku's Var

Re: Accidental 'heroku db:reset'

2010-01-08 Thread Carl Anderson
I suppose you could probably alias the command out in your .bashrc file or something. Carl On Fri, Jan 8, 2010 at 6:05 PM, David Dollar wrote: > With db:reset you get a scary prompt asking you if you're sure. This > is a good suggestion though. > > - David > > On Fri,

Re: Default rails landing page won't go away.

2010-01-08 Thread Carl Anderson
You may also need to try: heroku restart I had the same problem a while back and once I restarted the server it fixed the problem. I'm wondering if the index page was cache in Varnish perhaps? Carl On Fri, Jan 8, 2010 at 10:46 AM, David Dollar wrote: > Try the following > >

Re: How to investigate "Backlog too deep"? (follow-up)

2009-12-29 Thread Carl Fyffe
This mailing list is one of the reasons Heroku is so awesome. The fact that Heroku participates and listens to this list just makes the Heroku service that much better. Thank you to the Heroku team and this community. Happy Holidays! Carl On Tue, Dec 29, 2009 at 12:08 PM, Oren Teich wrote: >

Re: If you reserve full instance for custom SSL - why don't I get more dynos?

2009-12-10 Thread Carl Fyffe
Thank you for writing this up! On Thu, Dec 10, 2009 at 12:00 PM, Wojciech Kruszewski wrote: > In fact this is possible with their current environment: > http://wojciech.oxos.pl/post/277669886/save-on-herokus-custom-ssl-addons > > On Dec 9, 7:58 pm, Wojciech Kruszewski wrote: >> This is theoretic

Re: Debugging Email

2009-11-16 Thread Carl Fyffe
It isn't a great way to debug, but you should probably test it on a "staging branch" on heroku. There's a great write up here: http://stackoverflow.com/questions/1279787/staging-instance-on-heroku On Mon, Nov 16, 2009 at 10:05 AM, Neil wrote: > We have an app that's sending out emails on certain

Re: Can Heroku receive mail?

2009-11-02 Thread Carl Fyffe
The first thing you need is the ability to reach out to the mail server and the emails. There are several plugins that will help with this. A little Googling and you should find a couple of examples. The second piece is repeated queries to the mail server. The best way to do this is use Backgroun

Re: Nightly Backups or Don't Learn the Hard Way

2009-10-13 Thread Carl Fyffe
Nice change to the docs! Thanks! Much clearer now. On Mon, Oct 12, 2009 at 3:58 PM, Jim Gilliam wrote: > It never occurred to me that the unlimited bundles were a backup strategy. > It's probably because the resources form says "nightly backup soon" - which > indicates that bundles aren't backup

Re: Nightly Backups or Don't Learn the Hard Way

2009-10-12 Thread Carl Fyffe
Regarding the bundles not being adopted... I never understood their benefit. I just returned to the docs to see if I missed something... There isn't anything there. No explanation of what they are or how they should be used. There is a mention of them in the Backups section of Import/Export but th

Re: Reading Email

2009-10-07 Thread Carl Fyffe
to process email. >>> >>> There are services that do it for you (i.e. periodically call your >>> magic URL): >>> http://www.onlinecronservices.com/ >>> >>> But be careful: this URL could be called by anybody and could even get >>> indexed

Reading Email

2009-10-06 Thread Carl Fyffe
Rails makes it so easy to send emails. Recieving emails isn't that difficult either, but requires a cron or daemon. What is the best way to do this on Heroku today? Carl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

Re: Heroku push rejected, error: Unable to append

2009-09-29 Thread Carl Fyffe
Heroku had a git outage today. It did not affect running applications, but did affect deployment. On Tue, Sep 29, 2009 at 4:23 PM, Shane Becker wrote: > >> Yes, I got the exact same error earlier today. I contacted support >> about it 6 hours ago and haven't heard anything. It seems to be fixed

Re: Protecting your production environment

2009-09-15 Thread Carl Fyffe
> > I do like the idea of having a special production branch.  It fits > normal development practices that I've typically done for larger > projects.  I would prefer not to name it master, although I suppose we > could move everyone to developing on "dev" or something. >

Re: Protecting your production environment

2009-09-15 Thread Carl Fyffe
es, but >> eventually I won't be able to live with that :) >> >> On Sep 15, 2009, at 1:45 AM, Neil wrote: >> >>> >>> At the very least I would expect some sort of "This is a live >>> environment - are you really, really sure you want to do th

Re: Protecting your production environment

2009-09-11 Thread Carl Anderson
That was something I was wondering as well. I've literally had nightmares about doing just that (am I alone?) Carl On Fri, Sep 11, 2009 at 4:03 AM, Neil wrote: > > I'm not sure if someone has already covered this, but although there > are loads of really handy features in t

Re: Site down between Push and Migrate?

2009-08-13 Thread Carl Anderson
as able to fix it pretty easily. I'm pretty sure at the time the docs I was looking at said it would be automatically run. It was a few weeks ago, so I don't recall exactly where. I'll see if I can find it when I have time. Carl On Thu, Aug 13, 2009 at 10:48 AM, Ricardo Chimal

Re: 502 Bad Gateway

2009-07-21 Thread Carl Anderson
I did just this the last time herokugarden had problems. From my experience the only thing you lose is the online editor, and I wasn't even using that anyway since it was too slow compared to just using gedit and git push. The move was worthwhile for me, and not difficult at all. Carl O

Re: performance expectations for 1 dyno 'blossom'?

2009-06-28 Thread Carl Anderson
I'll second newrelic's RPM. They had a free week long trial for the best package (gold, IIRC) a while back and it was pretty impressive. The free package is okay, and you can see enough to be reasonably useful, but there is a lot missing from the higher level packages. Carl On Sun, Ju

Re: performance expectations for 1 dyno 'blossom'?

2009-06-28 Thread Carl Anderson
I'll second newrelic's RPM. They had a free week long trial for the best package (gold, IIRC) a while back and it was pretty impressive. The free package is okay, and you can see enough to be reasonably useful, but there is a lot missing from the higher level packages. Carl On Sun, Ju

Re: Spam

2009-06-25 Thread Carl Anderson
I agree with Alex. The spam was annoying (until gmail started filtering it completely for me) but having it all in my email is a better option for me. Carl On Thu, Jun 25, 2009 at 10:44 AM, Alex Chaffee wrote: > > Please keep the Google Group. Every web-based forum is missing some >

Re: Spam

2009-06-24 Thread Carl Fyffe
Honestly, it would just be cool if you had someone from Heroku that checked the support group on a regular basis. It seems like questions go unanswered from time to time. I know you guys are young and small, but a dedicated person watching the forums and mailing lists would be great. Someone that

Re: Way to see DB size used?

2009-06-03 Thread Carl Anderson
That's right everyone, I was actually asking for GreenAsJade. Carl On Wed, Jun 3, 2009 at 6:53 PM, GreenAsJade wrote: > > Thanks for asking, I needed to know the answer too :) > > > On Jun 4, 8:52 am, Carl Anderson wrote: > > I am an idiot. I saw that when I signed u

Re: Way to see DB size used?

2009-06-03 Thread Carl Anderson
I am an idiot. I saw that when I signed up and forgot about it. Too much time digging around in wikis lately trying to remember where I saw something. Yeah, that's the ticket. It isn't my fault. Carl On Wed, Jun 3, 2009 at 4:50 PM, Adam Wiggins wrote: > On Wed, Jun 3, 2009 at

Way to see DB size used?

2009-06-03 Thread Carl
Is there anyway to see the size of the database being used on Heroku, or do we have to wait until it fills up and then panic? 8^) Carl --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To po

Re: Watch out: Exception reporting, environment vars, hoptoad etc

2009-05-26 Thread Carl Anderson
Thanks for that bit of info, important to know. Carl On Tue, May 26, 2009 at 6:36 PM, GreenAsJade wrote: > > Hi All, > > Heroku recommend, in their docs, that you use hoptoad or similar for > exception reporting.  Great idea. > > They also recommend that you use environ

Re: Gem On Windows - I messed up my environment?

2009-05-26 Thread Carl Anderson
You're welcome. Carl On Tue, May 26, 2009 at 5:28 PM, Ed Jones wrote: > > Thanks, Carl, that was it! > > I have Vista, but your little hint told me it was HOME=C: that was > wanted. > > Heroku and Herokugarden gems now installed and hopefully all will be > happy.

Re: Gem On Windows - I messed up my environment?

2009-05-26 Thread Carl Anderson
What version of windows are you running? on my Windows XP box I have HOMEPATH set to "\Documents and Settings\Username" and I don't have a HOME var. Closest I have is HOMEDRIVE and it is set to "C:". Carl On Tue, May 26, 2009 at 3:41 PM, Ed Jones wrote: > >

Re: Heroku | Backlog too deep

2009-05-25 Thread Carl Anderson
That was a good explanation and would make a good addition to the docs. So what is the difference between a dyno and a compute unit? Carl On Mon, May 25, 2009 at 3:58 PM, Adam Wiggins wrote: > > This doc is in the works right now, thanks for giving us a friendly > nudge on getting it

Re: Github, Heroku, hoptoad

2009-05-24 Thread Carl Anderson
Thanks for the input. The environment variables was just what I was looking for. Carl 2009/5/24 Harry Vangberg : > > Environment variables is probably the best choice here. Another > solution I use on projects I put on Heroku before the config vars > came, is to have a 'heroku&

Re: Github, Heroku, hoptoad

2009-05-23 Thread Carl Anderson
True, I suppose it wouldn't matter, but it might be good to know how to handle this for other keys that you don't want put onto something like Github, but do want pushed out to remote production servers, like Merchant account keys, etc. Carl On Sat, May 23, 2009 at 9:57 AM, Jeremy

Github, Heroku, hoptoad

2009-05-23 Thread Carl
I would like to use Hoptoad for my project, but am I correct is assuming I shouldn't get the hoptoad.rb config file into my Github repo since it contains my api key? If so, how do I get it uploaded to Heroku? I currently have two remotes configured, one for Github, and one for Heroku. --~--~--

Re: reverting a commit?

2009-05-18 Thread Carl Anderson
Ah, ok. I tried --force but that just sent a bunch of dots across my terminal until it failed, so I gave up. Thanks, that worked like a charm. Carl On Mon, May 18, 2009 at 3:58 PM, Adam Wiggins wrote: > > In the case where you've edited the commits or reset the HEAD to > rewind

reverting a commit?

2009-05-18 Thread Carl
I'm using ActiveScaffold and I have encountered some problems with the newest version, so I want to go back to a prior commit before I installed the newest version. I did that on my local machine without any problems. But I'm not sure how to reset the version on heroku, since if I try to push I no

Re: Ruby 1.9?

2009-05-15 Thread Carl Fyffe
RPM Carl On Fri, May 15, 2009 at 11:06 AM, Max A wrote: > > Hmm, from what I can tell Ruby 1.9 is at most 2-4x faster, which is a > fair bit but nothing like an order of magnitude or something.  If > you're having performance issues, I think Ruby 1.9 will only help, not > fi

Writing to /public

2009-05-08 Thread Carl Fyffe
Wow, I am just bumping into all of the constraints these days... Is there any way to get around the read-only filesystem? My app dynamically loads assets at runtime to public. Is there anyway we can put them in tmp and link to it? Or create a special area in public that is like tmp? --~--~--

Re: Git Submodule Support

2009-05-07 Thread Carl Fyffe
I am glad I am not alone wanting submodule support. I found the same code and stayed away. I think some kind of answer from Heroku (I know they may be in the air right now) would be awesome. Carl On 5/7/09, Bill Burcham wrote: > I found a rake recipe that purportedly did the trick. I wo

Git Submodule Support

2009-05-07 Thread Carl Fyffe
Google searching turns up a lack of support for git submodules in projects. What is the current magic incantation to make this work, or is it better to just make the code part of the project? --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: Full Text Search

2009-05-01 Thread Carl Fyffe
Awesome. Thanks for the pointer! On 5/1/09, shaners wrote: > >> What is the best way to do Full Text Search on Heroku? > > > http://docs.heroku.com/full-text-indexing > > > still vegan. still straightedge. > shane becker > +1 801 898-9481 > blog: http://iamshane.com > shirts: ht

Re: RMagick

2009-05-01 Thread Carl Fyffe
The problem was rmagick. Changed to RMagick and everything worked. On Thu, Apr 30, 2009 at 9:42 PM, Carl Fyffe wrote: > When I try to use the console, it fails in the same way with the same > error as in this gist: > http://gist.github.com/104251 > > The code that I have does n

Full Text Search

2009-05-01 Thread Carl Fyffe
What is the best way to do Full Text Search on Heroku? --~--~-~--~~~---~--~~ 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

Re: RMagick

2009-04-30 Thread Carl Fyffe
ad or not. Then there is still the issue with rmagick not loading as well. I am trying to deploy a vanilla install of CommunityEngine: http://communityengine.com Thanks, Carl On Thu, Apr 30, 2009 at 7:08 PM, Morten Bagai wrote: > > Carl, > > Is it possibly you're doing something

Re: RMagick

2009-04-30 Thread Carl Fyffe
When I try to run heroku rake db:migrate I get the no file to load rmagick as the first error. On 4/30/09, Carl Fyffe wrote: > When I remove it from .gems I get this fancy error: > > /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack.rb:17:

Re: RMagick

2009-04-29 Thread Carl Fyffe
cally... On Wed, Apr 29, 2009 at 9:38 PM, Morten Bagai wrote: > > Hey, > > Rmagick is preinstalled. Try removing it from .gems file and just > requiring it as you normally would. > > Morten > > > > On Apr 29, 2009, at 6:08 PM, Carl Fyffe wrote: > >> >&g

Re: RMagick

2009-04-29 Thread Carl Fyffe
When I left rmagick out of the manifest it complained... On Wed, Apr 29, 2009 at 9:31 PM, Ricardo Chimal, Jr. wrote: > > for rmagick 1.15.17 you don't need to include rmagick in your .gems > manifest > > On Apr 29, 6:08 pm, Carl Fyffe wrote: >> My application uses

RMagick

2009-04-29 Thread Carl Fyffe
My application uses RMagick. I put it into my .gems file and do the "git push heroku" dance while everything compiles and deploys. Unfortunately, it does not work. -> Heroku receiving push -> Installing gem rmagick from http://gems.rubyforge.org ERROR: Error installing rmagick:

.gems and curb gem

2009-04-13 Thread Carl Tanner
The curb gem won't take when I add it to the .gems file. --~--~-~--~~~---~--~~ 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, se

Destroy app and Internal Server Errors

2008-05-11 Thread Carl
I have three apps, and I'm having a lot of trouble with one (I get an internal server error when I try to view it, and a Rails "There's been a problem and we've been notified of it" error when I try to "edit" the app.) so I wanted to get rid of two older ones that I don't want anymore (they were j