Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP developer learning Ruby and Ruby on Rails [closed]

I have been interested in learning Rails for some time now and feel now is as good as time as ever to dip in and actually get my hands dirty. I've spent the past week reading every free ebook on Ruby and Ruby on Rails I can find. I just finished reading Ruby Essentials. I have also been playing with http://tryruby.hobix.com/

I have installed Ruby, Rails, MySQL, PHP, phpMyAdmin on a Windows XP machine, I also have access to a Ubuntu machine.

I come from several years of PHP experience and around a year using CodeIgniter.

What I would really like now is a fairly basic Rails app that is a little more in depth than Hello World but not quite up to par with say a forum or blog.

I find its much easier to learn how something works when I can play with already made code and do some trial and error changes.

What I am really looking for is that 'Ohhh, I totally understand now!' moment I had when I first started learning PHP.

Does anyone have an app or know of one that could possibly provide that moment?

like image 512
Jayrox Avatar asked Mar 31 '09 22:03

Jayrox


People also ask

Is Ruby on Rails still relevant 2022?

Ruby on Rails is still relevant in 2022 and will stay relevant for a few years to come. It is a simple and powerful platform to build rapid prototypes, MVP, and any kind of web application/service. It reduces the development time and helps you hit the market in a really short time.

Should I learn PHP or Ruby on Rails?

The Business Case for Ruby on Rails versus PHP While it's clear that Ruby is a more difficult programming language to master, in many ways, it is a more robust language that is better suited for creating business applications. PHP was created specifically for the web, but Ruby on Rails offers much more.

Is Ruby on Rails still worth learning?

Yes, there are plenty of good reasons to learn Ruby on Rails, making it worthwhile. Since its popularity in the last two decades, it is still a robust platform being used to build some of the biggest websites and apps. Furthermore, Rails has a lot to offer with the newer version that was launched in 2022.

Is Ruby on Rails still relevant 2020?

RoR developers are sure - Rails are still relevant in 2020.


1 Answers

Check out the screen casts on Rails at BuildingWebApps . I've watched several and they have been exactly what I was looking for when learning rails. They start simple and keep adding more and more functionality. The commentators move at a good pace and subscribing to the lessons is free.

like image 120
Pete Avatar answered Nov 05 '22 09:11

Pete