3 Replies - 816 Views - Last Post: 03 September 2011 - 11:53 AM Rate Topic: -----

Topic Sponsor:

#1 hulla  Icon User is offline

  • sqrt(-1) am awesome


Reputation: 48
  • View blog
  • Posts: 721
  • Joined: 05-March 11

What is and why use Ruby and Ruby on Rails?

Posted 02 September 2011 - 12:29 AM

What is Ruby?
What is Ruby on Rails?
Why use Ruby/Ruby on Rails over other languages?
Is This A Good Question/Topic? 0
  • +

Replies To: What is and why use Ruby and Ruby on Rails?

#2 sepp2k  Icon User is online

  • D.I.C Lover
  • member icon

Reputation: 618
  • View blog
  • Posts: 1,033
  • Joined: 21-June 11

Re: What is and why use Ruby and Ruby on Rails?

Posted 02 September 2011 - 05:11 AM

Ruby is a dynamically typed, dynamic, general purpose, multi-paradigm programming language. Its notable features include full object orientation (i.e. every value is an object, which has a class - there are no primitive types), support for higher order methods and anonymous functions, and advanced meta-programming capabilities. It also has lots of rich and expressive string processing methods built-in (including good regular expression support) and a lot of methods for handling arrays as well.

Ruby on Rails is a web development framework written in and for ruby. It allows you to quickly develop web applications and offers a lot of built-in functionality for common tasks, allowing you to achieve those tasks quickly and without having to write loads of code.

You might consider using ruby, if you like the features listed above and appreciate a language which aims to be easy to use and concise.

You might consider using ruby on rails if you want to write a web application in ruby.
Was This Post Helpful? 3
  • +
  • -

#3 hulla  Icon User is offline

  • sqrt(-1) am awesome


Reputation: 48
  • View blog
  • Posts: 721
  • Joined: 05-March 11

Re: What is and why use Ruby and Ruby on Rails?

Posted 02 September 2011 - 07:06 AM

Thanks.
Was This Post Helpful? 0
  • +
  • -

#4 heyoman1  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 60
  • View blog
  • Posts: 730
  • Joined: 30-November 09

Re: What is and why use Ruby and Ruby on Rails?

Posted 03 September 2011 - 11:53 AM

Oh Wikipedia.

Basically, it's aimed to be human readable, extensive, and easy to use. it comes with its own standard library and such. Rails is just the web framework that uses Ruby for everything.

Really, it's just a personal preference if you use them. I just prefer Ruby over Python, and Rails to Django.

This post has been edited by heyoman1: 03 September 2011 - 11:54 AM

Was This Post Helpful? 1
  • +
  • -

Page 1 of 1