Want to learn Ruby on Rails - good online tutorials?

I want to teach myself Ruby on Rails . I am new to web development. I hate to read manuals and learn better than read. I understand the basics of Ruby on Rails conventions and the idea behind it. But for me, the best way to learn how to use stuff is with a step-by-step guide that walks me through things like setup, apps, etc.

What's especially good about this area? Also, what is the best installation package for someone completely new to Ruby on Rails (like I'm still learning SQL and web server management, though).

+2


source to share


4 answers


http://guides.rubyonrails.org now contains about 10 fantastic Ruby on Rails tutorials, including Getting Started.



+2


source


This site contains many good resources from installing, getting your first application, as well as blogs, books, and forums that you can go to to get more help. http://www.softwaredeveloper.com/features/74-ruby-on-rails-resources-tutorials-050207/



Good luck! The rails are very funny.

+1


source


This is not an online tutorial (although you can get a PDF), but the first 200 pages of Agile Web Devlelopment with Rails is a step-by-step guide to writing an online store (with a shopping cart, admin area, etc.). The book is also generally a great resource to learn when you are learning Rails, especially when trying to figure out the "Rails way" of doing things.

+1


source


For a learning-by-doing study, check out the RailsApps project tutorials:

Rails Examples and Tutorials

If you are new to web development, I suggest starting with this tutorial:

What is Ruby? And Rails?

We are blessed with an abundance of good books, articles, videos and online courses, so choose the one that suits your learning style:

Rails Tutorial Guidelines

Here's an article to help you install Rails:

Installing Rails

Welcome to the Rails community!

0


source







All Articles