.codeclimate.yml | |
|
|
.dockerignore | |
|
|
.editorconfig | |
|
|
.env | |
|
|
.gitattributes | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
.prettierignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.tool-versions | |
|
|
Dockerfile | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENCE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/controllers/accounts_controller.rb | 26 | A 0 mins | A 100% |
app/controllers/application_controller.rb | 28 | A 0 mins | A 100% |
app/controllers/categories_controller.rb | 24 | A 0 mins | A 100% |
app/controllers/favourites_controller.rb | 23 | A 0 mins | A 100% |
app/controllers/flags_controller.rb | 16 | A 0 mins | A 100% |
app/controllers/logins_controller.rb | 6 | A 0 mins | A 100% |
app/controllers/payees_controller.rb | 22 | A 0 mins | A 100% |
app/controllers/schedules_controller.rb | 30 | A 0 mins | A 100% |
app/controllers/securities_controller.rb | 24 | A 0 mins | A 100% |
app/controllers/statuses_controller.rb | 16 | A 0 mins | A 100% |
app/controllers/subtransactions_controller.rb | 5 | A 0 mins | A 100% |
app/controllers/transactions_controller.rb | 59 | A 0 mins | A 100% |
app/models/account.rb | 236 | B 6 hrs | A 100% |
app/models/application_record.rb | 3 | A 0 mins | A 100% |
app/models/basic_transaction.rb | 43 | A 0 mins | A 100% |
app/models/cash_transaction.rb | 18 | A 0 mins | A 100% |
app/models/category.rb | 47 | A 0 mins | A 100% |
app/models/concerns/categorisable.rb | 46 | A 0 mins | A 100% |
app/models/concerns/favouritable.rb | 7 | A 0 mins | A 100% |
app/models/concerns/measurable.rb | 42 | A 0 mins | A 100% |
app/models/concerns/transactable.rb | 238 | C 1 day | A 100% |
app/models/dividend_transaction.rb | 54 | A 0 mins | A 100% |
app/models/loan_repayment_transaction.rb | 13 | A 0 mins | A 100% |
app/models/payee.rb | 41 | A 0 mins | A 100% |
app/models/payee_cash_transaction.rb | 18 | A 0 mins | A 100% |
app/models/payee_transaction_header.rb | 12 | A 0 mins | A 100% |
app/models/payslip_transaction.rb | 13 | A 0 mins | A 100% |
app/models/schedule.rb | 147 | A 0 mins | A 100% |
app/models/security.rb | 139 | A 0 mins | A 100% |
app/models/security_holding_transaction.rb | 42 | A 0 mins | A 100% |
app/models/security_investment_transaction.rb | 64 | A 0 mins | A 100% |
app/models/security_price.rb | 5 | A 0 mins | A 100% |
app/models/security_transaction.rb | 37 | A 0 mins | A 100% |