Anyone Using Ruby?Ruby On Rails
18 Replies - 7484 Views - Last Post: 01 December 2006 - 09:36 AM
#1
Anyone Using Ruby?
Posted 27 December 2005 - 11:53 AM
For those that don't know, Ruby is a pretty streamlined language which has been around about as long as PHP but hasn't seen near the popularity in recent years. However, since the framework Rails (Ruby on Rails) was developed, it has been catching on in the web community.
http://www.rubyonrails.org/
If you've never tried Ruby, you can do it from the comfort of your browser here:
http://tryruby.hobix.com/
Type help to go through a short tutorial and learn the basics of Ruby.
Replies To: Anyone Using Ruby?
#2
Re: Anyone Using Ruby?
Posted 27 December 2005 - 12:21 PM
What does a server need to run it?
#3
Re: Anyone Using Ruby?
Posted 27 December 2005 - 12:22 PM
#4
Re: Anyone Using Ruby?
Posted 27 December 2005 - 12:24 PM
dbfootballa3, on 27 Dec, 2005 - 02:18 PM, said:
What does a server need to run it?
A linux server with apache will run it. There are also several web hosts that offer it now. You should be able to install it locally without any problems just to test it out. It looks like a fun language. And from what I've heard from those using it, it's really easy to code and fast to develop apps in.
#5
Re: Anyone Using Ruby?
Posted 27 December 2005 - 08:18 PM
It has some excellent features, such as the fact that everything is an object of one sort or another, making all functions methods (of course, that can work against you if you do not have a good grounding in OOP). Plus, the syntax is easy to pick up for anyone with knowledge of Perl.
There are a few things about Ruby that have left me less than enthralled in some situations...it is extremely strict in its boolean interpretations of non boolean data types, and it supports only single inheritance (although there is a way around it).
Ruby is designed to act according to the assumptions and expectations of the programmer, which is a great idea, in theory. I find, however, that if someone were to learn Ruby as their first programming language, the way it interprets a programmers intentions may leave gaps in understanding the lowest level of programming...being able to force a program to do as you wish through careful design.
Overall, I have always felt it to be a good language...two thumbs up!
#6
Re: Anyone Using Ruby?
Posted 06 January 2006 - 10:00 AM
#7
Re: Anyone Using Ruby?
Posted 06 January 2006 - 10:05 AM
#8
Re: Anyone Using Ruby?
Posted 06 January 2006 - 10:08 AM
puts "Ruby developers, come on down...please enter your name" name = gets.chomp puts "Well " + name + ", hope you enjoy the show!"
#10
Re: Anyone Using Ruby?
Posted 06 January 2006 - 01:45 PM
#11
Re: Anyone Using Ruby?
Posted 06 January 2006 - 01:57 PM
#12
Re: Anyone Using Ruby?
Posted 06 January 2006 - 03:24 PM
You can read more here:
Ruby Home
Guide to Ruby
#13
Re: Anyone Using Ruby?
Posted 06 January 2006 - 10:55 PM
I think I am going to have to look into this language.
#14
Re: Anyone Using Ruby?
Posted 06 January 2006 - 11:03 PM
Thoughts?
#15
Re: Anyone Using Ruby?
Posted 06 January 2006 - 11:16 PM
A very long time ago, I got RPGMakerXP so I could play around with it, and it had this option of editing the entire predefined game engine.
The whole game engine was written in Ruby and I even tried learning it, however, the manual I have in which to learn Ruby from is almost entirely in Japanese!!!
So, I never knew it was used for Linux and Apache servers!
Very strange...
|
|

New Topic/Question
Reply




MultiQuote










|