Ruby
文章平均质量分 78
Firehotest
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Self summary: Ruby(RVM, gem, bundle)
Establishment of the develop environment:https://ruby-china.org/wiki/install_ruby_guideEvolution of bundler: Now, the install of ruby will include the gem command for get the oth转载 2016-02-16 20:09:30 · 977 阅读 · 0 评论 -
Self Summary: Ruby on Rails and MVC architecture
How does Ruby on Rails represent MVC architecture?Well, MVC means Model, Views and Controller. If we use the rails generate (projectName) to generate a rails project, we can see the following ar原创 2016-03-10 21:28:44 · 885 阅读 · 0 评论 -
Self Summary: Ruby flat scope programming and meta-programming
Abstract: Ruby is a totally OOP language. All things in ruby are objects. We must remember this so that we can understand it well enough. Here is a useful picture indicates the basic class原创 2016-04-07 17:47:36 · 873 阅读 · 0 评论
分享