| Author |
Rails, Ruby and Ruby on Rails
|
Rogerio Kioshi
Ranch Hand
Joined: Apr 12, 2005
Posts: 575
|
|
Hello, I'm a little bit confused about Rails, Ruby and Ruby on Rails: Rails and Ruby are different languages? Can I use just Rails or just Ruby? Why do we have Ruby on Rails? Can't I only have Ruby running by itself, without Rails? Sorry, I think I'm very fresh about these languages...
|
SCEA 5 (part 1), SCBCD, SCWCD, SCJP, CLP, CLS
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11945
|
|
Originally posted by Rogerio Kioshi: I'm a little bit confused about Rails, Ruby and Ruby on Rails: Rails and Ruby are different languages? Can I use just Rails or just Ruby? Why do we have Ruby on Rails? Can't I only have Ruby running by itself, without Rails?
Ruby is the language. Rails is the framework and some supporting libraries, implemented in Ruby. You can use just the Ruby language but you can't run Rails without Ruby just like you can use just the Java language but you can't run Struts without a JVM.
|
Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: Rails, Ruby and Ruby on Rails
|
|
|