Show Ticket

This is a duplicate of ticket F4DA8B03.

Status: closed, reported by e on 2008-07-09 (duplicate)

cmd-r blank_slate still a problem for ruby - textmate Version 1.5.7 (1464)

I am running a program that lives inside a rails directory structure (called the dir 'batch').

I found an older, closed ticket for this, and its still a problem so I thought I'd open a new one ;-)

I love using textmate, so please don't take this as criticism. But I should think that I could run a 'rails independent' program from inside a rails app structure, no?

exception details:
/usr/local/lib/ruby/gems/1.8/gems/builder-2.1.2/lib/blankslate.rb:84:in `blank_slate_method_added': stack level too deep (SystemStackError)
from /usr/local/lib/ruby/gems/1.8/gems/builder-2.1.2/lib/blankslate.rb:84:in `blank_slate_method_added'
from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/builder.rb:86:in `method_added'
from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/builder.rb:111
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/array/conversions.rb:1
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
... 11 levels...
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record.rb:35
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
from /Users/me/code/lucas/deepdebate/db/batch/performLCCalculation.rb:10
/usr/local/lib/ruby/gems/1.8/gems/builder-2.1.2/lib/blankslate.rb:84:in `blank_slate_method_added': stack level too deep (SystemStackError)
from /usr/local/lib/ruby/gems/1.8/gems/builder-2.1.2/lib/blankslate.rb:84:in `blank_slate_method_added'
from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/builder.rb:86:in `method_added'
from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/builder.rb:111
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/array/conversions.rb:1
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
... 11 levels...
from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record.rb:35
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
from /Users/me/code/lucas/deepdebate/db/batch/performLCCalculation.rb:10
Note added by Allan Odgaard on 2008-07-10 21:03:27

Just add a comment if you feel a ticket should not have been closed. Also be sure to read all the comments on said ticket, the problem is explained, and it is mentioned that the mailing list is the proper venue for discussion, because this is a naming clash, and we can’t easily fix it.

Note added by e on 2008-07-11 13:07:07

I read the original bug report, and it is explained, but not fixed. Should be opened, its a bug, not a mailing list discussion item.