ruby 学习网站
Ruby on Rails官网: http://rubyonrails.org/
Rails Guides:http://guides.rubyonrails.org/
-中文版: http://guides.ruby-china.org/
RubyGems: https://docs.rubygems.org/
Interactive courses(free):
Learn Ruby the Hard Way: http://learnrubythehardway.org/book/
-中文版: http://lrthw.github.io/
Learn Rails the Zombie Way: http://railsforzombies.org/
The Odin Project: http://www.theodinproject.com/home
Ruby Monk: https://rubymonk.com/
Codecademy: http://www.codecademy.com/tracks/ruby
Paid courses:
One Month Rails: https://onemonth.com/courses/one-month-rails/
RailsApps: http://railsapps.github.io/
Udemy: https://www.udemy.com/
E-books:
Ruby on Rails实战圣经(繁体字版):https://ihower.tw/rails4/
Ruby on RailsTutorial: https://www.railstutorial.org/book
Rails实践: http://rails-practice.com/
Railscasts:
Medium articles:
How I TRAINed toLearn Rails: https://medium.com/how-i-learned-ruby-rails/how-i-trained-to-learn-rails-e08c94e2a51e
How I finally learned to build stuff with Rails: https://medium.com/ruby-on-rails/how-i-finally-learned-rails-95e9b832675b -视频教程:https://mackenziechild.me/12-in-12/
其他资源:
Rails简明实用入门指南:http://blog.csdn.net/freeagle/article/details/46658607
Rails BeginnerCheat Sheet: http://www.pragtob.info/rails-beginner-cheatsheet/index.html
Ruby Toolbox: https://www.ruby-toolbox.com/
Shoppe-The opensource e-commerce platform for Ruby on Rails: http://tryshoppe.com/
Rails Girls: http://guides.railsgirls.com/ 初学者
JumpstartLab: http://tutorials.jumpstartlab.com/
Selfstore上有几本不错的关于ror的电子书(无利益相关):https://selfstore.io/
edX: https://www.edx.org/course/engineering-software-service-uc-berkeleyx-cs169-1x
I Want to Learn Ruby: http://iwanttolearnruby.com/
OpenSourceRails: http://www.opensourcerails.com/
ruby 学习网站的更多相关文章
- ruby学习网站
Ruby官方中文网(推荐): https://www.ruby-lang.org/zh_cn/ 国内非常不错的Ruby学习教程网站(推荐): http://www.yiibai.com/ruby Ru ...
- 我是怎么开发一个小型java在线学习网站的
2016/1/27 11:55:14 我是怎么开发一个小型java在线学习网站的 一直想做一个自己的网站(非博客),但是又不知道做什么内容的好,又一次看到了w3schools,就萌发了开发一个在线ja ...
- 学习web前端的免费12个学习网站,等你来撩
我相信很多人刚喜欢web前端或者刚刚接触web前端的时候,都不愿意去花钱去培训或者买资料去学习,因为不知道自己会不会学好,或者只是一时脑热,所以就选择免费的去学习基础.编程学习 很多人包括一些企业家, ...
- JSP学习网站
JSP学习网站 http://www.yiibai.com/jstl/ http://www.w3cschool.cc/jsp/jsp-jstl.html
- echarts学习网站
echarts : http://echarts.baidu.com/echarts2/doc/example.html 相关脚本学习网站:http://www.jb51.net/html/list/ ...
- IT在线学习网站总结
以下是我自己做软件过程中发现的一些不错的IT学习网站,个人感觉比较受用,故总结出来以供IT爱好者一起学习: www.maiziedu.com 麦子学院 www.jikexueyuan.com 极客学 ...
- IT学习网站集结
IT的学习网站: 慕课网 http://www.imooc.com 51CTO http://www.51cto.com/ CSDN http://www.csdn.net/ 极客 ...
- ruby 学习笔记 1
写ruby blog 系统的记录下.也是对我学ruby的点滴记录. 先介绍下我的学习环境.系统:ubuntu12.04文档:techotopia ,ruby文档,the hard way learn ...
- Ngnice-国内ng学习网站
今天给angular新手介绍一个国内开源的ng学习网站http://www.ngnice.com/这是由一批ng爱好者在雪狼大叔的带领下共同开发完成,致力于帮助更多的ng新人,他们分别是: ckken ...
随机推荐
- BZOJ 3270 博物馆 ——概率DP 高斯消元
用$F(i,j)$表示A在i,B在j的概率. 然后很容易列出转移方程. 然后可以高斯消元了! 被一个问题困扰了很久,为什么起始点的概率要加上1. (因为其他博客上都是直接写成-1,雾) 考虑初始状态是 ...
- LinkedList的构造函数有哪些
LinkedList构造函数有(两种): public LinkedList() public LinkedList(Collection<? extends E> c) /** * Co ...
- 记一次Jenkins 打包异常 ERROR: Exception when publishing, exception message [Failure]
今天早上打包一直都没有问题,突然有一次打包突然出现异常现象,如下: ERROR: Exception when publishing, exception message [Failure] Buil ...
- python模块(二)
一.json模块 作用: 用于[字符串]和 [python基本数据类型] 间进行转换 Python的Json模块序列化与反序列化的过程分别是 encoding和 decoding. encoding ...
- CentOS yum update 与 yum upgrade 区别
yum -y update 升级所有包同时也升级软件和系统内核 yum -y upgrade 只升级所有包,不升级软件和系统内核 官方文档:https://access.redhat.com/docu ...
- MongoDB学习day10--Mongoose的populate实现关联查询
一.Mongoose populate官方文档 https://mongoosejs.com/docs/populate.html 二.Mongoose populate关联查询 1.定义ref va ...
- Flink的安装配置
一. Flink的下载 安装包下载地址:http://flink.apache.org/downloads.html ,选择对应Hadoop的Flink版本下载 [admin@node21 soft ...
- Adding an Exception Breakpoint - Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 25 bey
用如下的方法可以非常方便停留到具体crash的某行代码 Adding an Exception Breakpoint Add an exception breakpoint to your proje ...
- K8S label 操作
在部署完成 node 节点集群之后,为了更灵活的操控 node 节点,有时候需要对 node 节点进行对各个 node 节点进行 lable 标签标记. 查看各个节点的信息 [root@porxy02 ...
- android 4.4以上能够实现的沉浸式状态栏效果
仅仅有android4.4以及以上的版本号才支持状态栏沉浸效果 先把程序执行在4.4下面的手机上,看下效果: 在4.4以上的效果: watermark/2/text/aHR0cDovL2Jsb2cuY ...