Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is difference between Ruby and Ruby on Rails?

What is difference between Ruby and Ruby on Rails? OK, I know that Ruby on Rails is a Web app framework that is built on the scripting language Ruby.

But why are there options on godaddy.com to choose hosting for Ruby and hosting for Ruby on Rails?
Would it be the same to put hosting for C# and for asp.net?

You can check it here

like image 361
eomeroff Avatar asked Dec 21 '22 18:12

eomeroff


2 Answers

Well I would guess it's a marketing thing/trick as far as GoDaddy is concerned.

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).

Although, all of that, including Rails, can be named Ruby hosting.

like image 160
Krule Avatar answered Jan 05 '23 04:01

Krule


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.

like image 42
Joseph Weissman Avatar answered Jan 05 '23 04:01

Joseph Weissman