Skip to content

Instantly share code, notes, and snippets.

@robeastham
Created February 17, 2010 13:36
Show Gist options
  • Save robeastham/306605 to your computer and use it in GitHub Desktop.
Save robeastham/306605 to your computer and use it in GitHub Desktop.
controller#index (ActionView::TemplateError) "Read-only file system - /disk1/home/slugs/133600_55f32b2_831e/mnt/public/stylesheets/base.css - Heroku has a read-only filesystem. See http://docs.heroku.com/constraints#read-only-filesystem"
On line #18 of app/views/layouts/application.html.haml
15: #logo.span-6
16: %a{:href => '/map/'}
17: %img{:src => '/images/logo.gif'}
18: #app_title.span-10
19: Application 1.0
20: #user_nav.span-8
21: - if current_user
app/views/layouts/application.html.haml:18:in `_run_haml_app47views47layouts47application46html46haml'
haml (2.2.3) lib/haml/helpers/action_view_mods.rb:13:in `render'
haml (2.2.3) lib/haml/helpers/action_view_mods.rb:13:in `render'
haml (2.2.3) lib/sass/plugin/rails.rb:19:in `process_without_compass'
compass (0.8.17) lib/compass/app_integration/rails/action_controller.rb:7:in `process'
/home/heroku_rack/lib/static_assets.rb:9:in `call'
/home/heroku_rack/lib/last_access.rb:25:in `call'
/home/heroku_rack/lib/date_header.rb:14:in `call'
thin (1.0.1) lib/thin/connection.rb:80:in `pre_process'
thin (1.0.1) lib/thin/connection.rb:78:in `catch'
thin (1.0.1) lib/thin/connection.rb:78:in `pre_process'
thin (1.0.1) lib/thin/connection.rb:57:in `process'
thin (1.0.1) lib/thin/connection.rb:42:in `receive_data'
eventmachine (0.12.6) lib/eventmachine.rb:240:in `run_machine'
eventmachine (0.12.6) lib/eventmachine.rb:240:in `run'
thin (1.0.1) lib/thin/backends/base.rb:57:in `start'
thin (1.0.1) lib/thin/server.rb:150:in `start'
thin (1.0.1) lib/thin/controllers/controller.rb:80:in `start'
thin (1.0.1) lib/thin/runner.rb:173:in `send'
thin (1.0.1) lib/thin/runner.rb:173:in `run_command'
thin (1.0.1) lib/thin/runner.rb:139:in `run!'
thin (1.0.1) bin/thin:6
/usr/local/bin/thin:20:in `load'
/usr/local/bin/thin:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment