Rails tutorial for the dumbest person in the world (me)?
It is very difficult for me to find Rails tutorials (or books are also great) f开发者_JAVA百科or my requirements:
- Stupidity
- Ruby 1.9 or lastest 1.8
- MySQL
- A Game (simple roll play)
- JQuery front
Thanks you!
Rails for Dummies is probably your best bet if stupidity is a major issue.
The Rails Guides are great and easy on the eyes too.
This is a great book: http://www.pragprog.com/titles/rails4/agile-web-development-with-rails
Have you gone through the free, online RailsTutorial?
Learn by watching others do it. http://railscasts.com/ or http://peepcode.com/
Now that that's out of the way, do you really mean to build a role playing game using rails ?
I've read and worked through both the Rails Tutorial book and the Agile book and I think the Rails Tutorial book gets you up to speed quicker; it's also more with the times and, as a result, more practical. There's a lot of info in the Agile book, but a big chunk of it is stuff you can come back to after you're comfortable with Rails. So I say start with the free Rails Tutorial, watch free screencasts at railscasts.com and at teachmetocode.com, then start building your own projects.
I was going to post links to the books and sites mentioned above but apparently I'm on probation till I get 10 points.
精彩评论