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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Jackson Pires
January 25, 2017
Programming
0
84
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
83
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
69
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
58
GDG Meetup - Carreiras em T.I.
jackson_pires
0
90
20 minutos insanos de TDD e Ruby
jackson_pires
0
110
Ruby on Rails para Iniciantes - Aula 46
jackson_pires
0
170
Ruby on Rails para Iniciantes - Aula 47
jackson_pires
0
83
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
370
Ruby on Rails para Iniciantes - Aula 49
jackson_pires
0
160
Other Decks in Programming
See All in Programming
ネイティブアプリとWebフロントエンドのAPI通信ラッパーにおける共通化の勘所
suguruooki
0
220
OTP を自動で入力する裏技
megabitsenmzq
0
130
ファインチューニングせずメインコンペを解く方法
pokutuna
0
220
L’IA au service des devs : Anatomie d'un assistant de Code Review
toham
0
150
「接続」—パフォーマンスチューニングの最後の一手 〜点と点を結ぶ、その一瞬のために〜
kentaroutakeda
4
2.2k
Ruby and LLM Ecosystem 2nd
koic
1
1.4k
PHPのバージョンアップ時にも役立ったAST(2026年版)
matsuo_atsushi
0
270
Reactive ❤️ Loom: A Forbidden Love Story
franz1981
2
200
脱 雰囲気実装!AgentCoreを良い感じにWEBアプリケーションに組み込むために
takuyay0ne
3
420
へんな働き方
yusukebe
6
2.9k
KagglerがMixSeekを触ってみた
morim
0
350
PHP 7.4でもOpenTelemetryゼロコード計装がしたい! / PHPerKaigi 2026
arthur1
1
450
Featured
See All Featured
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
220
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Why Our Code Smells
bkeepers
PRO
340
58k
Statistics for Hackers
jakevdp
799
230k
Making Projects Easy
brettharned
120
6.6k
Claude Code のすすめ
schroneko
67
220k
Fireside Chat
paigeccino
42
3.9k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
910
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
690
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/