I spent a little more time with paperclip and paperclip_with_hobo. I am uploading a tar file that contains a shell script and some files that create a working test that will start the app on http://localhost:3000 ( as long as nothing else is running on that port)
Obviously, rails and hobo must be installed as well as git to download the paperclip and paperclip_with_hobo git repositories into the test app. I am not Windows guy, but if you read the shell script test1.sh you can probably come up with a working variation for your operating system. download from the file archive in this group: http://groups.google.com/group/hobousers/web/paperclip-example.tar.gz With a terminal in the directory that you downloaded the files to: tar zxcf paperclip-example.tar.gz ls paperclip-example ./paperclip-example/test1.sh ./paperclip-example/upload.rb ./paperclip-example/application.dryml cd paperclip-example chmod +x test1.sh ./test1.sh run the migration and you should have a working app. Read the test1.sh, upload.rb, and application.dryml You should be able to figure it out from there. Any questions: post here -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
