You cannot post messages because only members can post, and you are not currently a member.
Description:
Development with Ruby on Rails on the Heroku platform. Discussion of Ruby, Rails, and general programming and app deployment topics are all on topic and encouraged.
|
|
|
using bundles to restore a backup
|
| |
Hi,
I really wanted to use
heroku bundles:animate myappbaseline --app myapp
to restore a baseline build of the app; however, that command creates
a new app.
It looks like I can do what I want by donwloading the bundle and then
doing a db:push; however, I would really like to be able to do this... more »
|
|
switching my heroku user
|
| |
I manage two accounts on Heroku: one personal account and one for a
company. Somehow, I set it up and created the company app a few
months ago. Now I want to create another company app and I can't seem
to switch my user.
I tried changing my git user, but that doesn't help
master $ git config -l... more »
|
|
issue loading PNG content from MySQL dump into SQLite3 via yamldb
|
| |
I'm storing some PNG content (and other image types) via an
ActiveRecord binary field and I'm having trouble loading the content
from a dump file created from a MySQL database into a SQLite2
database. The dump and load works fine between MySQL instances on
different machines and OSes. The dump file looks perfectly fine, the... more »
|
|
Image Magick not properly installed?
|
| |
I am using Paperclip to crop an image. It seems to be working
partially but I am getting error messages in my log that look like
this:
convert: unable to open module file `/usr/lib/ImageMagick-6.2.4/
modules-Q16/coders/5926.la': No such file or directory.
The Rails app works fine on my local machine, which is also running a... more »
|
|
Sinatra and '//' in GET request
|
| |
I have a strange problem with a Sinatra app.
When I request [link]
This is in the log:
$ heroku logs
82.24.100.136, 10.250.31.111 - - [27/Oct/2009 13:18:41] "GET /http:/
google.com HTTP/1.1" 200 17 0.0005
The '//' in my GET request is being converted to '/'... more »
|
|
Can Heroku receive mail?
|
| |
The app I'd like to run on Heroku will need to eventually be able to
receive email.
As an example, a user would send an email to a unique email address
and then our app would parse the email and do various things with it.
Is that possible with Heroku?
|
|
|