1.Ruby运行环境搭建(Ruby.exe);
2.Ruby开发环境搭建(rubymine);windows rubyinstaller, linux rvm or rbenv
3.Ruby基本语法,Web知识初步(html表单,cookie,session);
4.数据库基础知识(mysql数据库,sql cookbook,redis);
5.rails开发框架基本原理及配置(MVC);
6.依赖配置 gem
7.开源代码学习(step by step)
(1)开源博客系统(代码:https://github.com/liubaicai/baicai_rails_blog 演示demo:http://www.liubaicai.net/)