> isn't blank in the original, it's a line of "weird" characters (some > "Japanese" looking, some not).
Did you try to repeat your actions with ruby 1.9.2 or 1.9.3? I think it may works. The issue may be in utf-8 encoding 19.07.2012, 13:20, "Gary" <[email protected]>: > Following the tutorial at > http://guides.rubyonrails.org/getting_started.html I am getting a rather > odd error: > ,---- > | ExecJS::RuntimeError in Home#index > | > | Showing /home/me/ruby/demo/app/views/layouts/application.html.erb where > | line #6 raised: > | > | > | (in /home/me/ruby/demo/app/assets/javascripts/home.js.coffee) > | > | Extracted source (around line #6): > | > | 3: <head> > | 4: <title>Demo</title> > | 5: <%= stylesheet_link_tag "application", :media => "all" %> > | 6: <%= javascript_include_tag "application" %> > | 7: <%= csrf_meta_tags %> > | 8: </head> > | 9: <body> > | > | Rails.root: /home/me/ruby/demo > | Application Trace | Framework Trace | Full Trace > | > | app/views/layouts/application.html.erb:6:in > | `_app_views_layouts_application_html_erb___725743283_1058538740' > `---- > > The blank line in this post below "line #6 raised" isn't blank in the > original, it's a line of "weird" characters (some "Japanese" looking, > some not). > > Does anyone have any idea what might be wrong? I'm using > ,---- > | $ ruby -v > | ruby 1.8.7 (2012-06-29 patchlevel 370) [i386-cygwin] > | $ rails -v > | Rails 3.2.6 > `---- > for what it's worth. > > -- > Gary Please do NOT send me 'courtesy' replies off-list. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" 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 https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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 https://groups.google.com/groups/opt_out.

