Ruby(onRails)?

iam

iam

Permabanned
Joined
18 Oct 2002
Posts
3,472
Location
Wirral, Cheshire
Anybody here versed in this fine language? If so, and you have a bit of free time to spare, please drop me an e-mail at h4xtbh at gmail.com.

For anybody who's not familiar, head over to www.ruby-lang.org and get started. It took me 10 mins to pick up all the familiar concepts, and a further 30 mins to have a fully functioning web app that interfaced with mySQL. It's bootiful. :D
 
I've done a tiny bit, and I'm glad to see that you can make the distinction between ruby and rails.

Ruby is lovely straightforward, loosely typed interpreted language.

Rails is a nice clean Model View Controller architecture to get web-apps working using convention over configuration.

I've not really got much time/I probably can't help that much, but if you've got any specific questions, post them here.



You may also be interested in 37 signals's latest offering:
http://www2.sqlonrails.org/ ;)
 
I program a bit in Ruby - seriously nice language. Not really looked at the rails framework yet but if you have any ruby questions post em up here.

JonC said:
Ruby is lovely straightforward, loosely typed interpreted language.

Just to be pedantic its actually duck typed not loosely :p
 
Last edited:
Back
Top Bottom