What is the difference between Ruby and Ruby on Rails?

后端 未结 6 1731
夕颜
夕颜 2020-11-30 01:32

I have been studying Ruby for the past few days and I have noticed there is Ruby on Rails.

What is the difference between the two? Do they work together? Is the syn

6条回答
  •  执念已碎
    2020-11-30 02:17

    Ruby is a programming language. Ruby on Rails ("RoR") is a web-application framework that is implemented in Ruby.

    So they not only "work together" but RoR depends on Ruby.

提交回复
热议问题