Posts by Lucas Costa • 121 points
1 post
-
2
votes1
answer299
viewsA: Creating projects in Ruby on Rails
Apparently, you will need a single system. As far as user login is concerned, I recommend using Devise, which is a Gem for user authentication. You might also be interested in Cancan, which can…