Guard is a command line tool to easily handle events on file system modifications.

learn more… | top users | synonyms

0
votes
1answer
17 views

Concatenate & minify directory of JS files into one JS file with Guard and UglifyJS

I have a folder of JS plugins that i would like to concatenate and minify into a plugins.js file using Guard and UglifyJS Here's what I have in my Guardfile so far guard 'uglify', :input => ...
1
vote
2answers
18 views

Running gntp only on certain development VMs

I'm doing Rails development on a virtual machine setup that's somewhat similar to Vagrant. What I like the most about it is that it's portable so I have basically the same Ubuntu based virtual machine ...
0
votes
1answer
26 views

Guard starts then exits?

I want to use guard to run my bacon tests, my Gemfile looks like: source 'https://rubygems.org' gem 'sinatra' gem 'sidekiq' gem 'slim' gem 'puma' gem 'nokogiri' gem 'httparty' group :test, ...
0
votes
0answers
36 views

Rails rspec issues (cannot load such file --b (LoadError))

I'm following Hartl's guide to Ruby on Rails, and I'm currently trying to set up "guard" and "spork" for automating "rspec" testing. When I try to run bundle exec rspec ...
0
votes
2answers
24 views

LESS - set 3 variables depending on another variable's value

I've got a mixin that accepts two parameters: .build-logo(ab, 200px); The first is an acronym string for one of our products, and the second is square width/height of the desired logo. What I need ...
0
votes
1answer
43 views

Why does Guard run ALL my RSpec specs on every change?

This testing stack is behaving unreliably. Sometimes when I run guard, it performs adequately with the guard-rspec gem and will only run the file that has been changed. At least, if the test fails it ...
0
votes
1answer
37 views

differences between rubygem guard and grunt.js?

Besides the obvious language architecture differences (respectively ruby vs. nodejs) are there any differences between the rubygem guard and grunt.js? Or am i wrong comparing the two. Are they ...
0
votes
0answers
25 views

Having touble creating HAML Templates using Gurad and Guard-HAML

I am trying use guard-haml but for the life of me I can't seem to get the templating to work. This is how I am setting up guard-HAML in guardfile: group :development do ## HAML guard 'haml', ...
1
vote
0answers
28 views

undefined method `use_transactional_fixtures

I was following a long with this tutorial on how to test rails apps and I came across this error: /home/***/***/***/spec/spec_helper.rb:27:in `block in <top (required)>': undefined method ...
1
vote
1answer
60 views

“NameError: uninitialized constant Guard::Haml::Bundler”

On my OSX system, I'm trying to use Guard-Haml to auto compile my HAML down to HTML. However, when guard is running, and tries to compile, I get the error below, in fig.1. I've installed Bunder and ...
0
votes
1answer
52 views

unable to install guard-livereload on windows

I am running Windows 8 and trying to install gem install guard-livereload Windows 8 64BIT Ruby 200-x64 Ruby DebKit 64 Bit I keep getting an error C:/Ruby200-x64/bin/ruby.exe extconf.rb checking ...
1
vote
1answer
153 views

Guard won't load WDM

I'm working through Michael Hartl's Rails tutorial which is excellent so far. I'm on the Advanced Setup Chapter, where he goes through configuring the Rails environment in a way conducive to TDD. I ...
0
votes
0answers
24 views

Any flag to skip using vcr for integration tests using guard-rspec?

The vcr gem is awesome for speeding up a test suite that calls an external API... What is the best procedure to check that the test suite would still pass if VCR is not used? Is there any default way ...
1
vote
2answers
74 views

Using guard live reload and guard compass seems to conflict

I'm trying to use guard livereload and guard compass together. Here is my file A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'compass' do ...
0
votes
1answer
48 views

RSpec crashing with multiple Rails validation helpers

I have two different validations for the :website attribute on my Customer model. One is the build in length helper, with the maximum set to 255, while the other is a custom validation. They both work ...
0
votes
2answers
88 views

Can I use regular expressions with guard-concat?

I'm using the guard-concat plugin for guard to concatenate my handlebar template files. Can I use regular expression to make it concat all files in one folder instead of typing in all the names of ...
1
vote
0answers
81 views

Guard+Spork Issue (Guard::Spork failed to achieve its <start>,)

