This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
guard-rails
Watch
1
Star
0
Fork
You've already forked guard-rails
0
Code
Issues
6
Pull Requests
2
Packages
Projects
Releases
Wiki
Activity
89e18ef84d
guard-rails
/
lib
/
guard
/
rails
/
templates
/
Guardfile
6 lines
76 B
Ruby
Raw
Blame
History
guard
'rails'
do
watch
(
'Gemfile.lock'
)
watch
(
%r{
^(config|lib)/.*
}
)
end
Reference in New Issue
View Git Blame
Copy Permalink