Skip to content

Instantly share code, notes, and snippets.

@emachnic
Created August 4, 2011 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emachnic/1124529 to your computer and use it in GitHub Desktop.
Save emachnic/1124529 to your computer and use it in GitHub Desktop.
r:UTF-8 Error
Started GET "/" for 68.35.219.53 at Wed Aug 03 21:56:34 -0700 2011
Processing by WelcomeController#index as HTML
Rendered welcome/index.html.erb within layouts/application (5.1ms)
Compiled app/assets/stylesheets/application.css (30ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/ie.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/plugins/buttons/screen.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/plugins/fancy-type/screen.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/plugins/link-icons/screen.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/plugins/rtl/screen.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/print.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/screen.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/src/forms.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/src/grid.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/src/ie.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/src/print.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/src/reset.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/blueprint/src/typography.css (0ms) (pid 31512)
Compiled app/assets/stylesheets/welcome.css.scss (5ms) (pid 31512)
Compiled app/assets/stylesheets/application.css (1026ms) (pid 31512)
Compiled app/assets/javascripts/application.js (4ms) (pid 31512)
Compiled /data/episode9/shared/bundled_gems/rbx/1.8/gems/jquery-rails-1.0.12/vendor/assets/javascripts/jquery.js (4ms) (pid 31512)
Compiled /data/episode9/shared/bundled_gems/rbx/1.8/gems/jquery-rails-1.0.12/vendor/assets/javascripts/jquery_ujs.js (1ms) (pid 31512)
Compiled app/assets/javascripts/welcome.js.coffee (387ms) (pid 31512)
Completed 500 Internal Server Error in 1690ms
ActionView::Template::Error (invalid mode -- r:UTF-8
(in /data/episode9/releases/20110804045553/app/assets/javascripts/application.js)):
3: <head>
4: <title>Episode9Code</title>
5: <%= stylesheet_link_tag "application" %>
6: <%= javascript_include_tag "application" %>
7: <%= csrf_meta_tags %>
8: </head>
9: <body>
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__889100208_76388'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment