About 589,000 results
Open links in new tab
  1. How do I create a ruby Hello world? - Stack Overflow

    Apr 1, 2009 · I know the question was talking about Ruby, but I think you meant rails (which is what it was tagged as). Rails is a web framework that uses the ruby programming language.

  2. rubygems - What is a Ruby gem? - Stack Overflow

    Aug 30, 2016 · According to RubyGems Wiki - RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries …

  3. Is Ruby a functional language? - Stack Overflow

    Oct 1, 2008 · 62 Whether a language is or is not a functional language is unimportant. Functional Programming is a thesis, best explained by Philip Wadler (The Essence of Functional Programming) …

  4. Is Ruby a scripting language or an interpreted language?

    Sep 2, 2011 · So is Ruby interpreted or compiled? Neither term is meaningful unless you define it ;) But back to the question: "Scripting language" isn't a property of the language either, it depends on how …

  5. what is ruby on rails? - Stack Overflow

    Dec 25, 2009 · The Language Ruby is a recent programming language that shares most of its heritage with Perl and Smalltalk. You can see what Ruby looks like (and try it yourself) at tryruby.org. Just like …

  6. Ruby code not showing up after I run it on VSCode?

    Dec 4, 2024 · I've been trying to learn Ruby programming language from the tutorial of freecodecamp but found out that Atom is basically dead. So I decided to use VSCode, everything goes well until I …

  7. syntax - What is Ruby's double-colon `::`? - Stack Overflow

    As Matz delineates in his book, 'The Ruby Programming Language', constant lookup has multiple steps. First, it searches a constant in the lexical scope where the constant is referenced. If it does not find …

  8. What is the difference between Ruby and Ruby on Rails?

    Aug 6, 2009 · 14 Ruby is an interpreted scripting language for quick and easy object-oriented programming. Ruby is a programming Language Ruby on Rails is web-development framework. You …

  9. Why do people say that Ruby is slow? - Stack Overflow

    Or is this slowness just something that affects all programming languages? What are your options as a Ruby programmer if you want to deal with this "slowness"? Which version of Ruby would best suit an …

  10. What does it mean for a programming language to be "on rails"?

    Oct 8, 2008 · To address your confusion with the metaphor (though it has been answered in other words under your question): Groovy is to Grails as Ruby is to Ruby on Rails, but what does that mean? …