Re: New Relic causing crash on deploy

2011-09-23 Thread Terence Lee
Do you have a file called sync.rb in your project? -Terence -- You received this message because you are subscribed to the Google Groups Heroku group. To view this discussion on the web visit https://groups.google.com/d/msg/heroku/-/3C-GlT8bAHcJ. To post to this group, send email to

Re: Anyone having trouble using heroku console?

2011-07-21 Thread Terence Lee
constant Rake::DSL' in the docs and there was no mention. - F On Jul 14, 10:53 am, Terence Lee tere...@heroku.com wrote: Hello Keenan, It's because rake is built into ruby 1.9.2 and the version is 0.8.7 and that's the one being called here. We're looking into ways to fix

Re: Anyone having trouble using heroku console?

2011-07-14 Thread Terence Lee
Hello Keenan, It's because rake is built into ruby 1.9.2 and the version is 0.8.7 and that's the one being called here. We're looking into ways to fix this. In the meantime, can you try hard coding your rake to 0.8.7 in your Gemfile? Once you have that working locally, it should work fine on

Re: [ANN] Bundler 1.0.0 Rollout

2010-08-31 Thread Terence Lee
It's rolled out. Please file a support ticket if there are any issues. Thanks, Terence On Mon, 2010-08-30 at 17:54 -0500, Terence Lee wrote: We're planning on doing a rollout for Bundler 1.0.0 to support Rails 3. As always, please test things locally and on production. You can view the full

[ANN] Bundler 1.0.0 Rollout

2010-08-30 Thread Terence Lee
We're planning on doing a rollout for Bundler 1.0.0 to support Rails 3. As always, please test things locally and on production. You can view the full changelog here: http://github.com/carlhuda/bundler/blob/d2b83f536291239d0ce2d2d27fa3821beb7e11f5/CHANGELOG.md In the near future we're going to

Re: ANNOUNCEMENT: Upgrading to Bundler 1.0.0.rc.6

2010-08-26 Thread Terence Lee
Due to some complications, we're pushing this deploy to Monday. Thanks, Terence On Tue, 2010-08-24 at 18:16 -0500, Terence Lee wrote: Hello, Bundler 1.0.0.rc.6 was pushed out yesterday with some bug fixes. You can view the complete changelog here: http://github.com/carlhuda/bundler/blob

ANNOUNCEMENT: Upgrading to Bundler 1.0.0.rc.6

2010-08-25 Thread Terence Lee
Hello, Bundler 1.0.0.rc.6 was pushed out yesterday with some bug fixes. You can view the complete changelog here: http://github.com/carlhuda/bundler/blob/master/CHANGELOG.md The new Rails 3 RC2 also requires the newest version of bundler. We're planning to rollout the new version of bundler

Re: Prevent Static Asset Inclusion In Slug

2010-08-19 Thread Terence Lee
You can use .slugignore and specify files in there. It works like .gitignore On Thu, 2010-08-19 at 12:40 -0700, Matt Hodan wrote: Can one exclude certain files (e.g. static assets) from being complied into a slug without excluding them from the git repository? I'd like to maintain version

Re: Rails3 RC from master failed to start

2010-08-05 Thread Terence Lee
We have a workaround here: http://docs.heroku.com/bundler100rc2-git Please file a support ticket if you're still having issues Thanks, Terence On Thu, 2010-08-05 at 16:07 -0700, garyf wrote: I am pleased that our production platform for Rails 2.3.8 is receiving such aggressive beta testing

Re: Updating bundler on Bamboo Thursday

2010-04-23 Thread Terence Lee
Heroku actually uses bundler 0.9.20 not 23. That fixed it for me: `gem list | grep bundler` = bundler (0.9.20, 0.9.11, 0.9.5)\n -Terence On Wed, 2010-04-21 at 06:13 -0700, Brian Rose wrote: It looks like Bundler was updated to 0.9.23, which is great. However, I am now getting the following

Re: Rails 3 App Failing to Start

