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

2013-04-19 Thread Adam Burmister
What are your pricing plans going to be? On Friday, 22 February 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,

Re: Connecting to EC2 services & Security

2012-04-06 Thread Adam Wiggins
On Wed, Apr 4, 2012 at 6:13 PM, Eric Jain wrote: > If I follow the instructions at > https://devcenter.heroku.com/articles/external-services, > any Heroku app will be able to connect to my security group. Correct? Correct. Adam -- You received this message because you are subscrib

Re: Same-dyno communication via TCP sockets (for worker task)

2012-02-22 Thread Adam Wiggins
~ $ ./run_other_process_that_sends_data > myfifo Adam -- 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.

Re: Multiple Apps, Multiple Clients. One Account?

2011-12-01 Thread Adam Wiggins
On Fri, Nov 25, 2011 at 12:55 PM, anentropic wrote: > I found a place in the FAQs where it says "Each application receives > 750 free dyno hours per month" but would like to confirm that it > really is per app. > Correct, it's per-app. Adam -- You received t

Re: basic question about dyno RAM

2011-12-01 Thread Adam Wiggins
On Fri, Nov 25, 2011 at 11:16 AM, anentropic wrote: > Is this broadly comparable to Heroku... i.e. the whole 512MB is > available to user processes? Yes, all 512MB goes to your processes. Adam -- You received this message because you are subscribed to the Google Groups "Heroku

Re: fatal: Not a git repository (or any of the parent directories): .git

2011-11-29 Thread Adam Wiggins
Slugs don't have git repositories in them. Something in your app is trying to do a Git operation when it boots -- you should figure out what it is and remove it. You can duplicate it locally by moving your .git directory to .git-bak, and then try running your app. Adam -- You received

Re: Cannot acces app in Console

2011-11-23 Thread Adam Wiggins
ec irb -r ./web On Heroku: $ heroku run 'bundle exec irb -r ./web' Adam -- 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 gr

Re: Procfile, cedar and logs

2011-10-17 Thread Adam Wiggins
You might try putting this at the top of your email:work task: STDOUT.sync = true Ruby buffers output by default, which can cause it to delay appearing in the logs until you have enough output. Adam -- You received this message because you are subscribed to the Google Groups "H

Re: Node / Express app.js not in root directory

2011-10-14 Thread Adam Wiggins
It doesn't matter where your sourcecode sits. All that matters is that package.json is in your top-level directory. Adam -- 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.

Re: Caching POST Requests

2011-10-11 Thread Adam Wiggins
coming from your app, not Heroku infrastructure. It's a Rails log message. Adam -- 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

Re: Cedar migrations

2011-07-11 Thread Adam Wiggins
On Mon, Jul 11, 2011 at 9:51 AM, Neil Middleton wrote: > ruby-1.9.2 ~/code/rest_test (master) ➔ heroku run rake db:migrate > > Unknown command. Run 'heroku help' for usage information. > You probably need to update to the latest Heroku gem: `gem install heroku` Adam

Re: [Help!] DelayedJob workers die with no warnign or SIGTERM

2011-04-14 Thread Adam Wiggins
Cristiano - Is your app in maintenance mode? Adam -- 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...@googlegroup

Re: H12 errors, blocked dynos and Heroku website claims.

2011-02-17 Thread Adam Wiggins
ite the whole thing to cover the broader array of concurrency models we can handle. Adam -- 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 ema

Re: H12 errors, blocked dynos and Heroku website claims.

2011-02-16 Thread Adam Wiggins
fusion, and thanks for digging in and providing such a detailed analysis. Adam -- 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 herok

Re: Help getting app to start running?

2011-02-01 Thread Adam Wiggins
that your local filesystem is case-insensitive (e.g., if you're on OS X) but the filesystem on Heroku is case-sensitive (since it's Linux). Therefore you want to make sure to use the correct case for the ruby file you're loading, which is probably: require 'digest' Adam --

