The directory "app" includes all local applications, that are NOT sandboxed and should thus be pretty strongly checked!! == Applications Every application has its name, that is CamelCasedApp. It's placed in lower-case underscored named directory (camel_cased) and without the App-postfix. It's main class is defined within a file, that's named like containing directory. apps/camel_case/camel_case.rb: class CamelCaseApp