2010-04-23 Thread Terence Lee
Try using bundler 0.9.20. On Thu, 2010-04-22 at 15:05 -0700, Dave Rupert wrote: Hello, I have a Rails 3.0.0.beta3 app ( bundler 0.9.23 ) on the bamboo- ree-1.8.7 stack that i'm trying to push, but I keep getting stuffed and the App is Failing to Start. Keeps giving me a Read-only file

Re: daily cron scheduled time?

2010-03-17 Thread Terence Lee
You can open a support ticket to request a specific time. On Wed, 2010-03-17 at 09:48 -0700, Jesse wrote: I am adding the daily cron addon to my app it seems to schedule the daily cron to run each day, but at the time of day the addon was enabled is there a way to set a specific time of

Re: Best way to add a huge dataset?

2010-03-15 Thread Terence Lee
What I've been told for tmp folder size is about 1gb but it's a soft limit. -Terence On Mon, 2010-03-15 at 08:52 -0700, Mike wrote: Also in that link you linked to: Slug Size: 500MB - Hard Man, that probably includes the temp directory. Getting data onto Heroku is pretty friggin hard

Re: Memcache is now in public beta

2010-03-12 Thread Terence Lee
Oren, Do you know what the expected price/pricing model is for memcached? -Terence On Fri, 2010-03-12 at 13:33 -0800, Oren Teich wrote: Hi guys, we'll be putting a blog post up March 16th, but wanted to give you a heads up. Memcached is now in public beta. It's free while in beta, during

Re: Maximum RAM per dyno?

2010-03-10 Thread Terence Lee
As far as I know the beta is closed, but if you're willing to wait memcached will be rolled out to the general public soon (from what Oren has said). I agree with everyone else, it sounds like that is your best bet for something that's fast. I'd also look at something like redis if you want to do

Re: bundle upload and animation

2010-03-08 Thread Terence Lee
Hi Jason, Where are you seeing documentation about uploading a bundle? I've inquired about this before, but afaik there is no support for bundle upload. Bundle animation is using a previously captured bundle. Cheers, Terence On Sun, 2010-03-07 at 22:17 -0800, Jason wrote: I've seen several

Re: Basic Production Site

2010-03-08 Thread Terence Lee
Answers below. On Mon, 2010-03-08 at 12:31 -0800, DAZ wrote: Hi, I'm planning on launching a production site using Heroku, but have a few questions: 1) Are sites that are hosted on Heroku backed up or do I have to do it manually - what is the procedure for doing this? You have to do it

Re: Basic Production Site

2010-03-08 Thread Terence Lee
if it needs upgrading - does it crash, do I get an email warning or does it just increase as needed and then I get charged? cheers, DAZ On Mar 8, 8:38 pm, Terence Lee hon...@gmail.com wrote: Answers below. On Mon, 2010-03-08 at 12:31 -0800, DAZ wrote: Hi, I'm planning

Re: Basic Production Site

2010-03-08 Thread Terence Lee
You would add dynos to increase the number of rails instances that are run concurrently, so you can scale your site. Workers would correspond to background jobs. -Terence On Mon, 2010-03-08 at 13:10 -0800, DAZ wrote: Thanks Oren, That's useful as a starting point. What do I use to 'see how

Re: retrieve / display system info?

2010-03-06 Thread Terence Lee
Using the heroku gem, you can access this information. There's a Heroku::Client class which allows you to programmatically do it. See this gist for an example. http://gist.github.com/323841 On Fri, 2010-03-05 at 10:34 -0800, dan wrote: is that accessible from site environment, ruby code?

Re: Plugins working?

2010-02-25 Thread Terence Lee
Hi, Herocutter is for heroku plugins not rails plugins. You can install plugins using: script/plugin install git://github.com/rails/acts_as_list.git or as a gem in the Gemfile (bundler) or .gems manifest. -Terence On Thu, 2010-02-25 at 08:43 -0800, Ed Jones wrote: Trying to insall

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

2010-02-25 Thread Terence Lee
For sensitive info you might want to check out jbarnette's configlet: http://github.com/jbarnette/configlet using heroku env variables. On Thu, 2010-02-25 at 12:18 -0800, dan wrote: without incessant pushing of files, which ruby environment is heroku running? dev or production? what are some

Re: Sendgrid help

