Re: Put an application into maintenance state

2009-09-03 Thread geolev
This is a good question. I'd like to do something like this also. I hope someone has an answer. Regards, Geolev On Aug 28, 2:52 am, Thomas Balthazar gro...@suitmymind.com wrote: Hello, I'd like to know what would be the best way to put an application into maintenance state. I want to

Installing taps gem on Windows XP

2009-09-03 Thread Erik
Hi, I have an app running on heroku and I'm using Windows XP. I have sqlite3 data in the local copy, but the database on heroku's servers has no data. I'd like to install taps and db:push the schema and data over. Unfortunately, although gem install taps appears to work, whenever I enter

Conflict on signing up/logging in error

2009-09-03 Thread Abraão Coelho
Hello people, my name is Abraão and I'm from Brazil... Well, i tried logging in on heroku.com and couldn't get through... so I thought maybe i forgot my password. Ok, tried resetting it... and I receive the message that my email address wasn't found... ok again, maybe I really didn't sign up

How to get calendar_date_select installed in Heroku

2009-09-03 Thread geolev
I did everything according to the documentation plus a few things I found here but I can't get it to work. The push doesn't seem to ge installing the gem. My app runs fine in my development environment but when I try to push it to Heroku, I get the following error: Counting objects: 5, done.

Re: Put an application into maintenance state

2009-09-03 Thread Shi Rui
To backup your database, use YamlDb, opensource.heroku.com. On 8/28/09, Thomas Balthazar gro...@suitmymind.com wrote: Hello, I'd like to know what would be the best way to put an application into maintenance state. I want to deploy a major update (code + db structure + data migration)

Configuration of Rails app

2009-09-03 Thread AlekSi
Hi list, In Rails application you have several configuration files: database.yml, environment.rb, etc. Which of them are mean something for Heroku? For example, database.yml is ignored, right? If I call config.threadsafe! – will it change something? It will be nice to document this. -- AlekSi

Re: Put an application into maintenance state

2009-09-03 Thread geolev
I think this would be great. Does anyone know how to do this? On Aug 28, 2:52 am, Thomas Balthazar gro...@suitmymind.com wrote: Hello, I'd like to know what would be the best way to put an application into maintenance state. I want to deploy a major update (code + db structure + data

Re: How to get calendar_date_select installed in Heroku

2009-09-03 Thread Pedro Belo
Hi Geolev, The file must be named .gems! Pedro On Sat, Aug 29, 2009 at 1:05 PM, geolevgeo...@gmail.com wrote: I did everything according to the documentation plus a few things I found here but I can't get it to work. The push doesn't seem to ge installing the gem. My app runs fine in my

Static: a super simple Rails CMS for Heroku

2009-09-03 Thread Trevor Turk
I thought some of you might be interested in a little project I put together a few weekends ago. It's called Static, and it's a really small CMS app made for Heroku. It supports file uploads to S3, makes image thumbnails, lets you make pages, has an optional admin password, and a customizable

Re: Put an application into maintenance state

2009-09-03 Thread GreenAsJade
It's a nice idea. One small fly in the ointment is that you can't individually set heroku configuraiton variables (unless this is fixed now?) Certainly last time I tried it, I found that any env var not set explicitly on the same config:add statement was removed. IE config:add is not additive.

Re: Put an application into maintenance state

2009-09-03 Thread Keenan Brock
Hi GaJ I just tested and it looks like it works the way you and I want. (it is additive so you can just specify the one variable) Not sure when they fixed it, but sure enough - we're all set on this one. --Keenan On Sep 3, 2009, at 11:26 PM, GreenAsJade wrote: It's a nice idea. One