instalar guarda e escudo de proteção
adicione a seguinte seção a
Guardfile
:guard 'shell' do
watch(/^config/routes.rb$/) { `bundle exec rake routes > routes.txt` }
endadicionar
routes.txt
em.gitignore
inicie o guarda, mude o
routes.rb
arquivocorrer em
cat routes.txt | grep something
vez derake routes