I'm new to Ruby on Rails, learning it to create a new SaaS I'm working on. Whilst I'm able to write some RoR, I don't know the majority of conventions for the language.
My question is, for the front website (seen by non-registered users) should I add the different page controllers to that, or create a new controller for example, main
and extend that?
Whilst I'm at it, is there a page where I could read about the main conventions of Ruby on Rails?