Re: Merb app failed to start

2009-03-09 Thread Adam Wiggins
As you guys figured out, there are a couple of tweaks necessary to run Merb on Heroku. We'll work on getting those documented fully. Working from the template that IndianGuru mentioned (http://github.com/adamwiggins/merb-on-heroku) is a good place to start, and looking at this commit you can see

Re: Hoptoad pointer wrong in heroku docs

2009-03-09 Thread Adam Wiggins
Thanks, we'll update that. 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+unsu

Re: New App on Heroku not working

2009-03-07 Thread Adam Wiggins
On Thu, Mar 5, 2009 at 11:21 PM, DAZ wrote: > Here is my development.rb file, I can't see any reference to > cache_template_loading, is the line I need to remove here? Oops, sorry - it's actually config/environments/production.rb, line 13. As someone else pointed out, Heroku runs in production

Re: How to fetch database from heroku to local system?

2009-03-07 Thread Adam Wiggins
On Tue, Mar 3, 2009 at 8:27 AM, MAwiniarski wrote: > Having app deployed on Heroku, how to fetch database data > so to have backup locally? For apps on heroku.com, type: $ heroku bundles:capture $ heroku bundles:download You'll get a tarball with your app code and the SQL dump in the db direct

Re: Kicking off more Dynos? Using TokyoTyrant? Bundles?

2009-03-04 Thread Adam Wiggins
On Wed, Mar 4, 2009 at 10:53 AM, BigLove wrote: > I'm wondering how I might be able to kick off a new dyno? And what > exactly goes into making this happen? Will I get a chance to run any > startup scripts for when this happens? Running multiple dynos will be a feature on paid accounts. This ha

Re: New App on Heroku not working

2009-03-04 Thread Adam Wiggins
On Sun, Mar 1, 2009 at 11:49 PM, DAZ wrote: > rake aborted! > undefined method `cache_template_loading=' for ActionView::Base:Class This method was removed in Rails 2.2. You'll need to either 1. explicitly set your Rails version to 2.1 in environment.rb, or delete the line mentioning cache_temp

Re: Problems with pids

2009-03-04 Thread Adam Wiggins
Felix - We don't support background processes run this way, as it's not compatible with a cloud architecture. See http://heroku.com/how/dyno_grid for some background on this. We're currently working on a feature to support background jobs in a cloud-friendly way. It would be helpful if you cou

Re: App just coming up with black bar

2008-12-07 Thread Adam Wiggins
This is the page that serves the crashlog, but for some reason there was no log. Definitely would like to find out what happened there, but it seems like it came back on its own. In any case, a "heroku restart" will probably always fix something like this. Adam --~--~-~--~~

Re: Server failing to start

2008-12-02 Thread Adam Wiggins
On Sat, Nov 29, 2008 at 3:46 PM, Corey Haines <[EMAIL PROTECTED]> wrote: > The server for feedmyworms failed to start. Details: > > /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/initializer.rb:530:in `send': > undefined method `cache_template_loading=' for ActionView::Base:Class > (NoMethodError) fr

Re: Migrations not auto-running on new 2.2.2 deploy

2008-11-27 Thread Adam Wiggins
Good catch. This should be fixed soon; in the meantime, you can always run migrations manually at the command line, i.e. $ heroku rake db:migrate Adam On Thu, Nov 27, 2008 at 10:45 AM, Matthew Moore <[EMAIL PROTECTED]> wrote: > > When I run through these steps on my new 2.2.2 app I'm deployin

Rails 2.2

2008-11-26 Thread Adam Wiggins
As promised, the Rails 2.2 is now available for use for all apps on Heroku: http://blog.heroku.com/archives/2008/11/26/25_rails_2_2_on_heroku/ Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To

Re: 2.1.2 version

2008-11-17 Thread Adam Wiggins
Although 2.1.0 will work, I highly suggest leaving off the minor version number: RAILS_GEM_VERSION = '2.1' This will allow your app to work with whatever minor version is installed wherever you a running it. Adam --~--~-~--~~~---~--~~ You received this message b

Re: Creating apps seems to have 'issues'

2008-11-12 Thread Adam Wiggins
Is this still happening 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 [EMAIL PRO

Re: internal server error & 502 Bad Gateway

2008-11-12 Thread Adam Wiggins
Try 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 [EMAIL PROTECTED] For more opt

Re: 504 Gateway Time-out

2008-11-06 Thread Adam Wiggins
Fixed. 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 [EMAIL PROTECTED] For more options

Re: Bandwidth Limits

2008-10-31 Thread Adam Wiggins
This is a sweet app Nathan, nice job! We can definitely crank your bandwidth limits and do some other things to make sure you're fully available on election day. I'll reply to you off-list about the details. Adam --~--~-~--~~~---~--~~ You received this message be

Re: App Overlimit

2008-10-27 Thread Adam Wiggins
I've cleared the overlimit flag, so you're back up. 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, sen

Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-10-26 Thread Adam Wiggins
Fixed. Adam On Sat, Oct 25, 2008 at 10:37 PM, Russell Snow <[EMAIL PROTECTED] > wrote: > same problem for me. > removed and recreated ssh keypair and uploaded new key. > App: saudistalk > > > On Thu, Oct 23, 2008 at 3:44 PM, Adam Wiggins <[EMAIL PROTECTED]>

Re: Rails 2.2, soon?

2008-10-25 Thread Adam Wiggins
On Sat, Oct 25, 2008 at 10:52 AM, Philipe Farias <[EMAIL PROTECTED]>wrote: > There's a date for Rails 2.2 support on Heroku? The 2.2.0 gem is actually a release candidate, so we'll wait until the final version (2.2.1) is out, which should be pretty soon. I'm personally excited about this releas

Re: how do you collapse git revision history?

2008-10-23 Thread Adam Wiggins
You can run git's garbage collector like so: git gc This often reduces a repository size significantly. Another option is to rebase and remove commits of large binary files that have since been removed, but are still stored in the history. Run git gc afterward to clean it out. There's also the

Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-10-23 Thread Adam Wiggins
Fixed. 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 [EMAIL PROTECTED] For more option

Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-10-22 Thread Adam Wiggins
timesonline is fixed. 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 [EMAIL PROTECTED]

Re: New, small app over limit in error

2008-10-21 Thread Adam Wiggins
Your app went overlimit on bandwidth, although this reset at midnight so you're already back. I blessed the app which will give you plenty of headroom so you shouldn't hit this again. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: openid gem problem

2008-10-20 Thread Adam Wiggins
db:schema:load executed on your app worked when I ran it, did you change something? I also notice that there are no gem dependencies defined in your config/environment.rb. config.gem "openid" would probably be what you want here. Adam --~--~-~--~~~---~--~~ You re

Re: production mode messed up my app? how to get it back?!

2008-10-19 Thread Adam Wiggins
Fixed. 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 [EMAIL PROTECTED] For more options

Re: git push and Gateway Timeout problems

2008-10-17 Thread Adam Wiggins
Fixed, there were both the same issue. 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: How do you know you're in the Heroku environment?

2008-10-15 Thread Adam Wiggins
You can check to see if you're on Heroku with code like this: if defined? Heroku # ... else # ... end As for environments other than development or production, it would be possible for us to change the interface to let you specify an arbitrary string. Who out there would use this feature if

Re: download large file

2008-10-13 Thread Adam Wiggins
I've blessed your app, which will give you plenty of headroom on bandwidth, and cleared the overlimit flag for the day. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, sen

Re: deployment issue with git push

2008-10-13 Thread Adam Wiggins
My guess is that some of your plugins were installed via git clone, and so contain a .git directory inside them on your local machine. This will cause git to skip over them when adding to the top-level repository, and thus they won't be pushed to Heroku. You can test this theory with a command li

Re: initializing and updating git submodules

2008-09-27 Thread Adam Wiggins
I highly recommend switching to cookie store sessions, i.e. put something like this in your environment.rb: config.action_controller.session = { :session_key => '_myapp_session', :secret => '2cdb95d5605cdd6fadebe717b26f08a12587aaf1635794be192b0dfaedf36c20ef0512e10f577e068fa679db562

Re: quote_table_name adjustment

2008-09-27 Thread Adam Wiggins
Thanks for the heads-up. Better yet, how about sending a pull request with your patch? -> http://github.com/adamwiggins/yaml_db Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this g

Re: Multiple GIT repositories + project in a subdirectory...

2008-09-24 Thread Adam Wiggins
One workaround you could use would be to make a rake task or shell script which creates a temporary git repo for the purpose of deploying. Something like this: cd subproj git init git add . git commit -m 'bundle for heroku deploy'" git remote add heroku [EMAIL PROTECTED]:myapp.git git push -f he

Re: initializing and updating git submodules

2008-09-23 Thread Adam Wiggins
Generally, I'd probably recommend against submodules. However, you can run the git submodule commands directly using the console (inside the web editor -> gear menu -> console) if you really want to. For a freshly pushed project, this would be: `git submodule init 2>&1` `git submodule update 2>

Re: code & data disk usage

2008-09-08 Thread Adam Wiggins
CPU usage is definitely something we want to provide stats on, but it's a lot harder to collect and display in a comprehensible way compared to disk usage. We've got some proof-of-concepts done on this but they're not ready for general use yet. So, coming soon(ish). Adam --~--~-~--~---

Re: Mongrel Not Starting

2008-09-07 Thread Adam Wiggins
Good question. It's often challenge to figure out which things are problems on our side, which are problems with your app, and which are simple incompatibilities (like using a version of Rails we don't support). This is just one of the things that's hard about building a platform. Generally spe

Re: Should I change :sectret in environment.rb?

2008-09-07 Thread Adam Wiggins
Heroku scrambles the session salt for apps you create here. If you imported from someplace else via git push -f or uploading a tarball, particularly if it was an open source app, then you should change it. Adam --~--~-~--~~~---~--~~ You received this message beca

Re: Mongrel Not Starting

2008-09-07 Thread Adam Wiggins
These seem to have corrected themselves, with the exception of jactwedding - I restarted the Thin and that brought it back. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group,

Re: Can't edit my app

2008-09-05 Thread Adam Wiggins
Fixed. 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 [EMAIL PROTECTED] For more optio

code & data disk usage

2008-09-05 Thread Adam Wiggins
Starting today, a disk quota of 40MB for code and 40MB for data will be in effect. Code size does not include logs or tmp files, only the size of your code, public dir, and git repo (.git in the root of your app). Data size is the size of your entire database, including indexes. Visit the My Ap

Re: Can't edit my app

2008-09-04 Thread Adam Wiggins
Just fixed one other thing that was affecting some apps (different issue from the first one). If you're still having trouble, reply, and please remember to include the name of your app. Adam --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: Can't edit my app

2008-09-04 Thread Adam Wiggins
Fixed. 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 [EMAIL PROTECTED] For more optio

API update

2008-09-03 Thread Adam Wiggins
New client gem / API released today, now in Rubyforge ("gem install heroku" to update). New features: - Manage sharing (add/remove/list collaborators) - Manage multiple ssh keys for your user (add/remove/list keys) - Update settings (public true/false, mode production/development) - Rename an ap

Re: About merb

2008-08-28 Thread Adam Wiggins
Small apps will always be free, and medium apps will be affordable to individuals and small companies. So don't worry on that front. As to running Merb or other frameworks besides Rails, you can't do it today, but it is something we've considered. Quick straw poll: who else is interested in bei

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

2008-08-28 Thread Adam Wiggins
Thanks Paul, we're glad you like Heroku so much. I totally agree that the possibilities for broader collaboration are really exciting - we have tons of ideas for this, some of which are already in the works. At the moment we're mostly focused on stabilizing the platform, but we're really looking

Re: Git - Internal server error - fatal: The remote end hung up unexpectedly

2008-08-27 Thread Adam Wiggins
pocketdevsmith should be git-capable 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 unsubscribe from this group, send emai

Re: 504 Gateway Time-out for my apps

2008-08-26 Thread Adam Wiggins
foodstalker and unwwwired should both be ok 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

Re: 504 Gateway Time-out

2008-08-26 Thread Adam Wiggins
Letting us know is the right thing to do. In this case we were already aware of the problem and working on it, but it never hurts to have additional information. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: 504 Gateway Time-out for my apps

2008-08-26 Thread Adam Wiggins
Should be back to normal now. If not, reply with your app name. 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

Re: How do I connect to an external database?

2008-08-26 Thread Adam Wiggins
Connecting to external databases is probably not a good idea. It may or may not work now, but I suspect it will definitely not work in the future after we make some other architectural changes we have in mind to facilitate scaling. I'd recommend rethinking your application architecture to follow

Re: 500 status when clicking on Logs

2008-08-25 Thread Adam Wiggins
This happens when there's data in the log that can't be parsed - for example, a FAILSAFE 500 error. The log parser is still pretty primitive, we haven't done any work on it since the very first iteration of the web editor. Certainly hoping to see it improve in the future. In the meantime, the m

Re: rake aborted! => Re: db:data:load error

2008-08-20 Thread Adam Wiggins
On Wed, Aug 20, 2008 at 6:49 PM, stretch <[EMAIL PROTECTED]> wrote: > script/plugin install http://opensource.heroku.com/svn/rails_plugins/yaml_db This url is out of date. Please use: git://github.com/adamwiggins/yaml_db.git Or if you're using Rails 2.0: http://github.com/adamwiggins/yaml_db

Rails 2.1

2008-07-23 Thread Adam Wiggins
It's now possible to run Rails 2.1 apps on Heroku. Just change your config/environment.rb to contain: RAILS_GEM_VERSION = '2.1' We'll be supporting 2.0.2 for the foreseeable future, but I encourage you to try 2.1 when you get the chance. Most apps should require little or no porting work. You

Re: Can't import app with Git or tarball

2008-07-22 Thread Adam Wiggins
On Sat, Jul 19, 2008 at 9:32 AM, Marnen Laibow-Koser <[EMAIL PROTECTED]> wrote: > All seems to go well for a while (and --dry-run suggests that > everything is OK), but after about 60-100 MB of transfer or so, I get > the following error: In either case (tarball or git), doing such a huge transfe

Re: 502 Bad Gateway

2008-07-19 Thread Adam Wiggins
Think I got to the bottom of this - quite insidious, it's a crash deep in the bowels of Ruby. I did a quick patch that should stop this from happening for now; a real solution is forthcoming when I'm not exhausted from jetlag and a full day of Rubyfringe. :) Adam --~--~-~--~~---

Re: 502 Bad Gateway

2008-07-18 Thread Adam Wiggins
Ah ha! James, it's editing your app specifically that's killing the editor, and it does so totally consistently. Now that I've got a reproducible test case I'm a lot closer to finding a solution. So thanks for the report, and in the meantime hang back on hitting that edit link so that you don't

Re: db:data:dump won't won't work with Oracle

2008-07-18 Thread Adam Wiggins
On Fri, Jul 18, 2008 at 5:16 PM, Owen <[EMAIL PROTECTED]> wrote: > Tom Locke gave me this fix. Seems to be running now! Cool, you or Tom want to post a patch on github so I can pull it into my master? http://github.com/adamwiggins/yaml_db/tree/master Adam --~--~-~--~~

Re: Can't use the edit page

2008-07-18 Thread Adam Wiggins
On Fri, Jul 18, 2008 at 2:15 AM, xiuxiu <[EMAIL PROTECTED]> wrote: > When I try to browse the edit page , the page tells that "We're > sorry, but something went wrong.". And the data page and the logs page > are available. The lefthand filenav was timing out because there was a recursive syml

Re: No database.yml

2008-07-17 Thread Adam Wiggins
On Thu, Jul 17, 2008 at 10:13 PM, jollibee <[EMAIL PROTECTED]> wrote: > Also, rake console doesn't work because it cannot found the > 'database.yml'. Are you sure? I just tried it and it worked fine. By rake console, I mean clicking "edit" next to the app name and then selecting "rake" from the

Re: Is Heroku down?

2008-07-17 Thread Adam Wiggins
On Thu, Jul 17, 2008 at 8:13 PM, DAZ <[EMAIL PROTECTED]> wrote: > I get nothing when I go to heroku.com Try: http://downforeveryoneorjustme.com/heroku.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku

Re: yaml to mysql?

2008-07-17 Thread Adam Wiggins
On Thu, Jul 17, 2008 at 10:36 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there a way to tell it to load to the production database? RAILS_ENV=production rake db:data:load Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: No database.yml

2008-07-17 Thread Adam Wiggins
On Thu, Jul 17, 2008 at 12:27 AM, jollibee <[EMAIL PROTECTED]> wrote: > Running migrations... > rake aborted! Trying to run the migration through the rake console in the web editor, it looks like the problem here is that you've got Rails 2.1-style migrations in the app. Try renaming them to the

Re: yaml_db doesn't work with SQL Server

2008-07-16 Thread Adam Wiggins
On Wed, Jul 16, 2008 at 11:47 AM, etlund <[EMAIL PROTECTED]> wrote: > When I use the most recent version of yaml_db (from git) it fails to > export my data from a SQL Server db. The reason is that SQL Server > doesn't support the 'LIMIT' SQL statement that shows up in the yaml_db > dump method.

Re: No database.yml

2008-07-16 Thread Adam Wiggins
Heroku doesn't use database.yml as of a few weeks ago, so you should be able to put anything in that file that you want. Where do you see this error - in the rake console, on an exception page, etc? (And if you provide the name of your app, we can look at it more closely.) One thing you might c

Blake Mizerany of Sinatra joins Heroku

2008-07-14 Thread Adam Wiggins
I'm pleased to announce that Blake Mizerany has joined the Heroku development team. Blake is a Ruby hotshot best known as the creator of the microframework Sinatra. (We use Sinatra heavily for our backend daemons, as those of you who read my blog already know.) Blake's knowledge of Ruby, HTTP,

Re: Purpose of Heroku in the long run

2008-07-09 Thread Adam Wiggins
On Wed, Jul 9, 2008 at 8:49 AM, jjhall <[EMAIL PROTECTED]> wrote: > What I'm more curious about is > once I develop my app, where do I go from there? Will Heroku be > available as a permanent environment for some sort of fee? Heroku as it is today is already a permanent environment. You can (an

Re: internal server error on both edit and view

2008-07-08 Thread Adam Wiggins
Fixed. 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 [EMAIL PROTECTED] For more optio

removing rspec from the default kit

2008-07-07 Thread Adam Wiggins
I'm looking at the possibility of removing rspec_on_rails from the default plugin kit for Heroku. This will make a few things easier / cleaner, like support for Rails 2.1 (and future versions). Plus, you probably want to install the rspec plugin directly into your vendor/plugins if you work loca

Re: Error in connection

2008-07-05 Thread Adam Wiggins
The app seems to be loading now; did you change something, or did it work itself out? 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: YamlDB rake db:data:dump

