Skip to content

Instantly share code, notes, and snippets.

@smtlaissezfaire
Created February 4, 2009 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smtlaissezfaire/57861 to your computer and use it in GitHub Desktop.
Save smtlaissezfaire/57861 to your computer and use it in GitHub Desktop.
scott:designcause(master) scott$ rdebug mongrel_rails start -d
/usr/bin/mongrel_rails:9
require 'rubygems'
(rdb:1) c
Exception `LoadError' at /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31 - no such file to load -- Win32API
Exception `LoadError' at /Library/Ruby/Site/1.8/rubygems/custom_require.rb:38 - no such file to load -- Win32API
Exception `LoadError' at /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/gems.rb:7 - no such file to load -- mongrel_experimental
Exception `Gem::LoadError' at /Library/Ruby/Site/1.8/rubygems.rb:636 - Could not find RubyGem mongrel_experimental (>= 1.1.5)
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Exception `Gem::LoadError' at /Library/Ruby/Site/1.8/rubygems.rb:636 - RubyGem version error: memcache-client(1.5.0 not ~> 1.5.0.5)
Exception `TypeError' at (eval):4 - can't modify frozen object
Exception `MissingSourceFile' at /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31 - no such file to load -- fast_xs
Exception `Gem::LoadError' at /Library/Ruby/Site/1.8/rubygems.rb:636 - Could not find RubyGem activerecord-mysql-adapter (>= 0)
RubyInline v 3.8.1
Exception `MissingSourceFile' at /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31 - no such file to load -- inline/Inline_ImageScience_aa58.bundle
Exception `MissingSourceFile' at /Library/Ruby/Site/1.8/rubygems/custom_require.rb:38 - no such file to load -- inline/Inline_ImageScience_aa58.bundle
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:159 - no such file to load -- inline/Inline_ImageScience_aa58.bundle
/Users/scott/.ruby_inline/Inline_ImageScience_aa58.bundle is up to date
Exception `Errno::EEXIST' at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/fileutils.rb:243 - File exists - /Users/scott/src/git/designcause/tmp/attachment_fu
Exception `NoMethodError' at /Users/scott/src/git/designcause/vendor/plugins/shopify_app/lib/shopify_cart.rb:12 - undefined method `token=' for ShopifyCart::Cart:Class
Exception `NoMethodError' at /Users/scott/src/git/designcause/vendor/plugins/shopify_app/lib/shopify_cart.rb:12 - undefined method `api_key=' for ShopifyCart::Cart:Class
Exception `NoMethodError' at /Users/scott/src/git/designcause/vendor/plugins/shopify_app/lib/shopify_cart.rb:12 - undefined method `secret=' for ShopifyCart::Cart:Class
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
** Rails signals registered. HUP => reload (without restart). It might not work well.
** Mongrel 1.1.5 available at 0.0.0.0:3000
** Use CTRL-C to stop.
Exception `MissingSourceFile' at /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31 - no such file to load -- mysql
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:377 - no such file to load -- session_helper.rb
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:266 - no such file to load -- session_helper.rb
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:223 - no such file to load -- session_helper.rb
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:377 - no such file to load -- session_helper.rb
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:266 - no such file to load -- session_helper.rb
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:223 - no such file to load -- session_helper.rb
Exception `NoMethodError' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/whiny_nil.rb:55 - You have a nil object when you didn't expect it!
The error occurred while evaluating nil.to_time
Exception `NameError' at /Users/scott/src/git/designcause/vendor/rails/activerecord/lib/active_record/base.rb:2037 - undefined local variable or method `controller' for #<SessionController:0x39034ec>
Exception `MissingSourceFile' at /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31 - no such file to load -- securerandom
Exception `MissingSourceFile' at /Library/Ruby/Site/1.8/rubygems/custom_require.rb:38 - no such file to load -- securerandom
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:159 - no such file to load -- securerandom
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:377 - no such file to load -- session_helper.rb
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:266 - no such file to load -- session_helper.rb
Exception `MissingSourceFile' at /Users/scott/src/git/designcause/vendor/rails/activesupport/lib/active_support/dependencies.rb:223 - no such file to load -- session_helper.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment