i'm using this file too.. in irb is ok, but when is in rails, a i got the problem..
2012/9/10 Javier Quarite <[email protected]> > I've used this file > > > https://github.com/juanbrujo/jQuery-Timelinr/blob/master/js/jquery.timelinr-0.9.5.js > > I've downloaded it and then in irb did > > f = File.read("/path/to/jquery.timelinr-0.9.5.js") > f.valid_encoding? > => true > f.encoding > => #<Encoding:UTF-8> > > maybe there's a typo in the file you are using (something like the > question in stackoverflow) > > -- > 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.

