i almost got to deploy my first RoR-app, but the pages using attachement_fu gives the "We're sorry, but something went wrong."-error
the production.log, fastcgi-log, server.log doesnt contain anything useful it seems. This is from production.log:
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.4/lib/fcgi_handler.rb:142:in `process_each_request!'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.4/lib/fcgi_handler.rb:141:in `process_each_request!'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.4/lib/fcgi_handler.rb:55:in `process!'
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.4/lib/fcgi_handler.rb:25:in `process!'
dispatch.fcgi:24
Im new to ruby but did a lot of ASP before, so i'm not sure where to start looking
thanks!!
/joel