Convention over Configuration principle is a key principle of Rails. It has opinions about the best way to do many things in a web application, and defaults to these set of conventions, rather than require you define them yourself through endless configuration files.
Think of the Convention over Configuration principle as a set of simple rules.