Note that there are some explanatory texts on larger screens.

plurals
  1. POautotest not working on Windows 7 32 bit
    primarykey
    data
    text
    <p>I'm going through the Rails Tutorial by Michael Hartl and am not having any luck getting autotest working.</p> <p>When I run the "autotest" command I get the following output in my terminal:</p> <blockquote> <p>C:\Sites\rails_projects\sample_app>autotest loading autotest/rails_rspec2</p> <hr> <p>←[2J←[fbundle exec C:\RailsInstaller\Ruby1.8.7\bin\ruby -S C:/RailsInstaller/Rub y1.8.7/lib/ruby/gems/1.8/gems/rspec-core-2.0.1/bin/rspec --autotest 'C:/Sites/ra ils_projects/sample_app/spec/controllers/pages_controller_spec.rb' bundler: command not found: C:\RailsInstaller\Ruby1.8.7\bin\ruby Install missing gem binaries with <code>bundle install</code> Notification sent successfully Notification sent successfully</p> </blockquote> <p>Then it just stalls and I have to cntrl+c to get out of it.</p> <p>When I try running a "bundle exec autotest" i get the following output:</p> <blockquote> <p>C:\Sites\rails_projects\sample_app>bundle exec autotest C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.14/lib/bundler/ru bygems_integration.rb:143:in `gem': ZenTest is not part of the bundle. Add it to Gemfile. (Gem::LoadError) from C:/RailsInstaller/Ruby1.8.7/bin/autotest:18</p> </blockquote> <p>I have the following content in my .autotest file:</p> <blockquote> <p>require 'autotest/growl'</p> </blockquote> <p>and my gemfile looks like this:</p> <blockquote> <p>source 'http://rubygems.org'</p> <p>gem 'rails', '3.0.7' gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'</p> <p>group :development do gem 'rspec-rails', '2.0.1' end</p> <p>group :test do gem 'rspec', '2.0.1' gem 'webrat', '0.7.1' end</p> </blockquote> <p>Can someone please help me with this?</p>
    singulars
    1. This table or related slice is empty.
    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.
    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