214 views
# Rails application [TOC] ## Rails-specific mechanics 1. spec - [ ] fabricators - [ ] models - [ ] policies - [ ] routing 2. app - [ ] controllers - [ ] models - [ ] policies - [ ] serializable 3. test - [ ] controllers - [ ] fixtures - [ ] integration - [ ] models ## Models :::info https://pad.degrowth.net/incommon-api-models ::: ## Integration test :::info https://pad.degrowth.net/incommon-api-7-integration-test ::: ## Application namespaces - api - application - application_record - concerns/ - encryptable - hashable - cors_origins - errors Furthen on, these parts define the core Rails application logic - app - helpers - jobs - lib - services - spec - helpers - lib - bin - config - coverage - db - doc - lib - log - public - tmp - vendor