Whats the difference between "Ruby" and "Ruby on Rails" I''ve looked, but cannot find anything. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jeff Pritchard
2007-Dec-08 01:36 UTC
Re: Whats the difference between "Ruby" and "Ruby on Rails"
desbest wrote:> Whats the difference between "Ruby" and "Ruby on Rails" > > I''ve looked, but cannot find anything.Ruby is a scripting language, as are Python and Perl. Ruby on Rails is a Web app framework that is built on the scripting language Ruby. Ruby on Rails makes it easy to use the language Ruby to write stuff that makes a dynamic database driven website work (like a wiki, or a social networking site). jp -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
gemblon (t.b.)
2007-Dec-08 02:09 UTC
Re: Whats the difference between "Ruby" and "Ruby on Rails"
Jeff Pritchard wrote:> desbest wrote: >> Whats the difference between "Ruby" and "Ruby on Rails" >> >> I''ve looked, but cannot find anything. > > Ruby is a scripting language, as are Python and Perl. > > Ruby on Rails is a Web app framework that is built on the scripting > language Ruby. > > Ruby on Rails makes it easy to use the language Ruby to write stuff that > makes a dynamic database driven website work (like a wiki, or a social > networking site). > > jpruby is a stripper. rails is the pole. when they get together, developers get real happy. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ryan Bigg
2007-Dec-09 11:15 UTC
Re: Whats the difference between "Ruby" and "Ruby on Rails"
gemblon (t.b.) wrote:> Jeff Pritchard wrote: > >> desbest wrote: >> >>> Whats the difference between "Ruby" and "Ruby on Rails" >>> >>> I''ve looked, but cannot find anything. >>> >> Ruby is a scripting language, as are Python and Perl. >> >> Ruby on Rails is a Web app framework that is built on the scripting >> language Ruby. >> >> Ruby on Rails makes it easy to use the language Ruby to write stuff that >> makes a dynamic database driven website work (like a wiki, or a social >> networking site). >> >> jp >> > > ruby is a stripper. > rails is the pole. > > when they get together, developers get real happy. >Best. Analogy. Ever! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Donald R.
2010-Nov-21 19:02 UTC
Re: Whats the difference between "Ruby" and "Ruby on Rails"
Alright I understand that your using ruby for the base of a web development application but is the same thing or are there differences in the language to allow the user to do web development in an easier manner that is geared specifically towards web development. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
radhames brito
2010-Nov-21 19:10 UTC
Re: Re: Whats the difference between "Ruby" and "Ruby on Rails"
On Sun, Nov 21, 2010 at 3:02 PM, Donald R. <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Alright I understand that your using ruby for the base of a web > development application but is the same thing or are there differences > in the language to allow the user to do web development in an easier > manner that is geared specifically towards web development. > > Ruby is a programming language while rails is a framework done with ruby, aframework is a set of libraries and tools. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Walter Lee Davis
2010-Nov-21 19:15 UTC
Re: Re: Whats the difference between "Ruby" and "Ruby on Rails"
On Nov 21, 2010, at 2:02 PM, Donald R. wrote:> Alright I understand that your using ruby for the base of a web > development application but is the same thing or are there differences > in the language to allow the user to do web development in an easier > manner that is geared specifically towards web development.Ruby is a flexible language, in that you can open foundation classes and add new abilities to existing things, like maybe a String gets a new method, for example. Rails uses this concept in places to give native Ruby constructs new web-centric powers. As far as I understand, Rails couldn''t exist as it does without the metaprogramming madness possible using the Ruby language, so it''s pretty much a chicken-or-egg problem. DHH (the original author of Rails) is often quoted as saying that he couldn''t have written Rails without Ruby. He started out to write it in PHP, and abandoned that when it quickly became too hard to get where he wanted to go. PHP 5.3, which wasn''t around when he did this little experiment, begins to introduce some better reflection and metaprogramming hooks (the equivalent of method_missing might be the new __call() function in PHP5) but even those are seriously limited by the fact that your classes are frozen at the time they are subclassed from their parents, and cannot be opened again without installing some very cutting-edge extensions to the language. These extensions in turn need to be compiled into the PHP on your server, so you basically eliminate 99% of all hosting providers when you say that. There''s more, and I''m hardly the expert to explain it all to you, but if DHH says it, then it must be true! Walter -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.