<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I am trying to test a specific rails bundle, I get an error when the textmate ui.rb starts :<div><br></div><div><br></div><div><div>/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:1:in `require': no such file to load -- English (LoadError)</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:1</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>from /tmp/temp_textmate.soGhcn:3:in `require'</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>from /tmp/temp_textmate.soGhcn:3</div><div><br></div><div><br></div><div>which leads into the ui.rb file :</div><div><br></div><div><div><b>require 'English'</b></div><div>require File.dirname(__FILE__) + '/escape'</div><div>require File.dirname(__FILE__) + '/osx/plist'</div><div><br></div><div>TM_DIALOG = e_sh ENV['DIALOG'] unless defined?(TM_DIALOG)</div><div><br></div><div>module TextMate</div><div><br></div><div>  module UI</div><div>...</div><div><br></div><div><br></div><div>the english gem is installed , ....  in /usr/local/lib/ruby/gems/1.8/gems/english-0.3.1  (via gem install english)</div><div><br></div><div>(using ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-darwin9.4.0] , OS  10.5.5)</div><div><br></div><div>any clue ?</div><div><br></div><div>thanks a lot</div><div><br></div><div><br></div></div></div></body></html>