Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 05-17-2009, 08:07 AM   #1
J.P.
Confirmed User
 
Join Date: Jun 2004
Posts: 689
Anyone here a Ruby developer?

Is anyone here a Ruby developer? I'm interested in your opinions, some pros and cons, advantages/disadvantages, speed, whatever. I guess Ruby on Rails is the way to go for web development, right?
__________________
Webmasters! Looking for new affiliate programs to promote?
Affiliate Program Search <-- Search for programs with FHGs, RSS feed, specific niche sponsors, ...
J.P. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 08:36 AM   #2
Babaganoosh
♥♥♥ Likes Hugs ♥♥♥
 
Babaganoosh's Avatar
 
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
Unless you already know Ruby then I wouldn't bother learning it. I looked at Ruby on Rails and Python with Django last year. Python made more sense to me and I know a couple of the guys that created Django so I took the time to learn Python, then started using Django. I'd consider myself proficient with Django now but I still find myself doing almost everything in CakePHP.

Rails and Django are both buzzwords. Nothing more. I feel like I wasted 6 months immersing myself in Python. I'd suggest using PHP with CakePHP or Code Igniter. You'll get most of the benefits of another language/framework and you won't need to learn another language (assuming you already know PHP).
__________________
I like pie.
Babaganoosh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 10:08 AM   #3
jay23
Confirmed User
 
Join Date: Jun 2003
Posts: 1,444
Does PHP has any good object / relational mappers ? RonR biggest selling point is the data base OR part
jay23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 11:07 AM   #4
d-null
. . .
 
d-null's Avatar
 
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
__________________

__________________

Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
Check out the #1 WordPress SEO Plugin: CyberSEO Suite
d-null is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 11:16 AM   #5
Babaganoosh
♥♥♥ Likes Hugs ♥♥♥
 
Babaganoosh's Avatar
 
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
Quote:
Originally Posted by jay23 View Post
Does PHP has any good object / relational mappers ? RonR biggest selling point is the data base OR part
Doctrine, but I really haven't screwed with it much. It doesn't integrate with CakePHP (which I use a lot). It works well with codeigniter though.

http://codeigniter.com/wiki/Using_Do...h_Code_Igniter
__________________
I like pie.
Babaganoosh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 11:52 AM   #6
J.P.
Confirmed User
 
Join Date: Jun 2004
Posts: 689
Well, I'm developing for web with PHP for more than 10 years now. I'm just looking to learn a new language, for fun at first, later for serious work maybe

I've already gone through some documentation and Ruby syntax does not look complicated at all, I think it's pretty straightforward and I don't think I'd have much problems learning it. So this whole "learning a new language" is not a "con" for me.
__________________
Webmasters! Looking for new affiliate programs to promote?
Affiliate Program Search <-- Search for programs with FHGs, RSS feed, specific niche sponsors, ...
J.P. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 12:06 PM   #7
Babaganoosh
♥♥♥ Likes Hugs ♥♥♥
 
Babaganoosh's Avatar
 
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
Quote:
Originally Posted by J.P. View Post
Well, I'm developing for web with PHP for more than 10 years now. I'm just looking to learn a new language, for fun at first, later for serious work maybe

I've already gone through some documentation and Ruby syntax does not look complicated at all, I think it's pretty straightforward and I don't think I'd have much problems learning it. So this whole "learning a new language" is not a "con" for me.
That's the way I look at it. I love Python. Django is fun but when I am working I want to be quick. Check out Python. I started with Perl and C so Python made more sense to me. I hear a lot of PHP guys say Ruby makes more sense to them. Ruby was tough for me so I quit screwing with it.
__________________
I like pie.
Babaganoosh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 01:43 PM   #8
J.P.
Confirmed User
 
Join Date: Jun 2004
Posts: 689
Well, I already ordered some books on Ruby, let's see where this takes me

A lot of my friends that are programmers love Python too, one of them went from being exclusively PHP to being exclusively Python a few years back, but I don't know, at a first sight Ruby syntax makes more sense to me That whole indentation being a part of the syntax sounds really strange to me. Not that I normally don't indent my code, but still
__________________
Webmasters! Looking for new affiliate programs to promote?
Affiliate Program Search <-- Search for programs with FHGs, RSS feed, specific niche sponsors, ...
J.P. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 01:54 PM   #9
Young
Bland for life
 
Industry Role:
Join Date: Nov 2004
Posts: 10,468
I love Ruby...particularly the Rails framework. When deciding to learn a new language it was between Ruby and Python. The whole spacing thing in Python was the deal breaker.
__________________
★★★
Young is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 05:59 PM   #10
AdultSoftwareSolutions
Confirmed User
 
AdultSoftwareSolutions's Avatar
 
Join Date: Mar 2009
Posts: 193
I spent a few months learning Ruby on Rails. It's a really nice environment to work in. It's so much easier and faster to write code in. The hard part is when you want to deploy it. The code is not as portable to other servers without being a sysadmin. Learning curve is a bit steep on it. There's a lot of magic going on behind the scenes that you really have to know your stuff or it doesn't make any sense. I didn't really like the whole ActiveRecord model. It felt like it added a layer of complexity over the SQL when you wanted to do anything complex. Simple stuff it works great for, but anything more complex and it is a pain.

The best language I have used is Clojure. It is Lisp on the Java Virtual Machine so it has all the power of Lisp and all the API of Java. Ultimately though, I need to write code that I can easily deploy on servers for people and I can't be asking them to set up these complex environments. Plus, when I hire people in the future to work on code it is much easier to find PHP coders than anything else.

I made the decision to stick with PHP, even though it is one of the worst languages I have ever come across. It's a pain to develop in but the documentation is excellent and I have been using it for so long I know the API fairly well.

Before you guys flame me for bashing your beloved PHP, know that I have been programming for over 20 years, written code in over a dozen (probably closer to 2 dozen), and created several of my own languages complete with compilers and virtual machines for them.
__________________
Adult Software Solutions (ICQ 559884738)
PHP, MySQL, Flash, Actionscript, Java, Wowza, CMS, Tube, VOD, CRM, Dating, Social Networks, Paysites, TGPs, Directories and more.
If you can think it I can build it.

Last edited by AdultSoftwareSolutions; 05-17-2009 at 06:02 PM..
AdultSoftwareSolutions is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-17-2009, 06:57 PM   #11
jay23
Confirmed User
 
Join Date: Jun 2003
Posts: 1,444
If you like Lisp look at F#, i have been playing with it for few months.
jay23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-18-2009, 12:03 AM   #12
NaughtyRob
Two fresh affiliate progs
 
NaughtyRob's Avatar
 
Industry Role:
Join Date: Nov 2004
Location: Inside teen pussy
Posts: 29,602
"Ruby on Rails" lol

NaughtyRob is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.