Note that there are some explanatory texts on larger screens.

plurals
  1. POheroku crashing no such file -- spec_helper (LoadError)
    primarykey
    data
    text
    <p>I have no errors when I do git push heroku master. But on heroku open I get Application Error. So I checked heroku logs and the only thing that stuck out was:</p> <pre><code>2013-04-03T08:03:52+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/ activesupport-3.2.11/lib/active_support/dependencies.rb:317:in `rescue in depend_on': No such file to load -- spec_helper (LoadError) </code></pre> <p>So I'm guessing that is the issue. Does this mean it can't find my spec_helper.rb file? It is in the spec folder.</p> <p>On rails g rspec:install I get:</p> <pre><code>identical .rspec exist spec identical spec/spec_helper.rb </code></pre> <p>Gemfile:</p> <pre><code>source 'https://rubygems.org' gem 'rails', '3.2.11' gem 'bootstrap-sass', '2.0.4' gem 'bcrypt-ruby', '3.0.1' gem 'faker', '1.0.1' gem 'will_paginate', '3.0.3' gem 'bootstrap-will_paginate', '0.0.6' gem 'jquery-rails', '2.0.2' gem 'pg', '0.12.2' gem 'rails_autolink', '~&gt; 1.0.9' gem 'rinku', '~&gt; 1.5.0', :require =&gt; 'rails_rinku' gem 'auto_html', '1.6.0' gem 'acts_as_votable', '~&gt; 0.4.0' gem 'thumbs_up', '~&gt; 0.6.2' gem 'thin' gem 'rmagick' gem "paperclip", "~&gt; 3.0" gem 'nifty-generators' gem 'fancybox-rails' group :development, :test do gem 'rspec-rails', '2.11.0' end group :development do gem 'annotate', '2.5.0' end group :assets do gem 'sass-rails', '3.2.5' gem 'coffee-rails', '3.2.2' gem 'uglifier', '1.2.3' end group :test do gem 'factory_girl_rails', '4.1.0' gem 'capybara', '1.1.2' gem 'cucumber-rails', '1.2.1', :require =&gt; false gem 'database_cleaner', '0.7.0' end </code></pre> <p>Any help is greatly appreciated, thanks. Beginning to think there is some sort of typo somewhere in my source code, going to try uninstalling rspec.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload