https://github.com/fblupi/blogfacilito
Ruby on Rails tutorial
https://github.com/fblupi/blogfacilito
blog rails tutorial
Last synced: 8 months ago
JSON representation
Ruby on Rails tutorial
- Host: GitHub
- URL: https://github.com/fblupi/blogfacilito
- Owner: fblupi
- License: gpl-3.0
- Created: 2017-06-21T08:59:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T11:33:25.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T17:44:16.412Z (about 1 year ago)
- Topics: blog, rails, tutorial
- Language: Ruby
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blogfacilito
Ruby on Rails tutorial: https://codigofacilito.com/cursos/rails
```
bundle install
rake db:migrate
rails s
```