Created
March 9, 2012 18:59
-
-
Save matthewford/2008069 to your computer and use it in GitHub Desktop.
sidekiq/web stack trace
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
source :rubygems | |
gem 'rails', '3.0.3' | |
gem 'mongo', '1.6.0' | |
gem 'bson_ext', '1.6.0' | |
gem 'mongoid', '~> 2.2.4' | |
gem 'devise', '~> 1.5.3' | |
gem 'formtastic', '~> 1.2.4' | |
gem 'carrierwave', '~> 0.5.8' | |
gem 'carrierwave-mongoid', '~> 0.1.3', :require => 'carrierwave/mongoid' | |
gem 'sidekiq' | |
gem 'slim' | |
gem 'sinatra' | |
gem 'mini_magick', '~> 3.4' | |
gem 'will_paginate', '3.0.pre2' | |
gem 'subdomain-fu', :git => 'git://github.com/ehlyzov/subdomain-fu.git', | |
:ref => '7599818e667c529798f6' | |
gem 'rpm_contrib' | |
gem 'newrelic_rpm' | |
gem 'addressable', '~> 2.2.6', :require => 'addressable/uri' | |
gem 'googlecharts', '~> 1.6.8' | |
gem 'json', '~> 1.6.5' | |
gem 'logging', '1.4.3' | |
gem 'rprince', '1.0.1' | |
gem 'rdiscount' | |
gem 'acl9', '0.12.0' | |
gem "aws-ses", "~> 0.4.1", :require => 'aws/ses' | |
gem 'holidays', '~> 1.0.4' | |
gem 'andand', '~> 1.3.1' | |
gem 'abstract' | |
gem 'memor' | |
gem 'spreadsheet', '~> 0.6.4' | |
gem 'whenever', '~> 0.7.2' | |
gem 'jammit' | |
gem 'unicorn' | |
gem "airbrake", "~> 3.0.9" | |
group :development, :test, :cucumber do | |
gem 'ruby-debug19', require: 'ruby-debug' | |
gem 'ruby-debug-pry', require: 'ruby-debug/pry' | |
gem 'capistrano' | |
end | |
group :cucumber, :test do | |
gem 'rspec-rails' | |
gem 'factory_girl_rails' | |
gem 'simplecov', require: false | |
gem 'forgery' | |
gem 'database_cleaner', '~> 0.6' | |
# gem 'cucumber-rails' | |
# gem 'capybara' | |
end |
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
GIT | |
remote: git://github.com/ehlyzov/subdomain-fu.git | |
revision: 7599818e667c529798f6c77673dd45a0ff8be4ae | |
ref: 7599818e667c529798f6 | |
specs: | |
subdomain-fu (1.0.0) | |
GEM | |
remote: http://rubygems.org/ | |
specs: | |
POpen4 (0.1.4) | |
Platform (>= 0.4.0) | |
open4 | |
Platform (0.4.0) | |
abstract (1.0.0) | |
acl9 (0.12.0) | |
actionmailer (3.0.3) | |
actionpack (= 3.0.3) | |
mail (~> 2.2.9) | |
actionpack (3.0.3) | |
activemodel (= 3.0.3) | |
activesupport (= 3.0.3) | |
builder (~> 2.1.2) | |
erubis (~> 2.6.6) | |
i18n (~> 0.4) | |
rack (~> 1.2.1) | |
rack-mount (~> 0.6.13) | |
rack-test (~> 0.5.6) | |
tzinfo (~> 0.3.23) | |
activemodel (3.0.3) | |
activesupport (= 3.0.3) | |
builder (~> 2.1.2) | |
i18n (~> 0.4) | |
activerecord (3.0.3) | |
activemodel (= 3.0.3) | |
activesupport (= 3.0.3) | |
arel (~> 2.0.2) | |
tzinfo (~> 0.3.23) | |
activeresource (3.0.3) | |
activemodel (= 3.0.3) | |
activesupport (= 3.0.3) | |
activesupport (3.0.3) | |
addressable (2.2.7) | |
airbrake (3.0.9) | |
activesupport | |
builder | |
andand (1.3.1) | |
archive-tar-minitar (0.5.2) | |
arel (2.0.10) | |
aws-ses (0.4.4) | |
builder | |
mail (> 2.2.5) | |
mime-types | |
xml-simple | |
bcrypt-ruby (3.0.1) | |
bson (1.6.0) | |
bson_ext (1.6.0) | |
bson (= 1.6.0) | |
builder (2.1.2) | |
capistrano (2.11.2) | |
highline | |
net-scp (>= 1.0.0) | |
net-sftp (>= 2.0.0) | |
net-ssh (>= 2.0.14) | |
net-ssh-gateway (>= 1.1.0) | |
carrierwave (0.5.8) | |
activesupport (~> 3.0) | |
carrierwave-mongoid (0.1.3) | |
carrierwave (>= 0.5.6) | |
mongoid (~> 2.1) | |
celluloid (0.9.0) | |
chronic (0.6.7) | |
coderay (1.0.5) | |
columnize (0.3.6) | |
connection_pool (0.1.0) | |
database_cleaner (0.7.1) | |
devise (1.5.3) | |
bcrypt-ruby (~> 3.0) | |
orm_adapter (~> 0.0.3) | |
warden (~> 1.1) | |
diff-lcs (1.1.3) | |
erubis (2.6.6) | |
abstract (>= 1.0.0) | |
factory_girl (2.6.1) | |
activesupport (>= 2.3.9) | |
factory_girl_rails (1.7.0) | |
factory_girl (~> 2.6.0) | |
railties (>= 3.0.0) | |
forgery (0.5.0) | |
formtastic (1.2.4) | |
actionpack (>= 2.3.7) | |
activesupport (>= 2.3.7) | |
i18n (~> 0.4) | |
googlecharts (1.6.8) | |
highline (1.6.11) | |
holidays (1.0.4) | |
holidays | |
i18n (0.6.0) | |
jammit (0.6.5) | |
yui-compressor (>= 0.9.3) | |
json (1.6.5) | |
kgio (2.7.2) | |
linecache19 (0.5.12) | |
ruby_core_source (>= 0.1.4) | |
little-plugger (1.1.3) | |
logging (1.4.3) | |
little-plugger (>= 1.1.2) | |
mail (2.2.19) | |
activesupport (>= 2.3.6) | |
i18n (>= 0.4.0) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
memor (0.1.0) | |
method_source (0.7.1) | |
mime-types (1.17.2) | |
mini_magick (3.4) | |
subexec (~> 0.2.1) | |
mongo (1.6.0) | |
bson (= 1.6.0) | |
mongoid (2.2.6) | |
activemodel (~> 3.0.0) | |
mongo (~> 1.3) | |
tzinfo (~> 0.3.22) | |
multi_json (1.1.0) | |
net-scp (1.0.4) | |
net-ssh (>= 1.99.1) | |
net-sftp (2.0.5) | |
net-ssh (>= 2.0.9) | |
net-ssh (2.3.0) | |
net-ssh-gateway (1.1.0) | |
net-ssh (>= 1.99.1) | |
newrelic_rpm (3.3.2) | |
open4 (1.3.0) | |
orm_adapter (0.0.6) | |
polyglot (0.3.3) | |
pry (0.9.8.4) | |
coderay (~> 1.0.5) | |
method_source (~> 0.7.1) | |
slop (>= 2.4.4, < 3) | |
rack (1.2.5) | |
rack-mount (0.6.14) | |
rack (>= 1.0.0) | |
rack-test (0.5.7) | |
rack (>= 1.0) | |
rails (3.0.3) | |
actionmailer (= 3.0.3) | |
actionpack (= 3.0.3) | |
activerecord (= 3.0.3) | |
activeresource (= 3.0.3) | |
activesupport (= 3.0.3) | |
bundler (~> 1.0) | |
railties (= 3.0.3) | |
railties (3.0.3) | |
actionpack (= 3.0.3) | |
activesupport (= 3.0.3) | |
rake (>= 0.8.7) | |
thor (~> 0.14.4) | |
raindrops (0.8.0) | |
rake (0.9.2.2) | |
rdiscount (1.6.8) | |
redis (2.2.2) | |
redis-namespace (1.1.0) | |
redis (< 3.0.0) | |
rpm_contrib (2.1.7) | |
newrelic_rpm (>= 3.1.1) | |
newrelic_rpm (>= 3.1.1) | |
rprince (1.0.1) | |
rspec (2.8.0) | |
rspec-core (~> 2.8.0) | |
rspec-expectations (~> 2.8.0) | |
rspec-mocks (~> 2.8.0) | |
rspec-core (2.8.0) | |
rspec-expectations (2.8.0) | |
diff-lcs (~> 1.1.2) | |
rspec-mocks (2.8.0) | |
rspec-rails (2.8.1) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
railties (>= 3.0) | |
rspec (~> 2.8.0) | |
ruby-debug-base19 (0.11.25) | |
columnize (>= 0.3.1) | |
linecache19 (>= 0.5.11) | |
ruby_core_source (>= 0.1.4) | |
ruby-debug-pry (0.0.3) | |
pry (>= 0.8.3) | |
ruby-debug19 (0.11.6) | |
columnize (>= 0.3.1) | |
linecache19 (>= 0.5.11) | |
ruby-debug-base19 (>= 0.11.19) | |
ruby-ole (1.2.11.3) | |
ruby_core_source (0.1.5) | |
archive-tar-minitar (>= 0.5.2) | |
sidekiq (0.8.0) | |
celluloid | |
connection_pool | |
multi_json | |
redis | |
redis-namespace | |
simplecov (0.6.1) | |
multi_json (~> 1.0) | |
simplecov-html (~> 0.5.3) | |
simplecov-html (0.5.3) | |
sinatra (1.2.8) | |
rack (~> 1.1) | |
tilt (>= 1.2.2, < 2.0) | |
slim (1.1.1) | |
temple (~> 0.4.0) | |
tilt (~> 1.3.2) | |
slop (2.4.4) | |
spreadsheet (0.6.8) | |
ruby-ole (>= 1.0) | |
subexec (0.2.1) | |
temple (0.4.0) | |
thor (0.14.6) | |
tilt (1.3.3) | |
treetop (1.4.10) | |
polyglot | |
polyglot (>= 0.3.1) | |
tzinfo (0.3.32) | |
unicorn (4.2.0) | |
kgio (~> 2.6) | |
rack | |
raindrops (~> 0.7) | |
warden (1.1.1) | |
rack (>= 1.0) | |
whenever (0.7.3) | |
activesupport (>= 2.3.4) | |
chronic (~> 0.6.3) | |
will_paginate (3.0.pre2) | |
xml-simple (1.1.1) | |
yui-compressor (0.9.6) | |
POpen4 (>= 0.1.4) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
abstract | |
acl9 (= 0.12.0) | |
addressable (~> 2.2.6) | |
airbrake (~> 3.0.9) | |
andand (~> 1.3.1) | |
aws-ses (~> 0.4.1) | |
bson_ext (= 1.6.0) | |
capistrano | |
carrierwave (~> 0.5.8) | |
carrierwave-mongoid (~> 0.1.3) | |
database_cleaner (~> 0.6) | |
devise (~> 1.5.3) | |
factory_girl_rails | |
forgery | |
formtastic (~> 1.2.4) | |
googlecharts (~> 1.6.8) | |
holidays (~> 1.0.4) | |
jammit | |
json (~> 1.6.5) | |
logging (= 1.4.3) | |
memor | |
mini_magick (~> 3.4) | |
mongo (= 1.6.0) | |
mongoid (~> 2.2.4) | |
newrelic_rpm | |
rails (= 3.0.3) | |
rdiscount | |
rpm_contrib | |
rprince (= 1.0.1) | |
rspec-rails | |
ruby-debug-pry | |
ruby-debug19 | |
sidekiq | |
simplecov | |
sinatra | |
slim | |
spreadsheet (~> 0.6.4) | |
subdomain-fu! | |
unicorn | |
whenever (~> 0.7.2) | |
will_paginate (= 3.0.pre2) |
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
=> Booting WEBrick | |
=> Rails 3.0.3 application starting in development on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
Exiting | |
/Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require': no such file to load -- sidekiq/web (LoadError) | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `block in require' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `block in load_dependency' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:596:in `new_constants_in' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
from /Users/matt/Documents/Dev/feesability/config/routes.rb:1:in `<top (required)>' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `load' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `block in load' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `block in load_dependency' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:596:in `new_constants_in' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `load' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:127:in `block in reload_routes!' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:127:in `each' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:127:in `reload_routes!' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:120:in `block in routes_reloader' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/file_update_checker.rb:32:in `call' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/file_update_checker.rb:32:in `execute_if_updated' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application/finisher.rb:51:in `block (2 levels) in <module:Finisher>' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application/finisher.rb:52:in `call' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application/finisher.rb:52:in `block in <module:Finisher>' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:25:in `instance_exec' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:25:in `run' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:50:in `block in run_initializers' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:49:in `each' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:49:in `run_initializers' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:134:in `initialize!' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:77:in `method_missing' | |
from /Users/matt/Documents/Dev/feesability/config/environment.rb:5:in `<top (required)>' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `block in require' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `block in load_dependency' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:596:in `new_constants_in' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require' | |
from /Users/matt/Documents/Dev/feesability/config.ru:3:in `block in <main>' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/rack-1.2.5/lib/rack/builder.rb:46:in `instance_eval' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/rack-1.2.5/lib/rack/builder.rb:46:in `initialize' | |
from /Users/matt/Documents/Dev/feesability/config.ru:1:in `new' | |
from /Users/matt/Documents/Dev/feesability/config.ru:1:in `<main>' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/rack-1.2.5/lib/rack/builder.rb:35:in `eval' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/rack-1.2.5/lib/rack/builder.rb:35:in `parse_file' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/rack-1.2.5/lib/rack/server.rb:162:in `app' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/rack-1.2.5/lib/rack/server.rb:253:in `wrapped_app' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/rack-1.2.5/lib/rack/server.rb:204:in `start' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands/server.rb:65:in `start' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands.rb:30:in `block in <top (required)>' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands.rb:27:in `tap' | |
from /Users/matt/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands.rb:27:in `<top (required)>' | |
from script/rails:9:in `require' | |
from script/rails:9:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment