Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Conhecendo a gem guard, guard-rspec e guard-liv...
Search
Jackson Pires
January 25, 2017
Programming
0
80
Conhecendo a gem guard, guard-rspec e guard-livereload
Conhecendo a gem guard, guard-rspec e guard-livereload
Jackson Pires
January 25, 2017
Tweet
Share
More Decks by Jackson Pires
See All by Jackson Pires
Como usar uma box Vagrant com a Cloud9 IDE para desenvolver com Elixir ou Phoenix?
jackson_pires
0
80
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
66
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
56
GDG Meetup - Carreiras em T.I.
jackson_pires
0
84
20 minutos insanos de TDD e Ruby
jackson_pires
0
110
Ruby on Rails para Iniciantes - Aula 46
jackson_pires
0
160
Ruby on Rails para Iniciantes - Aula 47
jackson_pires
0
80
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
370
Ruby on Rails para Iniciantes - Aula 49
jackson_pires
0
150
Other Decks in Programming
See All in Programming
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
2
790
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
220
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
520
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
1.2k
エンジニアとして高みを目指す、 利益を生み出す設計の考え方 / design-for-profit
minodriven
24
12k
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
220
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
200
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
960
Cursorハンズオン実践!
eltociear
2
790
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
170
Cloudflare AgentsとAI SDKでAIエージェントを作ってみた
briete
0
130
dynamic!
moro
10
7.1k
Featured
See All Featured
Producing Creativity
orderedlist
PRO
347
40k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Six Lessons from altMBA
skipperchong
28
4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.7k
For a Future-Friendly Web
brad_frost
180
9.9k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
How STYLIGHT went responsive
nonsquared
100
5.8k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Transcript
GUARD Ruby.PA - Jan/17
What?
Guard is simply a file system watcher.
In other words, it detects when you save a file,
then runs a command.
IMPORTANT!!! https://github.com/guard/guard
Installing
Guard https://github.com/guard/guard gem install guard
Guardfile bundle exec guard init https://github.com/guard/guard/wiki/Guardfile-DSL---Configuring-Guar d https://github.com/guard/guard/wiki/Guardfile-examples
Friends gem install PLUGIN https://github.com/guard/guard/wiki/Guard-Plugins https://rubygems.org/search?utf8=%E2%9C%93&query=guard-
guard-rspec https://github.com/guard/guard-rspec
Run! bundle exec guard
Notifications https://github.com/Codaisseur/terminal-notifier-guard
guard-livereload https://github.com/guard/guard-livereload
None
Fonte • https://www.sitepoint.com/automatically-reload-things- guard/