Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frm/riding_rails
Ruby on Rails workshop for Code Week @ DI - 2014 Code Week edition at University of Minho
https://github.com/frm/riding_rails
Last synced: about 1 month ago
JSON representation
Ruby on Rails workshop for Code Week @ DI - 2014 Code Week edition at University of Minho
- Host: GitHub
- URL: https://github.com/frm/riding_rails
- Owner: frm
- Created: 2014-10-12T17:43:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-12T23:38:28.000Z (about 10 years ago)
- Last Synced: 2024-10-13T01:03:49.878Z (2 months ago)
- Language: Ruby
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Riding Rails
Small 3h workshop of Ruby on Rails based on a Microblogging platform.
Inspiration from Michael Hartl's [Ruby on Rails Tutorial](https://www.railstutorial.org/)Workshop flow:
* Explain basic Ruby syntax
* Explain MVC
* New Rails project
* Scaffolding a very basic user
* Correcting the migration
* New migration with index on email and username
* Adding devise
* Adding some style
* Asset pipeline
* Microposts
* Relationships
* Following
* Basic feedSlides will be added when available