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
- Host: GitHub
- URL: https://github.com/micrum/course
- Owner: micrum
- Created: 2015-02-07T14:50:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T11:59:54.000Z (over 10 years ago)
- Last Synced: 2025-01-28T08:53:54.604Z (over 1 year ago)
- Homepage: http://course.by/rails
- Size: 3.62 MB
- Stars: 15
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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