Rails app to manage personal assets
Find a file
whysthatso c0535abca1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix funds value retrieval
2024-12-29 14:42:29 +02:00
app fix funds value retrieval 2024-12-29 14:42:29 +02:00
bin fix docker entrypoint, add missing gem 2024-05-22 14:35:41 +03:00
config simplify assets indexing, clanup, better debugging 2024-11-25 17:33:20 +02:00
db fix funds value retrieval 2024-12-29 14:42:29 +02:00
lib fix funds value retrieval 2024-12-29 14:42:29 +02:00
log initial commit 2024-04-09 13:29:04 +03:00
public initial commit 2024-04-09 13:29:04 +03:00
storage initial commit 2024-04-09 13:29:04 +03:00
test migrate functionality from hanami app 2024-04-11 19:44:34 +03:00
tmp initial commit 2024-04-09 13:29:04 +03:00
vendor initial commit 2024-04-09 13:29:04 +03:00
.dockerignore initial commit 2024-04-09 13:29:04 +03:00
.gitattributes initial commit 2024-04-09 13:29:04 +03:00
.gitignore initial commit 2024-04-09 13:29:04 +03:00
.node-version initial commit 2024-04-09 13:29:04 +03:00
.standard.yml fix standardrb 2024-05-22 11:11:43 +03:00
.woodpecker.yml prepare ci 2024-05-22 13:05:45 +03:00
config.ru initial commit 2024-04-09 13:29:04 +03:00
Dockerfile more production details 2024-05-22 14:02:19 +03:00
Gemfile simplify assets indexing, clanup, better debugging 2024-11-25 17:33:20 +02:00
Gemfile.lock simplify assets indexing, clanup, better debugging 2024-11-25 17:33:20 +02:00
invest-plan.code-workspace simplify assets indexing, clanup, better debugging 2024-11-25 17:33:20 +02:00
package.json make assets work, housekeeping 2024-04-15 13:27:18 +03:00
Procfile.dev initial commit 2024-04-09 13:29:04 +03:00
Rakefile initial commit 2024-04-09 13:29:04 +03:00
README.md initial commit 2024-04-09 13:29:04 +03:00
tailwind.config.js initial commit 2024-04-09 13:29:04 +03:00
yarn.lock make assets work, housekeeping 2024-04-15 13:27:18 +03:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...