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
78
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
72
Conhecendo o módulo Forwardable do Ruby
jackson_pires
0
60
COMO INSPIRAR PESSOAS E MONETIZAR O SEU CONHECIMENTO?
jackson_pires
0
54
GDG Meetup - Carreiras em T.I.
jackson_pires
0
70
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
78
Ruby on Rails para Iniciantes - Aula 48
jackson_pires
0
360
Ruby on Rails para Iniciantes - Aula 49
jackson_pires
0
150
Other Decks in Programming
See All in Programming
Androidアプリの One Experience リリース
nein37
0
530
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
720
GitHubで育つ コラボレーション文化 : ニフティでのインナーソース挑戦事例 - 2024-12-16 GitHub Universe 2024 Recap in ZOZO
niftycorp
PRO
0
1k
ゆるやかにgolangci-lintのルールを強くする / Kyoto.go #56
utgwkk
2
740
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.3k
Amazon S3 NYJavaSIG 2024-12-12
sullis
0
130
Запуск 1С:УХ в крупном энтерпрайзе: мечта и реальность ПМа
lamodatech
0
860
Асинхронность неизбежна: как мы проектировали сервис уведомлений
lamodatech
0
1.2k
Androidアプリのモジュール分割における:x:commonを考える
okuzawats
1
260
CloudflareStack でRAGに入門
asahiiwm
0
140
良いユニットテストを書こう
mototakatsu
11
3.5k
Cloudflare MCP ServerでClaude Desktop からWeb APIを構築
kutakutat
1
630
Featured
See All Featured
Navigating Team Friction
lara
183
15k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
The Language of Interfaces
destraynor
155
24k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
A Tale of Four Properties
chriscoyier
157
23k
Code Reviewing Like a Champion
maltzj
521
39k
Become a Pro
speakerdeck
PRO
26
5.1k
Facilitating Awesome Meetings
lara
50
6.2k
RailsConf 2023
tenderlove
29
960
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
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/