DEV Community

Discussion on: What are the best Gems on RoR for blog?

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