I want to learn Ruby on rails and I want to have a good battle plan. Do you know any good stap by step tutorials, video-lessons. I think the best ones are the ones that guides you through a real application.
Thanks!
|
I want to learn Ruby on rails and I want to have a good battle plan. Do you know any good stap by step tutorials, video-lessons. I think the best ones are the ones that guides you through a real application. Thanks! |
|||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Michael Hartl's "Ruby on Rails Tutorial" is excellent: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book |
|||
|
http://railscasts.com/ helps me a lot in teaching me things like authentication etc. |
|||
|
|
It really depends at what level you're at. If you're experienced at web development, and know a little ruby, then the Ruby on Rails Tutorial is probably the best. It's got a lot of information on your development setup, and will run you through the creation of a basic application. If you're a little less experienced then that, Rails for Zombies presents a screencast, along with challenges to show you how Rails works without having to get your own development environment setup. This is great if you want to see what Rails/ActiveRecord etc can do, without wanting to commit hours to learning how to set things up. I personally think it's better to have a solid ruby foundation before starting either of those, as ruby is relatively easy to pick up, and understanding it will help you get to grips with the really cool things rails can do. I find Why's (Poignant) Guide to Ruby to be one of the best. |
||||
|
|
|
I really learned to code through http://codeschool.com/ it is great it keeps you very into it and I found that to be really helpful also like listed above http://railscasts.com have about everything on rails but if you wanna code actively codeschool is good its not free but worth it. It has in browser coding and a lot of courses and levels if you are just starting out. |
|||
|
|