Which are the best gems on Ruby On Rails for a project of a website which acts as a blog with system of connection?
We're a place where coders share, stay up-to-date and grow their careers.
Which are the best gems on Ruby On Rails for a project of a website which acts as a blog with system of connection?
Hassan Sani -
Ido Shamun -
Waylon Walker -
Ben Halpern -
Discussion
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.
No no, just Gems for work oauth, comments, likes, share to social network .. etc
devise for auth, we use ancestry for comment trees.
Generally I think you’re best to generate your own models for the core aspects.
Okay thanks, and omniauth for GitHub/Twitter/Google ?
Yeah we use devise for that, with some additional helper gems