What is Ruby? "Ruby is designed to make programmers happy", Ruby 101.
What is Rails? MVC, Convention Over Configuration, REST, DRY.
Why Ruby on Rails? Pros and cons.
RVM and ruby installation.
Version control systems overview, Git 101.
HW0: Small fun homework. Try ruby, try git, rubymonk.
Ruby: OOP, metaprogramming, blocks, iterators, mix-ins, duck typing. Code style.
Git/github: merge/pull request, forks.
HW1: Small refactoring homework from my repo on github.
Rails: MVC. Active Record, CRUD, migrations, Action Dispatch, REST, routes, Action Controller, controllers, Action Pack, views.
HW2: create first Rails project - railstutorial.org.
Tests: why should we care? TDD/BDD: Red-Green-Refactor cycle, coverage, testing concepts. Options: minitest, rspec, capybara, cucumber and others.
HW3: small testing homework.
Rails again: models - associations, validations, callbacks - under the hood; routes and controllers under the microscope; views and helpers under the telescope; asset pipeline.
HW4: find idea for own project.
Bundler, gems. Best practices, scopes, nested resources, forms, partials, helpers.
HW5: start own project.
Asset pipeline, scss, coffeescript, AJAX, mailers, respond_to.
HW6: proceed with own project.
Initializers, middleware, yaml configuration, caching. Authentication & Authorization.
HW7: proceed with own project.
Databases: many options. Protocols: HTTP, REST, SOAP.
HW8: own project - final push.
Course overview.
Projects overview.
Tea.