2010-02-24 Thread Terence Lee
I can help with the first question. You can access your sendgrid credentials to log into the site by using the heroku gem: heroku config --long you should see the ENV variables, SENDGRID_USERNAME and SENDGRID_PASSWORD Cheers, Terence On Wed, 2010-02-24 at 16:21 -0800, Mike wrote: I'm using

Re: Bamboo (MRI) + Gem bundler -- fail

2010-02-16 Thread Terence Lee
I second the gemcutter implementation. Self pimping, I wrote a blog post detailing the gemcutter setup: http://hone.heroku.com/rails/2010/02/02/rails-23-and-bundler.html Cheers, Terence On Tue, 2010-02-16 at 07:45 -0800, bdeank wrote: Bundler for Rails 2.x is confusing at the moment, IMO. If

Re: Postgres tools?

2010-02-05 Thread Terence Lee
you can apt-get install postgresql works for me on ubuntu. -Terence On Fri, 2010-02-05 at 02:56 -0800, Jamie Lawrence wrote: I need to move my development from mysql to postgres so I can better match the heroku environment. Does anyone have a good tutorial/stack to start with postgres on

Re: Showing the git hash and date in a view on heroku

2010-01-26 Thread Terence Lee
It looks like heroku removes the .git directory when they compile the slug. From heroku console: `ls .git` = You could try a post commit hook that grabbed this information. Cheers, Terence On Tue, 2010-01-26 at 02:38 -0800, Daryl wrote: Disclaimer: New to heroku so I'm sure someone has

Re: Pricing of Dynos...

2010-01-16 Thread Terence Lee
The latter, once you setup a dyno you're getting build hourly for it. On Sat, 2010-01-16 at 10:29 -0800, holden wrote: I have a newb question, but I'm a bit confused on the pricing since it states on the pricing page estimated monthly cost. I'm not sure how to phrase my question except as an

Re: Errno::ECONNREFUSED when sending mail from Clearance with Sendgrid addon

2010-01-15 Thread Terence Lee
) Cheers Simon On Jan 15, 2:51 am, Terence Lee hon...@gmail.com wrote: For UserMailer.test_mail you'll want to use UserMailer.deliver_test_mail On Thu, 2010-01-14 at 04:26 -0800, Simon Starr wrote: Hi, I have a pretty basic app that uses Clearance (http://github.com

Re: Memory Leak

2010-01-14 Thread Terence Lee
It might be worth checking out http://github.com/ice799/memprof or perftools.rb by tmm1. Hope that helps. On Thu, 2010-01-14 at 17:24 -0800, Michael wrote: The differences between your machine and Heroku could be the Ruby version. I've encountered a number if little quirks running 1.8.7

Re: Errno::ECONNREFUSED when sending mail from Clearance with Sendgrid addon

2010-01-14 Thread Terence Lee
For UserMailer.test_mail you'll want to use UserMailer.deliver_test_mail On Thu, 2010-01-14 at 04:26 -0800, Simon Starr wrote: Hi, I have a pretty basic app that uses Clearance (http://github.com/ thoughtbot/clearance) for user auth and I've added the Sendgrid Basic addon to handle mailing

Re: error installing heroku gem (ruby 1.9 / mac os x)

2010-01-08 Thread Terence Lee
It looks like json isn't necessarily 1.9 on every platform. We might have to detect when using 1.9 and use the fake json gemspec talked about here: http://isitruby19.com/json Have you tried 1.8.6? Heroku currently runs 1.8.6 so it would make sense to dev on ruby 1.8.6 instead of 1.9.1 since

Re: console last expression not accessible via underscore

2009-12-22 Thread Terence Lee
This is not currently possible. I've talked to Pedro about it, but it's something they'd have to change on their end. Maybe he can talk about it more. There's a few hacks that can be done from within the heroku gem, but there's nothing that will be very good/robust. -Terence On Tue,

Re: multiple accounts on one computer

2009-12-20 Thread Terence Lee
Hi Sarah, The .heroku/credentials file is only used for heroku commands like config, log, etc. When you are pushing via git, it uses the ssh keys on your computer. The ssh key used locally is the one associated with sa...@otherplace.com. This is how heroku determines which user is pushing to