Thanks. Helped. but now it seems my gem environment got messed up. rpsec can't connect to the database and I see this error:
$gem list rsp Error loading RubyGems plugin "/Users/me/.rvm/gems/ruby-1.9.3-p125/ gems/rubygems-bundler-0.2.8/lib/rubygems_plugin.rb": cannot load such file -- rubygems_bundler/rubygems_bundler_installer (LoadError) ? On Apr 15, 5:37 pm, Nic Benders <[email protected]> wrote: > I haven't used rb-fsevent before, but I had the same issue with compiling > autotest-fsevent under 10.7 (Xcode 4.3 really). I have a fork > athttps://github.com/benders/autotest-fseventwhich may work better for you. > > However, to isolate the problem you should try without fsevent of any kind. > In the default polling mode autotest shouldn't run without changes, it > just uses a more CPU expensive test to detect if things have changed. > > > > > > > > On Sun, Apr 15, 2012 at 4:20 PM, Rocko <[email protected]> wrote: > > Autotest keeps repeating, causing a lot of GROWLing. autotest-fsevent > > was not compiling. mac 10.7, so I found this rb-fsevent patch??. I've > > done the excludes, so dont' think it's that. TIA for help. > > > here's my environment: > > > gem 'autotest-standalone' > > gem 'spork' > > gem 'rb-fsevent' > > gem 'autotest-growl' > > > and I have this in my .autotest file > > > PLATFORM = RUBY_PLATFORM > > # require "redgreen/autotest" > > require 'autotest/growl' > > # require 'autotest/restart' > > # require 'autotest/fsevent' > > require 'rb-fsevent' > > > Autotest.add_hook :initialize do |at| > > at.add_exception(%r{^\./\.git}) > > at.add_exception(%r{^\./log}) > > end > > > -- > > SD Ruby mailing list > > [email protected] > >http://groups.google.com/group/sdruby -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
