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
78
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
65
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
54
GDG Meetup - Carreiras em T.I.
jackson_pires
0
78
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
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
930
React は次の10年を生き残れるか:3つのトレンドから考える
oukayuka
25
8.2k
20250708_JAWS_opscdk
takuyay0ne
2
130
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
13k
Git Sync を超える!OSS で実現する CDK Pull 型デプロイ / Deploying CDK with PipeCD in Pull-style
tkikuc
4
360
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
200
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
[SRE NEXT] 複雑なシステムにおけるUser Journey SLOの導入
yakenji
0
150
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
810
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
3
990
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
1.1k
型で語るカタ
irof
0
710
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Building Adaptive Systems
keathley
43
2.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
840
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Faster Mobile Websites
deanohume
308
31k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
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/