Re: Is there a way to be notified on Backlog Too Deep or Request Timeout?

2011-01-20 Thread Adam Wiggins
lysis script there that emails you when it spots the string "Error H11". Adam -- 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: tailing heroku logs does not work

2011-01-19 Thread Adam Wiggins
Make sure you have the latest Heroku gem: $ gem install heroku Adam -- 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 herok

Re: Feature request: an easier way to get to your addon urls

2011-01-11 Thread Adam Wiggins
Thanks for the suggestion Trevor, I agree that would be handy. Care to add it to the Heroku client and send us a patch? :) Adam -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@googlegrou

heroku rake db:migrate error

2010-12-31 Thread Adam
I want upload some changes to my heroku up, but if I type heroku rake db:migrate I got this error: rake aborted! Permission denied - /home/slugs/379875_18c20e2_b265-4dc295df-e7e6-4e95- b692-87812981aaa5/mnt/tmp/schema.rb (See full trace by running task with --trace) (in /disk1/home/slugs/379875_

Re: Custom Error Pages problem

2010-12-22 Thread Adam Wiggins
Thanks for the report Joseph, we'll look into it. Adam -- 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 this group, send email to heroku+unsubscr...@g

Re: Why is this Eventmachine process being terminated?

2010-12-15 Thread Adam Wiggins
beautifully when he said: "Self-daemonizing programs start you down the path to hell.". See: http://dustin.github.com/2010/02/28/running-processes.html Adam -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group,

to_tsquery syntax error

2010-12-06 Thread Adam Walters
Hello, Just recently we started seeing a syntax error in our app's full text search: ActiveRecord::StatementInvalid: PGError: ERROR: syntax error in tsquery: "'mongo':*" : SELECT COUNT(*) AS count_id FROM (SELECT 1 FROM "presentations" WHERE (setweight(to_tsvector('english', coalesce("presentati

gem installs ok but wont load with require?

2010-11-23 Thread Adam
Im trying to use the 'crypt' gem in my app. Ive had it working on Heroku in the past, in fact with this same app. The gem installs correctly, but when I log into the console and issue require 'crypt/ blowfish' it returns false. Any ideas? -- You received this message because you are subscribed t

Re: Request timeouts

2010-11-15 Thread Adam Wiggins
Thanks for the thoughtful description of your situation, Josal. We appreciate your trust and are working very hard to continue to deserve it! Regarding unexpected timeouts, what we've seen is that they are almost always a result of what I call a wedged process. I blogged about this a couple year

Re: Heroku + Hobo?

2010-10-14 Thread Adam
Im ignoring the dependencies because of a Rails version conflict. There is a Heroku recipes on their website that includes these instructions. Were you referring to Hobo or Heroku for your hobby projects? Im new to Heroku, but I do fancy Hobo. Its definitely a bit slower than native Rails but i li

Re: Heroku + Hobo?

2010-10-14 Thread Adam
Ok. Ive figured out that one of hobos build in generators isnt running correctly. It should be running [1] but isnt. Ive tried [2] but I get a read-only error. Any ideas? [1] rake hobo:generate_taglibs [2] heroku hobo:generate_taglibs -- You received this message because you are subscribed to th

Heroku + Hobo?

2010-10-14 Thread Adam
First off im new to Heroku but aside from a few frustrations I think its pretty cool. Ive been trying to Heroku to play nicely with the Hobo gem. The app im using is just the default app hobo generates. The process im using to create and deploy my application is as follows: 1) hobo test_app 2) ./

Problems pushing app to heroku

2010-09-04 Thread adam
Ive used heroku successfully before so can't understand the source of this error. Rails - 2.3.2 Ruby 1.8.7 rails blah cd blah git init git add . git commit -m "first commit" git push origin master heroku create git push heroku master heroku rake db:migrate heroku restart now when I go to the app

