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

https://github.com/micrum/course

Ruby on Rails course
https://github.com/micrum/course

Last synced: 9 months ago
JSON representation

Ruby on Rails course

Awesome Lists containing this project

README

          

# Building web applications with Ruby on Rails

## About this course

This course is for programmers looking to build web-based applications
(includes programmers who are new to web development).
It is vital to note that course is not a complete introduction to Ruby language.
The goal is to provide students skills for individual building web applications.
The peculiarity of this course is that the Ruby language and Ruby on Rails
framework studied synchronously.

Check out [repo](https://github.com/micrum/course-app) and
[live version](https://course-app.herokuapp.com/) of demo application built on course.

## Course syllabus

* [Introduction, Ruby on Rails overview, tools](0_lecture.md)
* [First Rails application. Git, Bundler, RubyGems](1_lecture.md)
* [Rails app architecture. MVC. Deployment to Heroku](2_lecture.md)
* [Static pages. HTML & CSS in Rails. Bootstrap](3_lecture.md)
* [Action Controller overview. REST. HTTP](4_lecture.md)
* [Rails models. Active Record basics. Databases and Rails app. Migrations](5_lecture.md)
* [Intro to object-oriented programming. Ruby language basics](6_lecture.md)
* [Authentication. Sessions](7_lecture.md)
* [Authorization. CRUD. Acton Controller Filters](8_lecture.md)
* [Active Record associations](9_lecture.md)
* [JavaScript in Ruby on Rails. AJAX. Active Record callbacks](10_lecture.md)
* Active Support. Rails configuring. Useful gems overview

## Useful links

[List of recommended resources](useful_links.md)

[Course community on vk.com](https://vk.com/rubyway)

## Contributing

Found an mistake? Pull-requests are highly appreciated.

## Course speakers

* [Michael Rumiancaŭ](https://github.com/micrum) - Main Ruby on Rails scope
* Uladzimir Okala-Kulak - [UNIX basics](presentations/unix_basics.pdf)
* [Yury Pliashkou](https://github.com/Pliashkou) - [ODESK owerview](presentations/odesk/)
* [Valentine Zavadsky](https://github.com/Saicheg) - Rails testing