I'm new to Rails and programming in general. I'm a bit confused and wondering about common practices when building a rails application from scratch.
Is there a proper order of how and when things should be generated? Obviously rails generate new
should be the first, but should Devise or any other authentication system be the next in line, or should rails generate scaffold ****
be done before, etc...?