Paperclip with Passenger
1) be sure to put in your environment file (inside your initializer) config.gem “paperclip” 2) make sure your form_form has multipart set to true like this: { :multipart => true…
Achieving Developer Excellence with Automated Testing
Stuff about Passenger.
1) be sure to put in your environment file (inside your initializer) config.gem “paperclip” 2) make sure your form_form has multipart set to true like this: { :multipart => true…
When running Passenger (module for running Rails on Apache), the console log (output from puts) goes into the apache error log (see /var/log/apache2/error_log)
Passenger is a great thing because it makes Rails apps able to be deployed on Apache. The installation is pretty painless, but there are a few gotchas you may want…