[Rails] Rails error: invalid byte sequence in UTF-8
Hello,
i have a app on rails 3.2.1 and i use a jquery lib called jQuery Timelinr 0.9.5: http://www.csslab.cl/2011/08/18/jquery-timelinr/
but, when i use it on a .erb view, i got a error:
Showing /home/carlos.ribeiro/projetos/amarribo/app/views/conheca/historico.html.erb where line #59 raised:
invalid byte sequence in UTF-8
Extracted source (around line #59):
57: 58: <%= stylesheet_link_tag "timeline" %> 59: <%= javascript_include_tag "timeline/jquery.timelinr-0.9.51" %> 60: 61: <script> 62: $(function(){
but when i remove the line 59, the error stop.
Anybody have an idea about it???
thanks.
-- 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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home