I have 4+ years of exp in using PHP ! (Zend, CI, CakePHP)
but I am looking up RoR will it be difficult to adopt to RoR or
is it somewhat similar to PHP ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To be frank, I’m not really answering whether rails is more difficult than PHP or not. But all I tried to do here is to gather the things that might help someone to get started with ROR. I love ROR and will really want to help someone who want to get started with it.
Ruby
A pure object oriented language. Everything you do here(calling function, assigning variable etc.) you are actually calling a function of a object. So need to grab that feeling first.
Rails
A pure MVC framework. As you have worked in Cake, you might find the
activerecordpart familiar. Working on Codeigniter will help you to understand the MVC layers.However, to get started I would suggest the following steps:
1. Glimpse on Ruby
Hash,Array,Symbol,Number.railsthat you are going to learn comes as agemin ruby 🙂2. Starting with Rails
The discussion and suggestion is not something to be finished very soon. So just get started and share all your questions, even silliest, in this place. Remember your rails friends always. Of course Stack Overflow is always beside you but in that case it would be better to come up with specific questions.