Created
May 19, 2010 18:28
-
-
Save woods/406650 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd a_rails_project/ | |
$ ruby vendor/gems/skylinecms/test/unit/page_test.rb | |
vendor/gems/skylinecms/test/unit/page_test.rb:1:in `require': no such file to load -- test_helper (LoadError) | |
from vendor/gems/skylinecms/test/unit/page_test.rb:1 | |
$ ruby -r vendor/gems/skylinecms/test/test_helper vendor/gems/skylinecms/test/unit/page_test.rb | |
config.gem: Unpacked gem skylinecms in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. | |
config.gem: Unpacked gem skylinecms in vendor/gems not in a versioned directory. Giving up. | |
/opt/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement | |
/opt/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:440:in `load_missing_constant': uninitialized constant Skyline::Sections::Interface (NameError) | |
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:80:in `const_missing' | |
from /Users/woods/src/git/a_rails_project/app/models/sections/twitter_section.rb:7 | |
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' | |
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `polyglot_original_require' | |
from /opt/local/lib/ruby/gems/1.8/gems/polyglot-0.2.6/lib/polyglot.rb:55:in `require' | |
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:158:in `require' | |
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:265:in `require_or_load' | |
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:425:in `load_missing_constant' | |
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:80:in `const_missing' | |
from /Users/woods/src/git/a_rails_project/config/initializers/skyline_configuration.rb:27 | |
from /opt/local/lib/ruby/gems/1.8/gems/skylinecms-3.0.8/lib/../vendor/digitpaint/configure.rb:61:in `configure' | |
from /opt/local/lib/ruby/gems/1.8/gems/skylinecms-3.0.8/lib/../vendor/digitpaint/configure.rb:29:in `configure' | |
from /Users/woods/src/git/a_rails_project/config/initializers/skyline_configuration.rb:1 | |
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:147:in `load_without_new_constant_marking' | |
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:147:in `load' | |
from /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:622:in `load_application_initializers' | |
from /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:621:in `each' | |
from /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:621:in `load_application_initializers' | |
from /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:176:in `process' | |
from /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:113:in `send' | |
from /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb:113:in `run' | |
from /Users/woods/src/git/a_rails_project/config/environment.rb:9 | |
from ./vendor/gems/skylinecms/test/test_helper.rb:3:in `require' | |
from ./vendor/gems/skylinecms/test/test_helper.rb:3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment