Welcome to Dream.In.Code
Getting Help is Easy!

Join 132,628 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,038 people online right now. Registration is fast and FREE... Join Now!




Anyone Using Ruby?

2 Pages V  1 2 >  
Reply to this topicStart new topic

Anyone Using Ruby?, Ruby On Rails

skyhawk133
post 27 Dec, 2005 - 10:53 AM
Post #1


Head DIC Head

Group Icon
Joined: 17 Mar, 2001
Posts: 14,846



Thanked 45 times

Dream Kudos: 1650

Expert In: Web Development

My Contributions


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.
User is offlineProfile CardPM

Go to the top of the page

dbfootballa3
post 27 Dec, 2005 - 11:21 AM
Post #2


D.I.C Head

Group Icon
Joined: 24 Nov, 2005
Posts: 238



Dream Kudos: 200
My Contributions


I think I would want to try it.

What does a server need to run it?
User is offlineProfile CardPM

Go to the top of the page

fyrestorm
post 27 Dec, 2005 - 11:22 AM
Post #3


D.I.C Lover

Group Icon
Joined: 4 Apr, 2002
Posts: 3,103



Thanked 2 times

Dream Kudos: 228
My Contributions


this is the first that i've heard of ruby
User is offlineProfile CardPM

Go to the top of the page

skyhawk133
post 27 Dec, 2005 - 11:24 AM
Post #4


Head DIC Head

Group Icon
Joined: 17 Mar, 2001
Posts: 14,846



Thanked 45 times

Dream Kudos: 1650

Expert In: Web Development

My Contributions


QUOTE(dbfootballa3 @ 27 Dec, 2005 - 02:18 PM)
I think I would want to try 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.
User is offlineProfile CardPM

Go to the top of the page

Amadeus
post 27 Dec, 2005 - 07:18 PM
Post #5


g++ -o drink whiskey.cpp

Group Icon
Joined: 12 Jul, 2002
Posts: 12,176



Thanked 33 times

Dream Kudos: 25
My Contributions


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! smile.gif
User is offlineProfile CardPM

Go to the top of the page

skyhawk133
post 6 Jan, 2006 - 09:00 AM
Post #6


Head DIC Head

Group Icon
Joined: 17 Mar, 2001
Posts: 14,846



Thanked 45 times

Dream Kudos: 1650

Expert In: Web Development

My Contributions


Welcome to the new Ruby Forum smile.gif
User is offlineProfile CardPM

Go to the top of the page

Fygar
post 6 Jan, 2006 - 09:05 AM
Post #7


I liek milk!!1

Group Icon
Joined: 28 Mar, 2002
Posts: 4,313



Dream Kudos: 50
My Contributions


Crazy shize. Can't say I've heard of it before this, either.
User is offlineProfile CardPM

Go to the top of the page

Amadeus
post 6 Jan, 2006 - 09:08 AM
Post #8


g++ -o drink whiskey.cpp

Group Icon
Joined: 12 Jul, 2002
Posts: 12,176



Thanked 33 times

Dream Kudos: 25
My Contributions


CODE

puts "Ruby developers, come on down...please enter your name"
name = gets.chomp
puts "Well " + name + ", hope you enjoy the show!"
User is offlineProfile CardPM

Go to the top of the page

skyhawk133
post 6 Jan, 2006 - 09:26 AM
Post #9


Head DIC Head

Group Icon
Joined: 17 Mar, 2001
Posts: 14,846



Thanked 45 times

Dream Kudos: 1650

Expert In: Web Development

My Contributions


smile.gif
User is offlineProfile CardPM

Go to the top of the page

bug
post 6 Jan, 2006 - 12:45 PM
Post #10


Got Bug?

Group Icon
Joined: 24 Apr, 2005
Posts: 1,009



Dream Kudos: 170
My Contributions


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*)
User is offlineProfile CardPM

Go to the top of the page

sushy
post 6 Jan, 2006 - 12:57 PM
Post #11


New D.I.C Head

*
Joined: 11 Oct, 2005
Posts: 20


My Contributions


I don't quite get what the function of Ruby is...
User is offlineProfile CardPM

Go to the top of the page

Amadeus
post 6 Jan, 2006 - 02:24 PM
Post #12


g++ -o drink whiskey.cpp

Group Icon
Joined: 12 Jul, 2002
Posts: 12,176



Thanked 33 times

Dream Kudos: 25
My Contributions


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
User is offlineProfile CardPM

Go to the top of the page

2 Pages V  1 2 >
Fast ReplyReply to this topicStart new topic
Time is now: 11/23/08 03:39AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month