What is the basic use of guard

54 views
Skip to first unread message

rakesh...@tudip.com

unread,
Jan 30, 2013, 11:10:52 AM1/30/13
to guar...@googlegroups.com
Hi all,
I am new to the ruby development.
I want to know what is the use of guard gem. and why should i use it in my project development.

Perry Smith

unread,
Jan 30, 2013, 11:18:53 AM1/30/13
to guar...@googlegroups.com
http://railscasts.com/episodes/264-guard

(I think this is also listed in the README.)
--
You received this message because you are subscribed to the Google Groups "guard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guard-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Michael Kessler

unread,
Jan 30, 2013, 11:19:39 AM1/30/13
to guar...@googlegroups.com
Guard helps you to automate tedious, repetitive tasks in you everyday development. I guess that the most common tasks Guard is used for is to fire of all kind of tests (rspec, testunit, minutest, cucumber, jasmine), generates assets (haml, sass, coffeescript, less, compass, sprockets, jammit), manage other servers/services (spork, rails, pow, spin, delayed jobs, resque, unicorn) and update the browser with live reload. This are just a few examples, there are many plugins available, just search RubyGems https://rubygems.org/search?utf8=%E2%9C%93&query=guard- and find a Guard plugin that manages a task you do manually.

Neil Matatall

unread,
Jan 30, 2013, 12:09:58 PM1/30/13
to guar...@googlegroups.com
And code tools as well (rails_best_practices, brakeman, jslint-on-rails)
--

Neil
Reply all
Reply to author
Forward
Message has been deleted
0 new messages