[Rails] Re: Having issues with paperclip, S3, and Aptana Cloud

2009-04-11 Thread Paul Reitz
I figured out (or rather the helpful peeps at aptana helped me figure it out) ENV['PATH'] has to be set to include /opt/local/bin (for some reason on aptana it doesn't point to that by default). Once I set that everything worked. -- Posted via http://www.ruby-forum.com/. --~--~-~--~

[Rails] Having issues with paperclip, S3, and Aptana Cloud

2009-04-08 Thread Paul Reitz
I'm using paperclip to allow users to upload an "avatar" (pretty standard). The problem is, it works just fine in development, but when I deploy the app, it will only upload the original image to S3, but not the resized images. I've looked all over, and I suspect it may be a problem with rmagick (

[Rails] Re: how to redirect_to the index.html page

2009-03-22 Thread Paul Reitz
I'm having a similar problem that none of these solutions will work for. I understand you can redirect to a URL, the problem is - while I'm developing my app I want to redirect to 'http://127.0.0.1:3000' but after I deploy it I want it to redirect to something like 'http://app.somedomain.com'.

[Rails] hosting with aptana - opinions?

2009-03-20 Thread Paul Reitz
Has anyone tried hosting with aptana? How good is their service? Is it really that easy to deploy from the IDE? I just wanted to get some opinions before I tried it out. Thnx :) -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this mess

[Rails] Re: InvalidAuthenticityToken from home page

2009-03-11 Thread Paul Reitz
Thanks for the replies. @Brian, that worked - thank you :) -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to

[Rails] InvalidAuthenticityToken from home page

2009-03-11 Thread Paul Reitz
I'm trying to create a log in in index.html, but I keep getting an error about InvalidAuthenticityToken. I understand this is something that RoR puts in the forms, and it changes regularly. The problem is that the home page in the public folder is html, and therefore static. has anyone else put a

[Rails] Re: RoR on Bluehost

2009-03-10 Thread Paul Reitz
After a very long and stressful day, I finally found my problem (actually someone on the bluehost forum had the same problem:) ) in my database.yml file I had 'user' instead of 'username'. A complete n00b mistake on my part, but there it is in case some one gets the same error :) -- Posted vi

[Rails] Re: RoR on Bluehost

2009-03-10 Thread Paul Reitz
Uhm yeah. To specify, when I said I copied and pasted the user name and password and stuff, I meant that I copied it from cpanel on the second account, to make sure that the user name, password, and database name were correct. Also, I'm not trying to access mysql as root, that's the point. Tha

[Rails] RoR on Bluehost

2009-03-10 Thread Paul Reitz
Hi all. I'm having problems getting a RoR app to run on bluehost. Here's the rundown. First I'm frustrated because I have two accounts, I've gotten an app to run on one account, and I can't get one running on the other. And I'm pretty sure I did everything the same. On the one that isn't working,