DEV Community

Thomas Bnt β˜•
Thomas Bnt β˜•

Posted on • Updated on

What are the best Gems on RoR for blog?

Which are the best gems on Ruby On Rails for a project of a website which acts as a blog with system of connection?

Top comments (5)

Collapse
 
briankephart profile image
Brian Kephart

I'm not totally sure from your post what you're looking for. Could you clarify?

If you want a big, Wordpress-style CMS, I'd recommend Camaleon CMS.

Collapse
 
thomasbnt profile image
Thomas Bnt β˜• • Edited

No no, just Gems for work oauth, comments, likes, share to social network .. etc

Collapse
 
ben profile image
Ben Halpern

devise for auth, we use ancestry for comment trees.

Generally I think you’re best to generate your own models for the core aspects.

Thread Thread
 
thomasbnt profile image
Thomas Bnt β˜•

Okay thanks, and omniauth for GitHub/Twitter/Google ?

Thread Thread
 
ben profile image
Ben Halpern

Yeah we use devise for that, with some additional helper gems