Skip to content

Instantly share code, notes, and snippets.

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 andregabriel/1051845 to your computer and use it in GitHub Desktop.
Save andregabriel/1051845 to your computer and use it in GitHub Desktop.
rake aborted! no such file to load -- capybara/rails after heroku rake db:migrate
Explanation:
My app works 100% fine on my localhost:3000 after running bundle exec unicorn -p 3000.
But when I send it to heroku, heroku can't run the app. After git push heroku master, it crashed on http://projetoopensource.heroku.com/ then I tried heroku rake db:migrate (following step 5 at http://devcenter.heroku.com/articles/quickstart) and now I'm getting: no such file to load -- capybara/rails
The command you ran
heroku rake db:migrate
Exception backtrace(s), if any
andregabriel@ubuntu:~/atalho/catarse$ heroku rake db:migrate
(in /app)
rake aborted!
no such file to load -- capybara/rails
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `block in require'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:227:in `load_dependency'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
/app/config/initializers/capybara.rb:1:in `<top (required)>'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `load'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `block in load'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:227:in `load_dependency'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `load'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/engine.rb:201:in `block (2 levels) in <class:Engine>'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/engine.rb:200:in `each'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/engine.rb:200:in `block in <class:Engine>'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:25:in `instance_exec'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:25:in `run'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:50:in `block in run_initializers'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:49:in `each'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:49:in `run_initializers'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:134:in `initialize!'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:77:in `method_missing'
/app/config/environment.rb:5:in `<top (required)>'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `block in require'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `block in load_dependency'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:596:in `new_constants_in'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency'
/app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:103:in `require_environment!'
/app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:216:in `block in initialize_tasks'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:634:in `call'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:634:in `block in execute'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:629:in `each'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:629:in `execute'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:595:in `block in invoke_with_call_chain'
/usr/ruby1.9.2/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:588:in `invoke_with_call_chain'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:605:in `block in invoke_prerequisites'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:602:in `each'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:602:in `invoke_prerequisites'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:594:in `block in invoke_with_call_chain'
/usr/ruby1.9.2/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:588:in `invoke_with_call_chain'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:581:in `invoke'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2041:in `invoke_task'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2019:in `block (2 levels) in top_level'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2019:in `each'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2019:in `block in top_level'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:2013:in `top_level'
/usr/ruby1.9.2/lib/ruby/1.9.1/rake.rb:1992:in `run'
/usr/ruby1.9.2/bin/rake:31:in `<main>'
Heroku logs
andregabriel@ubuntu:~/atalho/catarse$ heroku logs
2011-06-28T17:52:25+00:00 heroku[api]: Add-on add logging:basic by andrepvgabriel@gmail.com
2011-06-28T17:52:25+00:00 heroku[api]: Release v2 created by andrepvgabriel@gmail.com
2011-06-28T17:52:26+00:00 heroku[api]: Add-on update shared-database
2011-06-28T17:52:26+00:00 heroku[api]: Release v3 created by andrepvgabriel@gmail.com
2011-06-28T18:05:37+00:00 heroku[slugc]: Slug compilation started
2011-06-28T18:05:41+00:00 heroku[slugc]: Slug compilation failed: failed to install gems via Bundler
2011-06-28T18:16:22+00:00 heroku[slugc]: Slug compilation started
2011-06-28T18:19:03+00:00 heroku[api]: Deploy 31e49eb by andrepvgabriel@gmail.com
2011-06-28T18:19:03+00:00 heroku[api]: Release v4 created by andrepvgabriel@gmail.com
2011-06-28T18:19:03+00:00 heroku[web.1]: State changed from created to starting
2011-06-28T18:19:04+00:00 heroku[slugc]: Slug compilation finished
2011-06-28T18:19:32+00:00 heroku[web.1]: State changed from starting to crashed
2011-06-28T18:19:32+00:00 heroku[web.1]: State changed from crashed to created
2011-06-28T18:19:32+00:00 heroku[web.1]: State changed from created to starting
2011-06-28T18:19:51+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require': no such file to load -- capybara/rails (LoadError)
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `block in require'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:227:in `load_dependency'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/config/initializers/capybara.rb:1:in `<top (required)>'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `load'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `block in load'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:227:in `load_dependency'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:235:in `load'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/engine.rb:201:in `block (2 levels) in <class:Engine>'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/engine.rb:200:in `each'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/engine.rb:200:in `block in <class:Engine>'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:25:in `instance_exec'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:25:in `run'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:50:in `block in run_initializers'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:49:in `each'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/initializable.rb:49:in `run_initializers'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:134:in `initialize!'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.0.3/lib/rails/application.rb:77:in `method_missing'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
2011-06-28T18:19:51+00:00 app[web.1]: from <internal:lib/rubygems/custom_require>:29:in `require'
2011-06-28T18:19:51+00:00 app[web.1]: from <internal:lib/rubygems/custom_require>:29:in `require'
2011-06-28T18:19:51+00:00 app[web.1]: from config.ru:3:in `block (3 levels) in <main>'
2011-06-28T18:19:51+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:23:in `eval'
2011-06-28T18:19:51+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:23:in `block (3 levels) in <main>'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.2.3/lib/rack/builder.rb:46:in `instance_eval'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.2.3/lib/rack/builder.rb:46:in `initialize'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.2.3/lib/rack/builder.rb:63:in `new'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.2.3/lib/rack/builder.rb:63:in `map'
2011-06-28T18:19:51+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:18:in `block (2 levels) in <main>'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.2.3/lib/rack/builder.rb:46:in `instance_eval'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.2.3/lib/rack/builder.rb:46:in `initialize'
2011-06-28T18:19:51+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:11:in `new'
2011-06-28T18:19:51+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:11:in `block in <main>'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.2.3/lib/rack/builder.rb:46:in `instance_eval'
2011-06-28T18:19:51+00:00 app[web.1]: from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.2.3/lib/rack/builder.rb:46:in `initialize'
2011-06-28T18:19:51+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:1:in `new'
2011-06-28T18:19:51+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:1:in `<main>'
2011-06-28T18:19:51+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/rack/adapter/loader.rb:36:in `eval'
2011-06-28T18:19:51+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/rack/adapter/loader.rb:36:in `load'
2011-06-28T18:19:51+00:00 heroku[web.1]: Process exited
2011-06-28T18:19:52+00:00 heroku[web.1]: State changed from starting to crashed
2011-06-28T18:19:53+00:00 heroku[router]: Error H10 (App crashed) -> GET projetoopensource.heroku.com/ dyno= queue= wait= service= status=503 bytes=
2011-06-28T18:19:53+00:00 heroku[router]: Error H10 (App crashed) -> GET projetoopensource.heroku.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
2011-06-28T18:21:55+00:00 heroku[rake.1]: State changed from created to starting
2011-06-28T18:22:13+00:00 app[rake.1]: Awaiting client
2011-06-28T18:22:14+00:00 app[rake.1]: Starting process with command `rake db:migrate`
2011-06-28T18:22:14+00:00 heroku[rake.1]: State changed from starting to up
2011-06-28T18:22:22+00:00 heroku[rake.1]: Process exited
2011-06-28T18:22:23+00:00 heroku[rake.1]: State changed from up to crashed
2011-06-28T18:22:23+00:00 heroku[rake.1]: State changed from crashed to complete
2011-06-28T18:25:55+00:00 heroku[router]: Error H10 (App crashed) -> GET projetoopensource.heroku.com/ dyno= queue= wait= service= status=503 bytes=
2011-06-28T18:25:55+00:00 heroku[router]: Error H10 (App crashed) -> GET projetoopensource.heroku.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
Your Gemfile
source 'http://rubygems.org'
source 'http://gems.github.com'
gem 'rails', '3.0.3'
gem 'rake', '0.8.7'
gem 'pg'
gem 'haml'
gem 'slim'
gem 'compass'
gem 'omniauth'
gem 'formtastic', '~> 1.1.0'
gem 'validation_reflection'
gem 'inherited_resources', '>= 1.1.2'
gem 'maxim-sexy_pg_constraints'
gem 'spectator-validates_email', :require => 'validates_email'
gem 'vimeo'
gem 'wirble'
gem "on_the_spot"
gem 'unicorn'
gem 'mailee', '0.5.4', :git => 'https://github.com/danielweinmann/mailee-api.git'
gem 'will_paginate'
gem 'weekdays'
gem 'moip', :git => 'https://github.com/danielweinmann/moip-ruby.git'
gem 'paypal-express', :require => 'paypal'
gem 'brcep'
gem "meta_search"
gem "RedCloth"
gem "auto_html", '>= 1.3.5'
gem "acts_as_commentable"
gem 'mustache'
gem 'unicode'
gem 'routing-filter'
gem 'http_accept_language'
group :test, :development do
gem 'capybara', ">= 0.4.0"
gem 'launchy'
gem 'database_cleaner'
gem 'steak', "~> 1.1.0"
gem 'rspec-rails', "~> 2.0.1"
gem 'rcov'
gem 'factory_girl_rails'
gem 'mocha'
end
Your Gemfile.lock
GIT
remote: https://github.com/danielweinmann/mailee-api.git
revision: cd530ef488cb82f5ef01f2646c2b6222fab61c57
specs:
mailee (0.5.4)
GIT
remote: https://github.com/danielweinmann/moip-ruby.git
revision: db1b879358c623b597dc1c221b53336f9f06db0e
specs:
moip (1.0.2)
activesupport (>= 2.3.2)
httparty (~> 0.6.1)
nokogiri (~> 1.4.3)
GEM
remote: http://rubygems.org/
remote: http://gems.github.com/
specs:
RedCloth (4.2.7)
abstract (1.0.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)
acts_as_commentable (3.0.1)
addressable (2.2.2)
arel (2.0.10)
attr_required (0.0.3)
auto_html (1.3.6)
RedCloth
brcep (3.0.4)
builder (2.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.2)
capybara (0.4.0)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.2)
celerity (0.8.4)
childprocess (0.1.4)
ffi (~> 0.6.3)
compass (0.10.5)
haml (>= 3.0.4)
configuration (1.1.0)
crack (0.1.8)
culerity (0.2.12)
database_cleaner (0.5.2)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (1.3.2)
factory_girl_rails (1.0)
factory_girl (~> 1.3)
rails (>= 3.0.0.beta4)
faraday (0.5.3)
addressable (~> 2.2.2)
multipart-post (~> 1.0.1)
rack (< 2, >= 1.1.0)
ffi (0.6.3)
rake (>= 0.8.7)
formtastic (1.1.0)
actionpack (>= 2.3.0)
activesupport (>= 2.3.0)
i18n (>= 0.4.0)
haml (3.0.21)
has_scope (0.5.0)
http_accept_language (1.0.1)
httparty (0.6.1)
crack (= 0.1.8)
httpclient (2.1.5.2)
i18n (0.6.0)
inherited_resources (1.1.2)
has_scope (~> 0.5.0)
responders (~> 0.6.0)
json (1.4.6)
json_pure (1.4.6)
kgio (2.1.1)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
maxim-sexy_pg_constraints (0.1.3)
meta_search (1.0.3)
actionpack (~> 3.0.2)
activerecord (~> 3.0.2)
activesupport (~> 3.0.2)
arel (~> 2.0.2)
mime-types (1.16)
mocha (0.9.8)
rake
multi_json (0.0.5)
multipart-post (1.0.1)
mustache (0.99.3)
net-ldap (0.1.1)
nokogiri (1.4.3.1)
oa-basic (0.1.6)
multi_json (~> 0.0.2)
nokogiri (~> 1.4.2)
oa-core (= 0.1.6)
rest-client (~> 1.6.0)
oa-core (0.1.6)
rack (~> 1.1)
oa-enterprise (0.1.6)
net-ldap (~> 0.1.1)
nokogiri (~> 1.4.2)
oa-core (= 0.1.6)
pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1)
oa-oauth (0.1.6)
multi_json (~> 0.0.2)
nokogiri (~> 1.4.2)
oa-core (= 0.1.6)
oauth (~> 0.4.0)
oauth2 (~> 0.1.0)
oa-openid (0.1.6)
oa-core (= 0.1.6)
rack-openid (~> 1.2.0)
ruby-openid-apps-discovery
oauth (0.4.4)
oauth2 (0.1.0)
faraday (~> 0.5.0)
multi_json (~> 0.0.4)
omniauth (0.1.6)
oa-basic (= 0.1.6)
oa-core (= 0.1.6)
oa-enterprise (= 0.1.6)
oa-oauth (= 0.1.6)
oa-openid (= 0.1.6)
on_the_spot (0.0.6)
json_pure (>= 1.4.6)
paypal-express (0.3.0)
activesupport (>= 2.3)
attr_required (>= 0.0.3)
i18n
restclient_with_cert
pg (0.11.0)
polyglot (0.3.1)
pyu-ruby-sasl (0.0.3.2)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-openid (1.2.0)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
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)
rake (0.8.7)
rcov (0.9.9)
responders (0.6.2)
rest-client (1.6.1)
mime-types (>= 1.16)
restclient_with_cert (0.0.7)
rest-client (>= 1.6)
routing-filter (0.2.3)
actionpack
rspec (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec-mocks (~> 2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec-rails (2.0.1)
rspec (~> 2.0.0)
ruby-openid (2.1.8)
ruby-openid-apps-discovery (1.2.0)
ruby-openid (>= 2.1.7)
rubyntlm (0.1.1)
rubyzip (0.9.4)
selenium-webdriver (0.1.1)
childprocess (= 0.1.4)
ffi (~> 0.6.3)
json_pure
rubyzip
slim (0.9.2)
temple (~> 0.2.0)
tilt (~> 1.2)
spectator-validates_email (0.0.4)
actionpack (~> 3.0.0)
activemodel (~> 3.0.0)
steak (1.1.0)
rspec (>= 1.3)
temple (0.2.0)
thor (0.14.6)
tilt (1.2.2)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.27)
unicode (0.4.0)
unicorn (3.3.1)
kgio (~> 2.1)
rack
validation_reflection (1.0.0)
vimeo (1.3.0)
httparty (>= 0.4.5)
httpclient (>= 2.1.5.2)
json (>= 1.1.9)
multipart-post (>= 1.0.1)
oauth (>= 0.4.3)
weekdays (1.0.2)
will_paginate (2.3.15)
wirble (0.1.3)
xpath (0.1.2)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
RedCloth
acts_as_commentable
auto_html (>= 1.3.5)
brcep
capybara (>= 0.4.0)
compass
database_cleaner
factory_girl_rails
formtastic (~> 1.1.0)
haml
http_accept_language
inherited_resources (>= 1.1.2)
launchy
mailee (= 0.5.4)!
maxim-sexy_pg_constraints
meta_search
mocha
moip!
mustache
omniauth
on_the_spot
paypal-express
pg
rails (= 3.0.3)
rake (= 0.8.7)
rcov
routing-filter
rspec-rails (~> 2.0.1)
slim
spectator-validates_email
steak (~> 1.1.0)
unicode
unicorn
validation_reflection
vimeo
weekdays
will_paginate
wirble
Your Bundler configuration settings (run bundle config)
Settings are listed in order of priority. The top value will be used.
What version of bundler you are using (run bundle -v)
Bundler version 1.0.15
What version of Ruby you are using (run ruby -v)
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]
What version of Rubygems you are using (run gem -v)
1.6.2
Whether you are using RVM, and if so what version (run rvm -v)
rvm 1.6.20 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
Whether you have the rubygems-bundler gem, which can break gem binares
I don't know.
If you are using Rails 2.3, please also include:
Your boot.rb file
require 'rubygems'
require 'yaml'
YAML::ENGINE.yamler='syck'
# Set up gems listed in the Gemfile.
gemfile = File.expand_path('../../Gemfile', __FILE__)
begin
ENV['BUNDLE_GEMFILE'] = gemfile
require 'bundler'
Bundler.setup
rescue Bundler::GemNotFound => e
STDERR.puts e.message
STDERR.puts "Try running `bundle install`."
exit!
end if File.exist?(gemfile)
Your preinitializer.rb file
No such file on my app.
Your environment.rb file
# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Catarse::Application.initialize!
@andregabriel
Copy link
Author

I've moved capybara outside the groups and now rake db:migrate works just fine, tks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment