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

2010-02-15 Thread senihele
No one has any ideas? This is a pretty basic question... On Jan 30, 8:29 pm, senihele mjmmayern...@gmail.com wrote: Hey all, I have a Sinatra/Datamapper application on Heroku.  Datamapper doesn't handle migrations very well, and to the best of my knowledge can't remove or rename a column

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 mjmmayern...@gmail.com wrote: No one has any ideas? This is a pretty basic question... On Jan 30, 8:29 pm, senihele mjmmayern...@gmail.com wrote: Hey all, I have a Sinatra/Datamapper application on Heroku.  Datamapper doesn't handle

working on local machine but not on heroku

2010-02-15 Thread rick_2047
I have some code which works perfectly well on my machine but is not working on heroku %= f.text_area :body, :class = widgEditor% this line of code works on my machine but shows errors on heroku I checked the logs and apparently heroku is trying to call css on PostsController a dump of log is

Gmail SMTP Plugin and different Ruby versions

2010-02-15 Thread brentlintner
I have been attempting to get Gmail SMTP mail working on both Heroku (1.8.6) and my local dev (1.8.7). Unfortunately using the plugin fails locally, so I updated the gmail plugin slightly as follows to use the built in TLS support in Ruby 1.8.7 (based off an older post linked at bottom), and

gem troubles (authlogic)

2010-02-15 Thread Roy Pardee
Hey All, I'm playing around w/a free account am trying to use the authlogic gem in my app. I tried the bundler advice on docs.heroku.com/gems and didn't have luck, so I'm now trying the heroku gems manifest again not having luck. My .gems file consists of this single line: authlogic

app keep winding down

2010-02-15 Thread sslguy
Any idea why my app ssltools.com keeps winding down. When I visit the site, I at first get an error code 500. Upon immediate refresh, the app comes up. However, wait a period of time, and Heroku shuts the app down. Then the cycle repeats itself. Any idea would be appreciated. -- You received

Re: app keep winding down

2010-02-15 Thread Nicolás Sanguinetti
On Mon, Feb 15, 2010 at 2:15 PM, sslguy buttysquir...@gmail.com wrote: Any idea why my app ssltools.com keeps winding down. When I visit the site, I at first get an error code 500. Upon immediate refresh, the app comes up. However, wait a period of time, and Heroku shuts the app down. Then the

Re: gem troubles (authlogic)

2010-02-15 Thread Oren Teich
run heroku logs to see the logs, and see what went wrong. Oren On Sat, Feb 13, 2010 at 8:39 AM, Roy Pardee rpar...@gmail.com wrote: Hey All, I'm playing around w/a free account am trying to use the authlogic gem in my app. I tried the bundler advice on docs.heroku.com/gems and didn't

Taps Server Error: year too big to marshal when doing a db:pull

2010-02-15 Thread Paul Leader
I've been trying to pull a copy of my database for local debugging, but every time I try I get the following error: Auto-detected local database: sqlite://db/development.sqlite3 Receiving schema Receiving data 6 tables, 4,665 records users: 100%

Bamboo (MRI) + Gem bundler -- fail

2010-02-15 Thread Solly
Hi - I am in the process of migrating from the Aspen stack to the Bamboo (MRI 1.9.1) stack. I am using Gem Bundler to manage my gems. However, even with rails installed, when I go to my app, I get the following error: -- Missing the Rails 2.3.5 gem. Please `gem install -v=2.3.5 rails`, update

Re: Taps Server Error: year too big to marshal when doing a db:pull

2010-02-15 Thread Keenan Brock
Hello Paul, It looks like you have a record with a year too big for sqlite. I have run into this in non rails situations importing year '9' to MSSql - it was a bug in my code that did not add 2000 Looks like you only have 2 tables to choose from (users, payments, credits and streams were

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

2010-02-15 Thread Pedro Belo
What instructions did you follow? Are you setting the GEM_HOME to vendor/bundler_gems? On Mon, Feb 15, 2010 at 6:12 PM, Solly directxma...@gmail.com wrote: Hi - I am in the process of migrating from the Aspen stack to the Bamboo (MRI 1.9.1) stack.  I am using Gem Bundler to manage my gems.

Re: app keep winding down

2010-02-15 Thread sslguy
Looks like the problem still exists :( On Feb 15, 4:42 pm, sslguy buttysquir...@gmail.com wrote: Thanks for your prompt response. I'll check back in a while to see if the 500 error resurfaces. On Feb 15, 11:14 am, Oren Teich o...@heroku.com wrote: While free apps do cycle down after a few

Re: app keep winding down

2010-02-15 Thread Pedro Belo
Do you see anything by running heroku logs? 500s are caused by the application, so you should find the source of it in the logs. On Mon, Feb 15, 2010 at 9:32 PM, sslguy buttysquir...@gmail.com wrote: Looks like the problem still exists :( On Feb 15, 4:42 pm, sslguy buttysquir...@gmail.com