Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 feed

Slides will be added when available