textmate / ruby-on-rails-tmbundle

Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
http://groups.google.com/group/rails-textmate
MIT License
15 stars 22 forks source link

Create Partial From selection is not working #5

Open infininight opened 11 years ago

infininight commented 11 years ago

I get the following error

 /Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby on Rails.tmbundle/Support/bin/create_partial_from_selection.rb:17: invalid multibyte char (US-ASCII)
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby on Rails.tmbundle/Support/bin/create_partial_from_selection.rb:17: invalid multibyte char (US-ASCII)
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby on Rails.tmbundle/Support/bin/create_partial_from_selection.rb:17: syntax error, unexpected $end, expecting ')'
...Mate.exit_show_tool_tip("The ‘create partial from selectio...
...                               ^

I've been getting this for a while and I have no idea how to solve this. It also happens when trying to comment something (having it selected) inside an html view.


Moved from old textmate repository, original report from @nhocki