TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-16-2009, 02:11 PM   #1 (permalink)
The Acquainted
 
JaoudeStudios's Avatar
 
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
JaoudeStudios is on a distinguished road
Default Has anyone considered moving from PHP to Ruby on Rails?

I have been doing PHP for many many years, however recently I read a book on Ruby on Rails and was very impressed, it makes PHP look like a toy language (hopefully that does not offend anyone?!?!?! - but its true).

Now I am considering advancing my Ruby on Rails skills more, resulting in my next project in a few months being built with RoR. This is a big change and would require a lot of time and hard work.

Has anyone else considered changing to RoR or any other language?

NB: RoR equivalent would be Zend Framework.
JaoudeStudios is offline  
Reply With Quote
Old 07-16-2009, 02:24 PM   #2 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

I'm interested to hear whether you'd literally move over to Ruby (exclusively Rails?) or just use it as another tool in your tool-belt alongside PHP. Personally, I think the former would be a silly thing to do.

Take the time to get to know Rails, and Ruby, as it's always good to see how things are done better, worse or just differently based on your own experience and learning. However, I wouldn't advise jumping ship entirely based on a book.
Salathe is offline  
Reply With Quote
Old 07-16-2009, 02:35 PM   #3 (permalink)
The Acquainted
 
JaoudeStudios's Avatar
 
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
JaoudeStudios is on a distinguished road
Default

I was not planning on jumping ship just yet, but a few years down the line when I am more advanced with Ruby & Rails I might.

In the last year or so I have really pushed PHP to the limits and have noticed its limitations. For example, multi-threading (forking) is barely achievable in PHP, running PHP scripts as daemons is possible on some *nix distros, but not for a production environment, the list goes on. Apparently Ruby & Rails can do these things and more out of the box (well with a few gem libraries). The more I am referring too is very impressive stuff, for example deploying to a cluster, easy and simple, it just works. It just seems so well designed, I am sure it has its bad points too - just like any language.

It just seems so advanced compared to PHP, I know Zend Framework (especially the latest release v1.8) does a lot, including CLI for generating projects & Model,View,Controller (MVC) files.
JaoudeStudios is offline  
Reply With Quote
Old 07-16-2009, 03:22 PM   #4 (permalink)
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

I thought about learning it. I just like learning new stuff and new (programming or non-programming) languages. But it is in the below the fold side of my things to learn. I am more appealed to learn python for now maybe down the road I would learn ruby (and/or RoR).
Maybe I will, but what is bothering me about it is that there is for more attention to RoR then actually Ruby? which is weird for me. But yeah I would try it some time in the future.
tony is offline  
Reply With Quote
Old 07-16-2009, 04:04 PM   #5 (permalink)
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

I took a look into it, but nothing really stood out to me as being any better than PHP. I really think it just comes down to personal taste because neither of the languages are bad.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
Old 07-16-2009, 06:39 PM   #6 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by ETbyrne View Post
I took a look into it, but nothing really stood out to me as being any better than PHP. I really think it just comes down to personal taste because neither of the languages are bad.
Says RoR Fanboys *rolls eyes* Oh and I'd do a new line right now but I can't cause this editor is broken, but anyway, I've been learning it myself aswell, when it comes down to it, I see it as more Enterprise than php.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 07-16-2009, 07:15 PM   #7 (permalink)
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

Quote:
Says RoR Fanboys *rolls eyes*
I'm not sure what that means, but I'm certainly not a RoR fanboy.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
Old 07-17-2009, 03:03 AM   #8 (permalink)
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

I, Use Ruby. Sometimes for different thing's but don't see me doing full time ruby, not just yet, anyways :)



-Cf
codefreek is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get PHP 5. to work? Newbie windows PHP guy DotNetTim Absolute Beginners 11 02-01-2013 11:02 AM
10 PHP Myths Dispelled Wildhoney General 9 06-15-2009 06:55 AM
PHP Compressor Kalle Script Giveaway 8 05-28-2008 12:14 AM
what are all the subjects in php? sarmenhb General 7 01-21-2008 05:41 PM
Uploading Files with PHP daz Absolute Beginners 3 09-30-2007 06:23 PM


All times are GMT. The time now is 06:22 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design