I ran Guard with Spork following Rails Tutorial by Michael Hartl and I confronted this issue. Below is the error message: 20:45:58 - INFO - Starting Spork for RSpec, Test::Unit 20:45:58 - ERROR - ...
0
votes
0answers
67 views

Installing ruby gem: guard-less on a windows machine

I've recently stumbled across a Tutorial on net.tutsplus, to improve workflows on frontend projects with Guard. As I wanted to give it a shot I started a journey to far too many places including ...
1
vote
2answers
165 views

Chrome LiveReload extension / guard-livereload disconnecting browser

I have a problem with connecting guard-livereload to browser. Everytime i try to enable LiveReload plugin it connects to the browser and disconnect it automatically. LiveReload then shows this: ...
0
votes
2answers
86 views

Guard or guard-uglify throwing an error won't rerun

Just started running Guard and I had a weird problem. As soon as I add in more than one file to concat and uglify---the uglifier keeps firing. I have to hit ^C to get it to stop and that throws the ...
1
vote
1answer
73 views

ruby rake guard task

Ruby noob - I need to have guard running in my rake tasks but I can't find a way to have it run in the background. It needs to run 2nd last, therefore having the guard > shell waiting for commands ...
1
vote
4answers
84 views

C Preprocessor Guards?

I am working on a C project, and am trying to use pre-processor guards as can be used in C++: #ifndef CONFIG_H #define CONFIG_H ... exciting stuff in C .... #endif Including this in my source ...
0
votes
1answer
66 views

guard/guard-sass not compiling changes

I'm having problems with guard and guard-sass compiling updated to my .sass files. I've install them both, pointed the guard-sass configuration at my input and output directories but whenever I save ...
0
votes
1answer
16 views

m[1][/_pages/] In Guardfile

I was looking over Michael Hartl's online book and came across this regex line for his Guardfile. watch(%r{^app/controllers/(.+)_(controller)\.rb$}) do |m| ...
2
votes
0answers
57 views

Guard-Less won't respect output parameter

I just started my first Sinatra app, and I'm trying to get Guard-Less up and running. I already fixed an rb-readline issue which was preventing changes to the .less file from updating my CSS, but I'm ...
0
votes
2answers
145 views

how can i use more guards with small tricks?

When i compile my code in ghci, there is no problem. It can compile correctly. However, if i try to compile it in hugs, I get the error "compiled code too complex". I think the problem is due to many ...
1
vote
2answers
351 views

Sass/Compass not compiling using Guard with Middleman setup

I'm running Mac OS X Mountain Lion and recntly setup Ruby via RVM. I then installed Middleman (http://middlemanapp.com/) which works fine. I've been able to add configuration settings and do a build ...
0
votes
1answer
53 views

Guard not compiling all the SCSS stylesheets

When you have a wrapper stylesheet that imports other using sass @import, and when using guard to watch for changes, it wont compile the wrapper stylesheet automatically if you are only changing one ...
0
votes
0answers
45 views

debuging HTTP requests // Liveload.js served in Safari, not in Chrome

The question has changed to HTTP debugging, cf below I have guard-livereload configured in my Guardfile: guard 'livereload', :port => '35729' do watch(%r{output/.+\.(css|js|html)}) end and ...
2
votes
0answers
39 views

Guard: batch watch notifications

Is it possible to batch guard's watch notifications? For example, if a subfolder is moved, watch emits an event for every file. What I actually want is one notification, not several, if something ...
1
vote
0answers
114 views

Could someone explain about large fs:0?

:0378CED0 push ebp :0378CED1 mov ebp, esp :0378CED3 push 0FFFFFFFFh :0378CED5 push 3927B50h :0378CEDA ...
0
votes
1answer
72 views

How do I configure Guard to skip the Pry prompt and just run my changed test?

I am working on an in-house Rails application running Rails (2.3.18) on Ruby (1.8.7) with tests written in Test::Unit (2.5.4) and Shoulda (2.10.2) Guard (1.6.2) runs all the tests on startup via ...
1
vote
1answer
35 views

How do a I write a custom notifier for guard?

I'm trying to write a custom notifier for guard that turns on an LED with arduino. Anyway, I've got it working by adding a file to lib/guard/notifiers, and adding my new custom class to ...
0
votes
1answer
245 views

Rspec, guard, spork and capybara/selenium - configuration for js tests

I'm using this solution to avoid issues with the database during javascript tests. The first run through the suite, the tests run fine, all passing. If I run the entire suite again, they'll still ...
1
vote
1answer
77 views

