Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 294 Bytes

UTIL.md

File metadata and controls

11 lines (11 loc) · 294 Bytes

UTILIDADES

servidor:
rails server
reseta a db:
rake db:drop db:create db:migrate
converter códigos html em haml:
http://htmltohaml.com
ideias pra design:
https://codepen.io
como modificar a estrutura de uma tabela na db:
rails generate migration NOME