Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Ruby on Rails social networking framework [closed]

I'm planning on creating a social networking + MP3 lecture downloading / browsing / commenting / discovery website using Ruby on Rails. Partially for fun and also as a means to learn some Ruby on Rails. I'm looking for a social networking framework that I can use as a basis for my site. I don't want to re-invent the wheel.

Searching the web I found three such frameworks. Which of these three would you recommend using and why?

http://portal.insoshi.com/

http://www.communityengine.org/

http://lovdbyless.com/

like image 478
Candidasa Avatar asked Sep 07 '08 11:09

Candidasa


People also ask

Does Airbnb still use Ruby on Rails?

By October 2019, two million people were staying with Airbnb each night and is well known for its UX/UI design. It uses technology like Ruby on Rails and other frameworks like React. js. It still utilizes RoR as the major parts of its tech stack.

Do companies still use Ruby on Rails?

Many brands have leveraged this technology in most of their web development projects providing clients with the best solutions on the market. Companies like SlideShare, Airbnb, CrunchBase, Bloomberg, Dribble, Shopify, and GitHub (to name a few) have trusted Ruby on Rails and used the framework in their applications.

Why is Ruby on Rails the best framework?

Some of the key factors which make companies choose Ruby on Rails are the gem of libraries, user-friendly code and well-controlled framework, cost-saving, offers frontend and backend solutions, uses MVC pattern and DRY that saves time and increases RoR developers' efficiency.


1 Answers

It depends what your priorities are.

If you really want to learn RoR, do it all from scratch. Seriously. Roll your own. It's the best way to learn, far better than hacking through someone else's code. If you do that, sometimes you'll be learning Rails, but sometimes you'll just be learning that specific social network framework. And you won't know which is which...

The type of site you're suggesting sounds perfect for a Rails project. If you get stuck, then go browse the repositories of these frameworks. Who cares if you're reinventing the wheel? It's your site, your vision, your rules.

If you just want a site up and running, then I would pick Insoshi or LovdbyLess simply because they're out of the box apps so you'll have to do less to do get running. I suggest trying to install them both, and introducing yourself in the Google Groups. That'll give you a good indication of wether you're going to get along.

like image 193
Dave Nolan Avatar answered Sep 23 '22 23:09

Dave Nolan