I want to build a basic Social networking site in Rails. Can you please suggest me some ebooks for that or any web resource.
Thanks
I want to build a basic Social networking site in Rails. Can you please suggest me some ebooks for that or any web resource.
Thanks
RailSpace By Micheal Hartl. It focuses on Rails 1.1 or 1.2 but I'm sure you'll be able to get rolling with that book. But if your looking for something specific it would be great if you could list some of your requirements.
I can also recommend the Practical ROR Social Networking Sites book that Sid mentioned. I've used it before and it covers pretty much everything you'd want to know about building a "social network" site in Rails.
I can do you one better. http://teachmetocode.com/screencasts/creating-a-twitter-clone-in-rails-part-1
This is the screencast for creating a Twitter clone. It deals with following/follower associations. I practically learned how to make my site using the screen cast.
Site points simply rails 2 http://www.sitepoint.com/books/rails2/
This is a great book to start learning rails with. The book focuses on building a site like Reddit/Digg.
Lovd by Less is essentially a "social-network starter kit" built on Rails.