Skip to content

Instantly share code, notes, and snippets.

@mmower
Created September 12, 2008 16:08
Show Gist options
  • Select an option

  • Save mmower/10469 to your computer and use it in GitHub Desktop.

Select an option

Save mmower/10469 to your computer and use it in GitHub Desktop.
RubyMate r8136 running Ruby r1.8.6 (/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby)
>>> contacts_controller_spec.rb
/Library/Ruby/Gems/1.8/gems/builder-2.1.2/lib/blankslate.rb:84:in `blank_slate_method_added': stack level too deep (SystemStackError)
from /Library/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 /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'
from /Users/matt/Projects/reeplay.it/reeplay_it/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/array/conversions.rb:1
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'
... 21 levels...
from /Users/matt/Projects/reeplay.it/reeplay_it/spec/controllers/../spec_helper.rb:4:in `require'
from /Users/matt/Projects/reeplay.it/reeplay_it/spec/controllers/../spec_helper.rb:4
from /Users/matt/Projects/reeplay.it/reeplay_it/spec/controllers/contacts_controller_spec.rb:1:in `require'
from /Users/matt/Projects/reeplay.it/reeplay_it/spec/controllers/contacts_controller_spec.rb:1
/Library/Ruby/Gems/1.8/gems/builder-2.1.2/lib/blankslate.rb:84:in `blank_slate_method_added': stack level too deep (SystemStackError)
from /Library/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 /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'
from /Users/matt/Projects/reeplay.it/reeplay_it/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/array/conversions.rb:1
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'
... 21 levels...
from /Users/matt/Projects/reeplay.it/reeplay_it/spec/controllers/../spec_helper.rb:4:in `require'
from /Users/matt/Projects/reeplay.it/reeplay_it/spec/controllers/../spec_helper.rb:4
from /Users/matt/Projects/reeplay.it/reeplay_it/spec/controllers/contacts_controller_spec.rb:1:in `require'
from /Users/matt/Projects/reeplay.it/reeplay_it/spec/controllers/contacts_controller_spec.rb:1
Program exited.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment