berk / tr8n

This repository has moved to:
https://github.com/tr8n/tr8n
MIT License
280 stars 37 forks source link

Error during install (rake) : rb:262: invalid multibyte char (US-ASCII) #1

Closed jmccartie closed 13 years ago

jmccartie commented 13 years ago

got here: rails plugin install git://github.com/berk/tr8n.git rake tr8n:sync rake db:migrate

Then got this error:

rake aborted! /Users/jonmccartie/code_work/churchmetrics.com/vendor/plugins/will_filter/app/models/wf/filter.rb:262: invalid multibyte char (US-ASCII) /Users/jonmccartie/code_work/churchmetrics.com/vendor/plugins/will_filter/app/models/wf/filter.rb:262: invalid multibyte char (US-ASCII) /Users/jonmccartie/code_work/churchmetrics.com/vendor/plugins/will_filter/app/models/wf/filter.rb:262: syntax error, unexpected $end, expecting keyword_end "» #{title}" ^

Just find/replace "»" with ">>" ??

berk commented 13 years ago

Yep, i put the special character there by mistake. I just checked in the fix for it. It should work now. Thanks for reporting it.