Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Social Network in Rails - which framework

Should I use:

  1. Community Engine
  2. Insoshi
  3. LovdByLess
  4. RailsSpace
  5. Roll-my-own

I am looking to quickly get a social network up with support for mobile browsing. While I'm familiar with Ruby & Rails, I am not an expert (have built some basic Rails apps, have written a bunch of Ruby programs for enterprise integration).

Thanks, skybison

like image 570
user251266 Avatar asked Jan 15 '10 15:01

user251266


1 Answers

insoshi is quite ok, i used it in a past project. although i can also recommend rolling your own, which is not such a big problem with all the existing gems out there. i can recommend starting with authlogic (authentication) - then paperclip (attachments). all the other stuff is best rolled on your own. have fun!

like image 151
z3cko Avatar answered Oct 30 '22 22:10

z3cko