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
57
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
170
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
160
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
410
Swift Concurrency 年表クイズ
omochi
3
180
なんでRustの環境構築してないのにRust製のツールが動くの? / Why Do Rust-Based Tools Run Without a Rust Environment?
ssssota
14
47k
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
330
理論と実務のギャップを超える
eycjur
0
200
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1.3k
釣り地図SNSにおける有料機能の実装
nokonoko1203
0
200
AI時代に必須!状況言語化スキル / ai-context-verbalization
minodriven
2
230
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
710
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
480
NIKKEI Tech Talk#38
cipepser
0
330
Researchlyの開発で参考にしたデザイン
adsholoko
0
100
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
4 Signs Your Business is Dying
shpigford
186
22k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Why You Should Never Use an ORM
jnunemaker
PRO
60
9.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Designing for humans not robots
tammielis
254
26k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Agile that works and the tools we love
rasmusluckow
331
21k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
900
How to Think Like a Performance Engineer
csswizardry
27
2.2k
The Invisible Side of Design
smashingmag
302
51k
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/