简体   繁体   English

Ruby和Ruby on Rails有什么区别?

[英]What is difference between Ruby and Ruby on Rails?

What is difference between Ruby and Ruby on Rails? Ruby和Ruby on Rails有什么区别? OK, I know that Ruby on Rails is a Web app framework that is built on the scripting language Ruby. 好的,我知道Ruby on Rails是一个基于脚本语言Ruby构建的Web应用程序框架。

But why are there options on godaddy.com to choose hosting for Ruby and hosting for Ruby on Rails? 但为什么godaddy.com上有选择托管Ruby和托管Ruby on Rails?
Would it be the same to put hosting for C# and for asp.net? 为C#和asp.net提供托管服务会是一样的吗?

You can check it here 你可以在这里查看

Well I would guess it's a marketing thing/trick as far as GoDaddy is concerned. 嗯,就GoDaddy而言,我认为这是一个营销的事情/伎俩。

There are other frameworks written in Ruby besides Rails, Sinatra for example, and you can very well write your web applications without framework (your own server, does exactly what you need it to do). 除了Rails, Sinatra之外,还有其他用Ruby编写的框架,你可以很好地编写没有框架的Web应用程序(你自己的服务器,完全按照你的需要做)。

Although, all of that, including Rails, can be named Ruby hosting . 尽管如此,包括Rails在内的所有内容都可以命名为Ruby hosting

Krule's on the money. 克鲁尔的钱。 The difference is between a language and a framework. 区别在于语言和框架。 Ruby, the programming language, can be used to support any number of web and application frameworks. Ruby是一种编程语言,可用于支持任意数量的Web和应用程序框架。

By their wording, it's safe to say that it's more of a marketing reason using the ruby on rails buzz word. 通过他们的措辞,可以肯定地说,使用ruby on rails buzz word更多的是营销理由。

Other than that it could mean default support for all the necessary tools for common ruby on rails development scenarios. 除此之外,它可能意味着对rails开发场景中常见ruby的所有必要工具的默认支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM