Skip to content

Instantly share code, notes, and snippets.

@makefunstuff
Created October 31, 2013 10:09
Show Gist options
  • Save makefunstuff/7247285 to your computer and use it in GitHub Desktop.
Save makefunstuff/7247285 to your computer and use it in GitHub Desktop.
problem that occured when I tried to run actionpack test suite separately
GIT
remote: git://github.com/rails/arel.git
revision: 9e53488b1d8d535182a989bd38fbb171aebbeef5
specs:
arel (4.0.1.20131022201058)
PATH
remote: .
specs:
actionmailer (4.1.0.beta)
actionpack (= 4.1.0.beta)
actionview (= 4.1.0.beta)
mail (~> 2.5.4)
actionpack (4.1.0.beta)
activesupport (= 4.1.0.beta)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.0.beta)
activemodel (= 4.1.0.beta)
activesupport (= 4.1.0.beta)
builder (~> 3.1.0)
erubis (~> 2.7.0)
activemodel (4.1.0.beta)
activesupport (= 4.1.0.beta)
builder (~> 3.1.0)
activerecord (4.1.0.beta)
activemodel (= 4.1.0.beta)
activesupport (= 4.1.0.beta)
arel (~> 4.0.0)
activesupport (4.1.0.beta)
i18n (~> 0.6, >= 0.6.4)
json (~> 1.7)
minitest (~> 5.0)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
rails (4.1.0.beta)
actionmailer (= 4.1.0.beta)
actionpack (= 4.1.0.beta)
actionview (= 4.1.0.beta)
activemodel (= 4.1.0.beta)
activerecord (= 4.1.0.beta)
activesupport (= 4.1.0.beta)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.0.beta)
sprockets-rails (~> 2.0.0)
railties (4.1.0.beta)
actionpack (= 4.1.0.beta)
activesupport (= 4.1.0.beta)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
GEM
remote: https://rubygems.org/
specs:
atomic (1.1.14)
bcrypt-ruby (3.1.2)
benchmark-ips (1.2.0)
builder (3.1.4)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
columnize (0.3.6)
dalli (2.6.4)
debugger (1.6.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.3)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.3)
erubis (2.7.0)
execjs (2.0.2)
hike (1.2.3)
i18n (0.6.5)
jquery-rails (2.2.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
kindlerb (0.1.1)
mustache
nokogiri
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.25)
mini_portile (0.5.2)
minitest (5.0.8)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.8.2)
mustache (0.99.4)
mysql (2.9.1)
mysql2 (0.3.13)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
pg (0.17.0)
polyglot (0.3.3)
racc (1.4.10)
rack (1.5.2)
rack-cache (1.2)
rack (>= 0.4)
rack-test (0.6.2)
rack (>= 1.0)
rake (10.1.0)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (2.2.2)
ruby-prof (0.11.3)
sdoc (0.3.20)
json (>= 1.1.3)
rdoc (~> 3.10)
sprockets (2.10.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.8)
thor (0.18.1)
thread_safe (0.1.3)
atomic
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (1.3.0)
coffee-rails
tzinfo (0.3.38)
uglifier (2.3.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
w3c_validators (1.2)
json
nokogiri
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
activerecord-jdbcmysql-adapter (>= 1.3.0)
activerecord-jdbcpostgresql-adapter (>= 1.3.0)
activerecord-jdbcsqlite3-adapter (>= 1.3.0)
arel!
bcrypt-ruby (~> 3.1.2)
benchmark-ips
coffee-rails (~> 4.0.0)
dalli (>= 2.2.1)
debugger
jquery-rails (~> 2.2.0)
json
kindlerb
mocha (~> 0.14)
mysql (>= 2.9.0)
mysql2 (>= 0.3.13)
nokogiri (>= 1.4.5)
pg (>= 0.11.0)
racc (>= 1.4.6)
rack-cache (~> 1.2)
rails!
redcarpet (~> 2.2.2)
ruby-prof (~> 0.11.2)
sdoc
sqlite3 (~> 1.3.6)
turbolinks
uglifier (>= 1.3.0)
w3c_validators
yajl-ruby
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin11.4.0]
/Users/swks/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused variable - id
/Users/swks/Dropbox/code/opensource/rails/activesupport/lib/active_support/json/encoding.rb:6:in `require': superclass mismatch for class BigDecimal (TypeError)
from /Users/swks/Dropbox/code/opensource/rails/activesupport/lib/active_support/json/encoding.rb:6:in `<top (required)>'
from /Users/swks/Dropbox/code/opensource/rails/activesupport/lib/active_support/json.rb:2:in `require'
from /Users/swks/Dropbox/code/opensource/rails/activesupport/lib/active_support/json.rb:2:in `<top (required)>'
from /Users/swks/Dropbox/code/opensource/rails/actionpack/lib/action_controller/metal/live.rb:3:in `require'
from /Users/swks/Dropbox/code/opensource/rails/actionpack/lib/action_controller/metal/live.rb:3:in `<top (required)>'
from /Users/swks/Dropbox/code/opensource/rails/actionpack/lib/action_controller.rb:4:in `require'
from /Users/swks/Dropbox/code/opensource/rails/actionpack/lib/action_controller.rb:4:in `<top (required)>'
from /Users/swks/Dropbox/code/opensource/rails/actionpack/test/abstract_unit.rb:20:in `require'
from /Users/swks/Dropbox/code/opensource/rails/actionpack/test/abstract_unit.rb:20:in `<top (required)>'
from /Users/swks/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from /Users/swks/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from /Users/swks/Dropbox/code/opensource/rails/actionpack/test/abstract/callbacks_test.rb:1:in `<top (required)>'
from /Users/swks/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from /Users/swks/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from /Users/swks/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/rake_test_loader.rb:15:in `block in <main>'
from /Users/swks/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/rake_test_loader.rb:4:in `select'
from /Users/swks/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/rake-10.1.0/lib/rake/rake_test_loader.rb:4:in `<main>'
rake aborted!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment