I was wondering if anyone could point me in the direction of a guide or set of guides (like screen casts) which shows a new comer to rails how to build a social networking website with rails 3? I know of RailSpace, but the only problem is the book is outdated as it uses rails 2 (I believe).
I'm trying to lear开发者_JAVA百科n Rails 3, and the way I want to learn it is by practicing to build a lean version of facebook with rails 3.
Thank you for your help :)
Have a look at http://railsforzombies.org/. It's a set of video tutorials and exercises that take you through building a "Twitter for Zombies". It's also free.
Check out http://ruby.railstutorial.org/ruby-on-rails-tutorial-book. It's written by Michael Hartl who won a Ruby Hero Award at RailsConf 2011. It's quite exhaustive and demonstrates many good practices.
精彩评论