[ANN] new crashed process handling

2010-08-27 Thread Adam Wiggins
We've just rolled out a new version of our process manager, with streamlined handling of crashed processes. A lot of you guys have been frustrated when your workers crash (libXML segfaults, for example) because the restart behavior was somewhat unpredictable. The new version follows a very simple

Background Workers & File Uploads

2010-08-24 Thread Adam Šindelář
Hi, I'm assessing Heroku as a potential host for a web service we've been developing, and I am perplexed by a piece of contradictory information I found in the documentation. Specifically, the documentation states a) that uploading files to S3 should be handled by background workers (http://docs.

Allowing users to specify their own custom domain (like Shopify)

2010-08-13 Thread Adam McCrea
We're building a CMS-like app that allows users to create and host their own sites. As part of this, we want to allow them to specify their own custom domain. I understand how to specify a custom domain on Heroku as the developer, but I'm not sure how to let users specify domains, or if it is eve

Re: A conclusive way to "package" static assets

2010-07-18 Thread Adam Wiggins
ationship to the lifetime of the dyno or worker process. We should update that since it would be valuable information in this case. Adam -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@goo

Re: A conclusive way to "package" static assets

2010-07-18 Thread Adam Wiggins
estart, and then periodically (every 12 - 24hrs) otherwise. Adam -- 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 this group, send email to heroku+unsubsc

Re: Using Rack::StaticCache

2010-07-18 Thread Adam Wiggins
Great discussion in this thread. Matthew, your analysis and monkey-patch are very impressive! I'm just sorry you guys are stuck reverse-engineering this portion of our stack to get your apps working the way you want - that's definitely bad on us. We're hoping to be able to make heroku_rack open

Re: wiki for Heroku community?

2010-07-15 Thread Adam Wiggins
On Thu, Jul 15, 2010 at 6:50 AM, Maximilian Mack wrote: > Is there a rails wiki software out there who works with heroku? http://github.com/adamwiggins/bitswiki -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her

Re: Keeping hold of data between requests

2010-06-01 Thread Adam Akhtar
ven store each mention in a table. > > id | twitter_id | text > > Then create a DJ: > - get Tweet.last > - grab from Twitter the last mentions > - store them in the database > - create the next DJ > > > Hope this helps > > Am 01.06.2010 um 10:25 schrieb ada

Keeping hold of data between requests

2010-06-01 Thread adam
Im a newish programmer so perhaps my lack of experience is stopping me from finding the answer. Anyway maybe someone here can help. Ive created a simple TwitterAgent class that is used for a reoccuring background job (Dealyed_job). It accessed twitters and is grabs all the latest mentions since th

Re: development works fine but production on heroku complain about caling count on []

2010-05-13 Thread Adam Akhtar
Error: undefined method `count' for []:Array >> >> % heroku console --app bamboo-ree187 >> >> [].count >> => 0 >> >> % heroku console --app bamboo-mri191 >> >> [].count >> => 0 >> >> --wuputah >> >> On Mon, May 10, 20

development works fine but production on heroku complain about caling count on []

2010-05-12 Thread adam
My heroku app is tripping over code at the point where i try to do a count on an empty array. But in development on my local machine with the very same database and code (taps db:pull) it doesnt trip up. can anyone tell me why this is? im using ruby 1.8.7 and rails 2.3.2 below is the offending li

Re: text/cache-manifest MIME type

2010-02-24 Thread Adam Wiggins
should ask to allow whether it can store for offline use. Chrome doesn't seem to support this currently, not sure about other browsers. Adam -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@g

Re: flush memcached?

2010-01-24 Thread Adam Wiggins
flush_all isn't possible with the current memcache beta. We've got a major update coming soon that will add support for this. Adam -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@

Re: gem bundler support

2010-01-21 Thread Adam Wiggins
B increase in slug size. Adam -- 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 this group, send email to heroku+unsubscr...@googlegroups.com. For more options, vi

[ANN] gem bundler support

2010-01-19 Thread Adam Wiggins
Gem Bundler is rapidly on its way to becoming the new community standard for managing gem dependencies in Ruby apps. Bundler is the default gem manager for Rails 3, but it will also work seamlessly with any other web framework (or no framework) since it has no dependencies itself. Using it is as s

Re: Temporary Tables - Sqlite in Memory

2010-01-19 Thread Adam Wiggins
add a worker or a second dyno, now you'll have two in-memory tables which don't match. Adam -- 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 this gr

Re: Deploying from rails subdirectory within repository

2010-01-13 Thread Adam Wiggins
ails::Rack::LogTailer use Rails::Rack::Static run ActionController::Dispatcher.new Just replace my_subdir with the name of your subdirectory. Adam -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to her...@go

Re: do workers use the version of DJ from my app?

2009-12-23 Thread Adam Wiggins
It uses the version installed in your codebase. Adam -- 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 this group, send email to heroku+unsubscr...@google

Re: Filesystem?

2009-12-18 Thread Adam Wiggins
templates, images) are in your Git repository and you're only reading them, that will work fine. The only time you can't use the filesystem is for writes, such as storing images or pdfs uploaded by your users. For that you should use S3. Adam -- You received this message because you ar

Re: redis+heroku

2009-12-18 Thread Adam Wiggins
Yes, I set this up as a demo of scanty-redis a while back: http://scanty-redis.heroku.com/ I put the Redis db on slicehost, described in the third paragraph of this post: http://adam.blog.heroku.com/past/2009/7/13/scanty_on_redis/ Adam -- You received this message because you are subscribed

Re: Help with Deployment of multiple application versions

2009-11-25 Thread Adam Wiggins
-instance-on-heroku Adam -- 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 this group, send email to heroku+unsubscr...@googlegroups.com. For more options, visit thi

Re: Multiple domains pointing to different parts of the application

2009-09-08 Thread Adam Wiggins
#x27;, :conditions => {:hostname => 'www.d1.com'} map.connect :controller => 'a2', :conditions => {:hostname => 'www.d2.com'} Personally I think this is likely to result in confusing code, so I wouldn't do it. But if you want to you that's how you wou

Re: throttling; limiting use per IP or other request parameter

2009-08-25 Thread Adam Wiggins
rmance of your dynos is being substantially impacted by abuse (which I presume is what the throttling is for), contact us and we can work out a higher-performance solution together. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Site down between Push and Migrate?

2009-08-17 Thread Adam Wiggins
ing a simple load test during a deploy. Something like: $ ab -c 1 -n 50 http://myapp.heroku.com/ | egrep '^(Complete|Failed)' & $ git push heroku When I ran this I got the following output (after all the git push / heroku slug compile messages): Complete requ

Re: multiple custom domains + wildcards for each?

2009-08-14 Thread Adam Wiggins
t. So for example you might add the following domains to your app: *.example1.com example2.com Here you could access the app via foo.example1.com, but not foo.example2.com. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Passing environment variables to rake

2009-08-07 Thread Adam Wiggins
27;ADMIN'] You need to use ENV['USER'], or else pass ADMIN= on the command line: heroku rake ADMIN=user1 lovdbyless:admin Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" gr

Re: Full-Text Indexing - How to decide?

2009-07-28 Thread Adam Wiggins
cehost slice, or an EC2 instance (which is preferred since you'll have the lowest latency between your app and Solr.) Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this

Re: Full-Text Indexing - How to decide?

2009-07-27 Thread Adam Wiggins
g to a heavier-duty solution. > Idea 3. None of this will work, I need to user Solr. Yeah, depending on what your users are willing to put up with - whether it is a commercial app, for example - Solr may be in your future. But hopefully the info I've provided here will help you make a d

Re: Invalid database url for heroku db:push

2009-07-09 Thread Adam Wiggins
rs underscore an invalid character in the database name. I'm not sure why (this is in the path, not the hostname) - perhaps a patch to taps to handle this as a special case would be the workaround. Adam --~--~-~--~~~---~--~~ You received this message because you are su

Re: Root Domain (mydomain.com not www.mydomain.com)?

2009-07-07 Thread Adam Wiggins
On Tue, Jul 7, 2009 at 7:25 AM, Ed Jones wrote: > C:\Users\Ed\webapps>host whendidji.com > whendidji.com has address 216.39.57.104 This is your problem. It should read something like this: C:\> host whendidji.com whendidji.com is an alias pointing to proxy.hero

Re: Root Domain (mydomain.com not www.mydomain.com)?

2009-07-06 Thread Adam Wiggins
On Mon, Jul 6, 2009 at 7:08 AM, Ed Jones wrote: > Alas, for myapp.com, heroku just gives "Heroku | No such app. There is > no app configured at that hostname." Try: heroku domains:add myapp.com Adam --~--~-~--~~~---~--~~ You received this mes

Re: .gems vs. geminstaller.yml

2009-06-29 Thread Adam Wiggins
Or are you looking for standardization/interoperability with an existing community tool? We're open to suggestions on either of those points. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku&

Re: Config vars and local setup

2009-06-24 Thread Adam Wiggins
Very nice, Trevor. I wonder if you could write this up into a blog post somewhere that summarizes the technique? That way we can provide the link to others that prefer not to use environment variables in their local setup. Adam --~--~-~--~~~---~--~~ You

Re: Varnish Layer

2009-06-16 Thread Adam Wiggins
ome point, we'd probably look into switching to Squid, which has the capability to share the same cache pool across servers. In any case, I would be very surprised if the non-shared cache pool between our varnish servers causes you any kind of problem. If it does, of course we'd lik

Re: Commit hooks for compiled Sass?

2009-06-09 Thread Adam Wiggins
#{css}" system "sass #{sass} #{css}" system "git add #{css}" end [Ctrl-D] $ chmod 755 .git/hooks/pre-commit Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Herok

Re: Way to see DB size used?

2009-06-03 Thread Adam Wiggins
On Wed, Jun 3, 2009 at 4:44 PM, Carl wrote: > Is there anyway to see the size of the database being used on Heroku, http://docs.heroku.com/heroku-command#app-commands Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

Re: heroku console: ^C should clear, not exit.

2009-05-27 Thread Adam Wiggins
On Wed, May 27, 2009 at 1:27 PM, Harry Vangberg wrote: > I didn't realize the heroku console was on GitHub, will take a look > at it. > http://github.com/heroku/heroku/blob/85693066c72f86595f03ebeae338134b162639d8/lib/heroku/commands/app.rb#L115-128 --~--~-~--~~~---~

Re: heroku console: ^C should clear, not exit.

2009-05-27 Thread Adam Wiggins
s the line like you said. Maybe this has to do with differences in the gettext library on BSD vs Linux? In any case, I agree that it should follow whatever irb does on your current platform. Please feel free to submit patches to heroku-client on github

Re: Heroku | Backlog too deep

2009-05-25 Thread Adam Wiggins
of concurrency. A compute unit, on the other hand, is a measure of raw CPU power. More compute units on your dedicated database means your SQL/ActiveRecord queries will execute faster, which will increase the throughput on a database-bound app. Adam --~--~-~--~~~---~--~~

Re: Heroku | Backlog too deep

2009-05-25 Thread Adam Wiggins
comfortable with turning users away during traffic spikes. In that case, take no action, and be aware that some users will get this error message. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Her

Re: reverting a commit?

2009-05-18 Thread Adam Wiggins
avoid accidentally re-pushing the removed/changed commits. Adam --~--~-~--~~~---~--~~ 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 t

Re: http://herokugarden.com/ is down !

2009-05-16 Thread Adam Alexander
I'm also having issues - trying to connect to herokugarden's git server. Very happy with the innovative services here, hopefully it's a simple fix so the heroku staff can enjoy the rest of the weekend. On May 16, 4:10 pm, lgs wrote: > http://herokugarden.com/ is down at least since 12 hours : >

elevated errors today - resolved

2009-05-14 Thread Adam Wiggins
Hey folks, we'd been having elevated error rates today (the http 503 / ouchie guy page). They were very intermittent (just reload and the next request would usually work) but still very annoying. We tracked down and resolved the problem, so things should be back to normal now.

Re: App migration from EC2

2009-05-12 Thread Adam Wiggins
and gives you complete flexibility on where you may chose to place either your processing instance or your app and its database. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To po

Re: Other branch -> other URL ?

2009-05-08 Thread Adam Wiggins
, for example: heroku create myapp-experimental --remote app2 git checkout experimental git push app2 master That will push whatever the current branch is, in this case experimental, to the master branch on Heroku. Adam --~--~-~--~~~---~--~~ You received this

Re: Can't use CNAME and MX records together

2009-05-08 Thread Adam Wiggins
, this avoids having to tinker with MX records, so perhaps we'll make this the official way to set up custom domains. What do you guys think? Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku&

Re: newbie question on what to do after change url

2009-05-03 Thread Adam Wiggins
Good call, Max. I've updated the docs. http://docs.heroku.com/renaming-apps Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to heroku@goog

Re: newbie question on what to do after change url

2009-05-02 Thread Adam Wiggins
Try this: git remote rm heroku git remote add heroku g...@heroku.com:followme.git Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to heroku@google

Re: how do I find out how much space I have?

2009-04-29 Thread Adam Wiggins
of repo/slug size, you may not see them until you push your code again. Adam --~--~-~--~~~---~--~~ 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 unsub

Re: A Vote for Supporting MySQL

2009-04-29 Thread Adam Wiggins
and I suspect on most other SQL-compatible databases as well. Personally, I prefer to use SQLite for all my local development. This forces me to code to the lowest common denominator. In this particular case it wouldn't have helped, but in most others it's very effect

Re: db problems today and where to find heroku status/outage info

2009-04-23 Thread Adam Wiggins
yeah I know, it's long overdue) and all the ops stuff that you do to chase that holy grail of 100% uptime, we're gonna hit a few growing pains such as today's little escapade. We appreciate your bearing with us as we continue to mature our product and our operation. Adam --~--~-

Re: Subdomain CNAMEs

2009-04-21 Thread Adam Wiggins
You've stumbled upon a beta feature that is not yet publicly available. Drop me a private email if you'd like access to this. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" gr

Re: Updating heroku gem

2009-04-19 Thread Adam Wiggins
Are you on Ubuntu? Try installing the Ruby development package: $ sudo apt-get install ruby1.8-dev Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email

Re: Failed to push mysql db when installing Radiant

2009-04-14 Thread Adam Wiggins
Tony, can you run "sudo gem install taps" to get the latest version (Ricardo has been hard at work fixing numerous edge-case bugs), and then try again? If you still get an error, post the exact output here. Adam --~--~-~--~~~---~--~~ You received th

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

2009-04-13 Thread Adam Wiggins
Should be fixed now. Adam --~--~-~--~~~---~--~~ 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 herok

Re: db:push request

2009-04-12 Thread Adam Wiggins
Indeed, should be an easy change to this line: http://github.com/heroku/heroku/blob/25977db86c4a07b9766a53ae9cea1b3d41c3e3cc/lib/heroku/commands/db.rb#L72 Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "H

Re: no error message detail

2009-04-11 Thread Adam Wiggins
. Even having a huge quantity of plugins that need to be initialized can sometimes create very long boot times. One thing to try is "heroku restart", which will take another pass at trying to boot, and if the timing issue is intermittent, it might work the second time aro

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

2009-04-11 Thread Adam Wiggins
Is this still happening for you right now? I was able to execute 1+1 against your app right now without difficulty. Are you using "heroku console 1+1" or "heroku console" and then entering into the interactive shell? Adam --~--~-~--~~~---~--~---

Re: Internal Server Error on db:data:load

2009-04-09 Thread Adam Wiggins
Yes, db:push is a preferred method, if you have the database loaded locally. Make sure you have the latest version of the heroku and taps gems installed: sudo gem install heroku taps ...and then read details here: http://docs.heroku.com/taps Adam

Re: root CNAME with slicehost DNS

2009-04-08 Thread Adam Wiggins
e got some ideas for how to work around this, it's definitely a point of confusion/annoyance when setting up domains. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this

Re: Multiple domains pointing to heroku app?

2009-04-05 Thread Adam Wiggins
You can do multiple domains on Heroku via the command-line tool: heroku domains:add mydomain1.com heroku domains:add mydomain2.com See: http://docs.heroku.com/custom-domains#heroku-setup Adam --~--~-~--~~~---~--~~ You received this message because you are

Re: Internal Server Error

2009-04-03 Thread Adam Wiggins
We had a brief issue with one git server this morning. It's fixed now - try your push again. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send

Re: GZIP & expxires header for static files

2009-04-02 Thread Adam Wiggins
ls is here: http://docs.heroku.com/http-caching#caching-dynamic-content-by-age Setting expires or other cache headers would look very similar. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku"

Re: No such app as

2009-03-31 Thread Adam Wiggins
it remote rm code from rename: http://github.com/heroku/heroku/blob/53737463f5392fd7c95d4dc39cd4be34968d3d9e/lib/heroku/commands/app.rb#L38 Into destroy: http://github.com/heroku/heroku/blob/53737463f5392fd7c95d4dc39cd4be34968d3d9e/lib/heroku/commands/app.rb#L117-

Re: herokugarden => heroku

2009-03-30 Thread Adam Wiggins
Anton - I went to http://heroku.com/signup and typed in your email. An invitation should be in your inbox now. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group,

Re: db:pull doesn't work (uses wrong socket)

2009-03-30 Thread Adam Wiggins
://db/development.sqlite3 ... Adam --~--~-~--~~~---~--~~ 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

Re: Can't install heroku gem?

2009-03-30 Thread Adam Wiggins
That's very odd. Github downtime shouldn't affect the Heroku gem, since it's in Rubyforge. Can you type "gem sources" and see if it lists http://gems.rubyforge.org? Adam --~--~-~--~~~---~--~~ You received this message because you are

Re: git push heroku master

2009-03-30 Thread Adam Wiggins
Try running these commands inside your app's directory first: git init git add . git commit -m "first commit" This is documented here: http://heroku.com/docs#toc9 Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: curl from heroku

2009-03-28 Thread Adam Wiggins
You can use curl, via the backticks you suggested. However, it would be more portable to do it with pure Ruby, using a library such as RestClient, HTTParty, or good ol' fashioned Net::HTTP. Adam --~--~-~--~~~---~--~~ You received this message because yo

Re: getting started "test database is not configured"

2009-03-26 Thread Adam Wiggins
just tinkering with a new app, one thing to try is "heroku console". This will let you run methods and see if it seems like everything is working the way you expect. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

Re: Data.yml exported from HerokuGarden is out of date.

2009-03-25 Thread Adam Wiggins
I ran a manual db:data:dump for saps.herokugarden.com. You should be able to download the file now. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email

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

2009-03-23 Thread Adam Wiggins
On Mon, Mar 23, 2009 at 2:40 PM, ptorrsmith wrote: > $ sudo apt-get install git > This should be: sudo apt-get install git-core It's definitely confusing that there is a package named "git" on Debian which is not the Git revision

  1   2   3   4   >