I am trying to test a specific rails bundle, I get an error when the
textmate ui.rb starts :
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:
1:in `require': no such file to load -- English (LoadError)
from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/
ui.rb:1
from /tmp/temp_textmate.soGhcn:3:in `require'
from /tmp/temp_textmate.soGhcn:3
which leads into the ui.rb file :
require 'English'
require File.dirname(__FILE__) + '/escape'
require File.dirname(__FILE__) + '/osx/plist'
TM_DIALOG = e_sh ENV['DIALOG'] unless defined?(TM_DIALOG)
module TextMate
module UI
...
the english gem is installed , .... in /usr/local/lib/ruby/gems/1.8/
gems/english-0.3.1 (via gem install english)
(using ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-darwin9.4.0] , OS
10.5.5)
any clue ?
thanks a lot
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev