Hi, Heroku is an Read-only file system, this means, after pushing your git repo you can't write any files in your system. Only in tmp/* and logs/*.
http://docs.heroku.com/constraints#read-only-filesystem Use S3 for file upload and other services for sth. other. Daniel Am 15.09.2010 um 05:33 schrieb Emanuele Tozzato: > Hello! > > I'm having this issue today on one application! It seems like I can't > find anything specific on google! > > Saving session to push_201009142028.dat.. > !!! Caught Server Exception > HTTP CODE: 500 > Taps Server Error: Read-only file system - dump.11970.dat > ./lib/taps/data_stream.rb:194:in `initialize' > > I tried with 1.9.1p376 and 1.8.7 p249 > > :( > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" 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/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