2008-07-05 Thread Adam Wiggins
On Fri, Jul 4, 2008 at 3:00 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > rake db:data:dump > undefined method `each' for # That's surprising - I use yaml_db on mysql databases all the time, and I just checked with a fresh one that it works with the latest version. Can you tell us the versi

Re: Downloaded Archive is empty

2008-07-05 Thread Adam Wiggins
Fixed. 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 [EMAIL PROTECTED] For more optio

Re: 502 Bad Gateway

2008-07-05 Thread Adam Wiggins
Fixed. 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 [EMAIL PROTECTED] For more optio

Re: Downloaded Archive is empty

2008-07-05 Thread Adam Wiggins
I can look into it if you can tell me the app name. 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, s

Re: Cheat heroku

2008-07-01 Thread Adam Wiggins
Nice Aaron, thanks! Love the last line especially. :) Here's the full URL: http://cheat.errtheblog.com/s/heroku/ Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send ema

Re: database backup

2008-07-01 Thread Adam Wiggins
We're working on building out more access in the API to all the stuff you see on the app settings tabs. A way to grab a database export is definitely on the list and should be on its way soonish. Adam --~--~-~--~~~---~--~~ You received this message because you ar

Re: odd behavior installing plugin

2008-07-01 Thread Adam Wiggins
On Mon, Jun 30, 2008 at 8:15 PM, snlsn <[EMAIL PROTECTED]> wrote: > I got the following message each time: > Plugin not found: git://github.com/technoweenie/attachment_fu.git Sounds like people are switching their repos over to git:// urls already, even though that's not supported in Rails 2.0.

Re: database backup

2008-06-28 Thread Adam Wiggins
For a complete database backup, use yaml_db. (This works with any Rails app if you install the plugin, but yaml_db is available automatically on Heroku.) Go to the rake console and run: db:dump Reload your editor window, then go to the db folder in the lefthand filenav and right-click data.yml

create / import app goes straight to welcome aboard

2008-06-27 Thread Adam Wiggins
Create New App and importing an app from a tarball both now take you through to the front of the app, instead of the editor. The idea is that this will be a little friendlier, especially with the new welcome aboard page which describes three ways to work on your app: edit online, import from a ta

safari fix

2008-06-27 Thread Adam Wiggins
Lots of you reported that Safari was not playing nice with "Create New App." Pedro fixed that today and it's deployed now. All of the Heroku web app should be usable in any modern browser, with the one exception of the javascript text editor. But if you're doing all your editing locally, using

Re: yaml_db patch

2008-06-27 Thread Adam Wiggins
Michael - Excellent, thanks. Coincidentally, I spotted this very issue yesterday when trying to export a database from sqlite to mysql on my home box, which doesn't have postgres installed. I patched it by duck-typing the adapter: http://github.com/adamwiggins/yaml_db/commit/8029d320a7343a9aa4

Re: problem with remote host identification

2008-06-26 Thread Adam Wiggins
This 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 [EMAIL PROTEC

Re: 502 Bad Gateway

2008-06-26 Thread Adam Wiggins
Next time this happens, can you tell me 1. the app name and 2. an exact timestamp (i.e., within a 5 minute window) including your timezone? This will let me look in the logs and see what's happening. Adam --~--~-~--~~~---~--~~ You received this message because yo

Re: Database going AWOL

2008-06-24 Thread Adam Wiggins
Orion squashed this bug, and we're putting some regression tests in place to make sure it never happens again. Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email t

Re: blog == webapp ?

2008-06-24 Thread Adam Wiggins
Absolutely. We have a very liberal bless policy. The only things we reject are totally vanilla apps (i.e. "Ruby on rails, welcome aboard") and anything that is obviously linkspam or other type of net abuse. Adam --~--~-~--~~~---~--~~ You received this message be

Re: Can't login to application

2008-06-24 Thread Adam Wiggins
In this situation (endless app starting page), your best bet for a quick fix is to save on any file in the config dir so that it tries to restart your server manually. However, if you grab a copy of log/mongrel.N.log and send it to me, that would allow me to look into what the actual issue is. A

Re: 500 Internal Server Error

2008-06-24 Thread Adam Wiggins
On Mon, Jun 23, 2008 at 9:20 PM, Will Rocisky <[EMAIL PROTECTED]> wrote: > I have an application called bugbox. > It was working fine last week but don't what happened and now this is > showing '500 Internal Server Error'. I restarted your server (by clicking "save" on environment.rb) and that se

Re: Database going AWOL

2008-06-23 Thread Adam Wiggins
Guys - We are looking into this right now as our absolute top priority. (Glad no lasting harm was done, but even so...) Adam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, se

Re: internal server error

2008-06-23 Thread Adam Wiggins
On Mon, Jun 23, 2008 at 11:08 AM, dennis_j <[EMAIL PROTECTED]> wrote: > 1) Are you going to provide more "upstream" error logging, worst case, > it helps folks like me diagnose bugs for you... I'm all for that - what did you have in mind? The only additional thing I can think of offhand would be

Re: Can't login to application

2008-06-23 Thread Adam Wiggins
What's the name of the app? 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 [EMAIL PROT

Re: 500 error

2008-06-23 Thread Adam Wiggins
On Sun, Jun 22, 2008 at 9:45 PM, Kevin Triplett <[EMAIL PROTECTED]> wrote: > What is the difference between the Logs tab and the logs/ directory? The logs/ dir are the raw files, whereas the Log tab tries to parse the recent entries in development.log and present them in a web-friendly fashion.

Re: 500 error

2008-06-22 Thread Adam Wiggins
On Sun, Jun 22, 2008 at 5:39 PM, Kevin Triplett <[EMAIL PROTECTED]> wrote: > Men of Heroku, I pushed my app and broke it. Now getting a > 500 error. I don't see the 500 error on triplettelectronic.heroku.com, but I looked in your log/development.log and saw this: /!\ FAILSAFE /!\ Sun Jun 22 16:

Apps on Thin, toolbar on Rack

2008-06-19 Thread Adam Wiggins
Ricardo has rewritten the Heroku toolbar, porting it from a Rails monkeypatch + Mongrel gemplugin to Rack middleware. The benefits that you guys will see are: - All apps are now running on Thin, which gives a bit of a speed boost over Mongrel. - Toolbar is way faster to load: less static assets

Re: simpledb or thrudb

2008-06-18 Thread Adam Wiggins
While I personally have been convinced for a while that schema-less, document-style database as the future: http://adam.blog.heroku.com/past/2007/12/17/a_world_without_sql/ ...in playing around with the options currently available (CouchDB, StrokeDB, RDDB, ThruDB, and SimpleDB) I think this tech

Re: Firewall?

2008-06-15 Thread Adam Wiggins
Paypal IPN definitely works - it's an incoming web request, so it's served the exact same way as viewing a regular web page or making a REST call. Try hitting the URL from your browser, curl, or RestClient to see what happens. And check your logs to look for the incoming request from Paypal. If

Re: openid admin login + heroku toolbar = XML Parse Error

2008-06-14 Thread Adam Wiggins
Definitely a toolbar problem, disable it like this: http://groups.google.com/group/heroku/browse_thread/thread/49b05ad87082922b/a05a9ed36e901302 (We're going to be deploying a rewritten version of the toolbar soon that should put an end to these marker problems.) Adam --~--~-~--~~-

Re: App now starting...

2008-06-14 Thread Adam Wiggins
Seems likely the gem install confused things somehow, yeah. I restarted your server by editing config/environment.rb and then saving it, so it's back now. (A "git push" will also restart the server.) Adam --~--~-~--~~~---~--~~ You received this message because y

Re: Scaleable File Storage with HerokuAssets

2008-06-13 Thread Adam Wiggins
On Fri, Jun 13, 2008 at 4:04 PM, DyingToLearn <[EMAIL PROTECTED]> wrote: > This might be a naive suggestion, but what if there were a reserved > folder, and everything that my apps saved to that folder got put into > HerokuAssets? This is a cool idea Paul. My concern would be that it would be a

Re: Scaleable File Storage with HerokuAssets

2008-06-12 Thread Adam Wiggins
On Thu, Jun 12, 2008 at 5:49 PM, Eaden McKee <[EMAIL PROTECTED]> wrote: > Can I ask what is the point of using this over S3 directly? Sure. The answer is: easy of setup. You don't need to establish an Amazon account, install anything, or do any configuration. You just start using it. But if y

Re: Internal Error

2008-06-11 Thread Adam Wiggins
I think this should be fixed now. If not, let us know your app's name. 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 unsubscrib

Re: migrations not working, looking for /tmp/mysql.sock

2008-06-09 Thread Adam Wiggins
On Mon, Jun 9, 2008 at 8:18 AM, bmctigue <[EMAIL PROTECTED]> wrote: > I made the mistake of uploading a database.yml for mysql with the > socket: /tmp/mysql.sock entry before I added database.yml to > my .gitignore file. I have commited and pushed several times now, but > the migration rake is sti

Re: Have to use subdomain?

2008-06-09 Thread Adam Wiggins
On Mon, Jun 9, 2008 at 9:20 AM, jko170 <[EMAIL PROTECTED]> wrote: > Will there be support in the future for IP addresses so one doesn't > have to use a subdomain for their app? Yes. For now, a redirect to www. is the workaround most folks are using. Adam --~--~-~--~~~--

<    1   2   3   4   >