a concise recipe for installing, configuring and running minitest under autotest or Guard

In the past, I've run Rails + RSpec + autotest. Now I've upgraded to ruby 2.0 and I want to use minitest in a non-Rails environment (I'm using Padrino / DataMapper). I'm certain I'm not alone in ...
3
votes
2answers
93 views

Guarded Data Design Pattern

In our application we deal with data that is processed in a worker thread and accessed in a display thread and we have a mutex that takes care of critical sections. Nothing special. Now we thought ...
0
votes
2answers
44 views

webmock and crack 0.3.2 issue

I installed the webmock gem but my rspec tests wouldn't work anymore but instead this error: (I use guard for autotesting) ...
0
votes
1answer
64 views

Updated Rails test suite set up?

Anyone know of a more up-to-date version of a Rails Rspec/Guard/Spork/Growl test suite set up? These used to be great, but have become outdated as Ruby, Rails and the gems upgraded. ...
0
votes
0answers
38 views

Tests pass in Terminal using guard but fail in Rubymine

I'm working my way through Michael Hartl's Ruby on Rails Tutorial. I'm up to 3.6.2, Automated Testing with Guard. I am using the Rubymine IDE. Guard is installed and configured correctly. Tests will ...
0
votes
1answer
54 views

Guard-cucumber: watch on view and controller related to feature

Cucumber stands for acceptance testing framework. So BDD in cucumber assumes working with controllers and views. But surprisingly guard-cucumber does not offer approach for running feature if ...
1
vote
1answer
87 views

Rspec with capybara strange behavior when guard is running

I've created a couple of tests using rspec+capybara. tests code When i run them with rspec they all pass git:(master) ✗ rspec Rack::File headers parameter replaces cache_control after Rack 1.5. ...
2
votes
0answers
97 views

Why RSpec runs specs twice when running from within ruby and spec file is reloaded?

I'm trying to use RSpec from within existing ruby runtime and run specs every time when file changes. This is because of JRuby and JVM startup time. To eliminate this on every run I'd like to start ...
0
votes
2answers
81 views

Rails server readline error when including Guard gem

I've bundle installed with the following gemfile: source 'https://rubygems.org' gem 'rails', '3.2.12' group :development, :test do gem 'sqlite3' gem 'rspec-rails', '2.11.0' gem 'guard-rspec', ...
0
votes
1answer
185 views

Guard Rspec Spork Rails 2 not starting

Im running rails 2.3.14 on ruby-1.9.2-p180 I'm trying to get guard rspec going. I installed relevant gems, here are my file contents, for Gemfile, /spec/spec_helper.rb and Guardfile Gemfile ...
0
votes
1answer
161 views

Why Guard (rspec) stops working on jruby

I can't get Guard working on jruby. I have jruby inistalled via rvm next to 1.9.3. Tried to run Guard on 1.9.3 - works fine. How can I make it run spec automatically on every change in spec or lib? ...
1
vote
0answers
146 views

Rails: guard does not use zeus if model file changed

Trying to use guard-rspec with zeus: # Gemfile (the meaning part) group :development, :test do gem 'rspec-rails' gem 'guard-rspec' gem 'guard-cucumber' end group :test do gem ...
0
votes
2answers
74 views

Request spec with Devise + Rspec2 + Spork/Guard

I have setup Rspec2 + Spork + Guard + Devise My files are as follows #spec_helper.rb Spork.prefork do #code Dir[Rails.root.join('spec/support/**/*.rb')].each {|f| require f} RSpec.configure do ...
0
votes
1answer
81 views

How do you create a Guard configuration watch that will only run the test file that was changed?

There wasn't much information how to do this online but in my Guardfile I am setting up the watch for the various directories/files that I want Guard to be watching for changes on. How do you specify ...
0
votes
0answers
28 views

Guard ignoring Rspec exclude tag

I'm using Guard with Spork. Adding --tag ~js to the Rspec's cli options my Guardfile fails to prevent specs tagged with js: true from running. Before running Rspec, Guard outputs: Running tests with ...
0
votes
1answer
105 views

Guard Sass - gem file

I am using guard to watch filesystem change and run some script. I am not familiar with ruby environment. So far, to use watcher, I only needed to install Shell (No gem file). Now, I am trying to add ...

1 2 3 4 5 6