Personal Wiki of Mathias Michel
This is a wiki page where I share useful links and resources which I found during surfing though the World Wide Web.
View on GitHub
Rails
How to start
Ruby on rails sceencast
Ruby on Rails Guides
Important commands
rails s
- start rails app
rails c
- start rails console
rails db:migration
- Run migrations