Just wanted to get a feel for what people are using these days. Are any of you using Ruby or thinking about learning Ruby.
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.
Anyone Using Ruby?Ruby On Rails
18 Replies - 7452 Views - Last Post: 01 December 2006 - 09:36 AM
Replies To: Anyone Using Ruby?
#2
Re: Anyone Using Ruby?
Posted 27 December 2005 - 12:21 PM
I think I would want to try it.
What does a server need to run it?
What does a server need to run it?
#3
Re: Anyone Using Ruby?
Posted 27 December 2005 - 12:22 PM
this is the first that i've heard of ruby
#4
Re: Anyone Using Ruby?
Posted 27 December 2005 - 12:24 PM
dbfootballa3, on 27 Dec, 2005 - 02:18 PM, said:
I think I would want to try it.
What does a server need to run it?
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
I've used Ruby on more than a few occasions...made sure to get into it when it looked like it might be the next big thing. Unfortunately, that next big thing never really happened, although it is finally beginning to gain some ground.
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!
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
Welcome to the new Ruby Forum
#7
Re: Anyone Using Ruby?
Posted 06 January 2006 - 10:05 AM
Crazy shize. Can't say I've heard of it before this, either.
#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
I'd heard about it awhile back, kinda glanced over it but never really got into it. I guess it wouldn't hurt to go back and give it as second look (specially if Amadeus says it's ok *chuckle*)
#11
Re: Anyone Using Ruby?
Posted 06 January 2006 - 01:57 PM
I don't quite get what the function of Ruby is...
#12
Re: Anyone Using Ruby?
Posted 06 January 2006 - 03:24 PM
Ruby is a prgramming language developed to perform to the expectations of programmers...to beidge the gap between RAD and hardcore code, and to bring a new OOP language into the mix. It has some great points, and some debatable points (as does everything).
You can read more here:
Ruby Home
Guide to Ruby
You can read more here:
Ruby Home
Guide to Ruby
#13
Re: Anyone Using Ruby?
Posted 06 January 2006 - 10:55 PM
Well I was talking to our webmaster and he said that ruby was a great way to use the function of Jakarta Struts with out actually having to understand them.
I think I am going to have to look into this language.
I think I am going to have to look into this language.
#14
Re: Anyone Using Ruby?
Posted 06 January 2006 - 11:03 PM
I am currently working to learn Ruby and deploy a new website idea I have. Since I develop on Linux, but have reason to use M$ machines too, I was wondering if anyone has experience with what it takes to make 100% compatible Ruby on Rails apps. I have noticed a few quirks when moving apps between development platforms.
Thoughts?
Thoughts?
#15
Re: Anyone Using Ruby?
Posted 06 January 2006 - 11:16 PM
Now that's bizarre!
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...
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










|