blog == webapp ?

2008-06-24 Thread shenry
Is a vanilla rails site, such as a company website with blog and content-management backend, blessable? I'm training to be a black-belt in rails-fu and am currently a white-belt... hopefully soon my apps will be a bit more interesting. SH --~--~-~--~~~---~--~~ You

problem with remote host identification

2008-06-26 Thread shenry
When I try to git clone or git push an app I get the same error warning that the remote host identification has changed and something nasty may be afoot. I've deleted the entries in ~/.ssh/known_hosts and regenerated my rsa keypair, same result. The message suggests I add the correct host key

Re: new public app not publicly viewable?

2008-06-26 Thread shenry
Argh! Why is it I figure out the problem seconds after posting? I was going to https:// (that was in the Firefox history bar). It works fine from http:// what a dope! SH On Jun 26, 11:16 am, shenry [EMAIL PROTECTED] wrote: This morning I changed an app from private to public, but if the url

Re: 502 Bad Gateway

2008-07-15 Thread shenry
Same issue... app name = shipping.heroku.com last git push ~ 8:15am pacific time got 502 bad gateway at ~9:05 am pacific time Other apps in my account seem unaffected thx SH On Jul 15, 6:27 am, snlsn [EMAIL PROTECTED] wrote: 8:25 Eastern time, July 15 I have 4 trivial apps currently

504 Gateway Time-out for my apps

2008-08-26 Thread shenry
Anyone else having the problem of not being able to reach their heroku apps? I am able to edit them when switched to dev mode but they all time-out when trying to view them... Any ideas? SH --~--~-~--~~~---~--~~ You received this message because you are

changes to CSS file not sticking in FF 3

2008-11-24 Thread shenry
When I edit my site's CSS file and save I see the file revert to its previous state after clicking the 'code' tab or another link. I'm using FF 3.0 on XP, my site is crushlogic.heroku.com Maybe a browser setting issue? Thanks --SH --~--~-~--~~~---~--~~ You

Re: Resizing with RMagick + ImageMagick

2008-12-21 Thread shenry
: - rmagick and when I run rake gems:install I get errors aplenty. Any advice? Thanks in advance, Stu On Dec 21, 10:15 pm, shenry stuarthe...@gmail.com wrote: I'm uploading images via Paperclip and the thumbnails aren't getting generated, probably because of something I've not properly configured

Re: Resizing with RMagick + ImageMagick

2008-12-30 Thread shenry
Paperclip is throwing this error during its thumbnail creation: /tmp/stream.24992.0 is not recognized by the 'identify' command any ideas? Thanks, Stu On Dec 29, 9:22 pm, shenry stuarthe...@gmail.com wrote: Hi Orion, thanks for the reply... I've removed rmagick from vendor and required

Re: Resizing with RMagick + ImageMagick

2008-12-30 Thread shenry
? Can anyone who's got paperclip resizing images offer advice on where I might be going wrong? Thanks, Stu On Dec 30, 9:03 pm, shenry stuarthe...@gmail.com wrote: Paperclip is throwing this error during its thumbnail creation: /tmp/stream.24992.0 is not recognized by the 'identify' command any

Re: within my app, a login is not working

2009-01-08 Thread shenry
You can add records to your database through the heroku console, as you would locally. On Jan 8, 2:50 pm, HazardJ james.g.haz...@gmail.com wrote: Thanks very much.  I confirmed that you are right by getting rid of the login -- the database is indeed empty of my document content.  I presume

Re: aws connections from heroku apps

2009-03-11 Thread shenry
For S3 I use the aws-s3 gem with attachment_fu, works great... I haven't played with the other tools you mentioned, but I'm sure other heroku'ers have some or all running on heroku. On Mar 10, 7:04 pm, Ryan Mahoski maho...@gmail.com wrote: Is it possible to manage an ec2 connection from a

Re: Attachment_fu problem

2009-03-22 Thread shenry
The first thing I notice is that you're using the file system storage, which won't work on heroku. You'll need to use the amazon S3 service or some other external storage service (http://heroku.com/docs#toc67) One thing that attachment_fu won't do for you is create the S3 bucket if it's not

Re: Trouble with hoptoad

2009-04-12 Thread shenry
I have this same problem, Hoptoad will correctly send a message after heroku rake hoptoad:test but if I create an exception manually I get nothing Hoptoad Success: Net::HTTPOK Rendering /disk1/home/slugs/2185_8e050c1_3bb1/mnt/public/500.html (500 Internal Server Error) Any ideas? Stu

Re: Trouble with hoptoad

2009-04-13 Thread shenry
There's an open bug in the hoptoad plugin. Full detail below but the quick workaround is to add async. to the environment_filters in config/initializers/hoptoad.rb as follows:     HoptoadNotifier.configure do |config|       config.api_key = 'YOUR KEY'       config.environment_filters

Re: Occasional Memcached::ServerIsMarkedDead Error

2010-06-29 Thread shenry
I've got the same occasional error, and tried to use memcached- northscale but Rails couldn't find the gem on my machine. In environment.rd I tried config.gem 'memcached-northscale' # replaces config.gem 'memcached' But no luck. I have the memcached-northscale gem version 0.19.5.2 installed

Re: Occasional Memcached::ServerIsMarkedDead Error

2010-06-29 Thread shenry
with making Rails find the right gem, though; I'm a C++, Python, and Erlang guy mostly ;-) On Jun 29, 2010, at 7:47 AM, shenry wrote: I've got the same occasional error, and tried to use memcached- northscale but Rails couldn't find the gem on my machine. In environment.rd I tried