helphub

所属分类:企业管理
开发工具:Ruby
文件大小:616KB
下载次数:0
上传日期:2022-12-08 21:34:50
上 传 者sh-1993
说明:  帮助中心系统允许组织慈善基金基础设施
(Helphub system allows organizing charity fund infrastructure)

文件列表:
.browserslistrc (9, 2022-11-04)
.docker (0, 2022-11-04)
.docker\Dockerfile (2651, 2022-11-04)
.dockerDev (0, 2022-11-04)
.dockerDev\Aptfile (8, 2022-11-04)
.dockerDev\Dockerfile (2410, 2022-11-04)
.dockerignore (140, 2022-11-04)
.env.example (537, 2022-11-04)
.eslintrc.json (10827, 2022-11-04)
.rspec (22, 2022-11-04)
.rubocop.yml (4225, 2022-11-04)
.rubocop_todo.yml (1695, 2022-11-04)
.ruby-version (11, 2022-11-04)
Capfile (1102, 2022-11-04)
Gemfile (3032, 2022-11-04)
Gemfile.lock (14225, 2022-11-04)
LICENSE (35149, 2022-11-04)
Procfile (97, 2022-11-04)
Rakefile (227, 2022-11-04)
_Dockerfile (337, 2022-11-04)
app (0, 2022-11-04)
app\assets (0, 2022-11-04)
app\assets\config (0, 2022-11-04)
app\assets\config\manifest.js (104, 2022-11-04)
app\assets\images (0, 2022-11-04)
app\assets\images\.keep (0, 2022-11-04)
app\assets\images\baloons.jpeg (97523, 2022-11-04)
app\assets\stylesheets (0, 2022-11-04)
app\assets\stylesheets\actiontext.scss (979, 2022-11-04)
app\assets\stylesheets\admin (0, 2022-11-04)
app\assets\stylesheets\admin\help_request.scss (55, 2022-11-04)
app\assets\stylesheets\admin\tail.datetime.css (25839, 2022-11-04)
... ...

![logo_help_hub](https://user-images.githubusercontent.com/1070568/114272133-444cf780-9a2e-11eb-86de-6cf69ed1f5ca.png) # README ### How To Setup Locally ```bash cp .env.example .env docker-compose build docker-compose run --rm app bash -c "bundle install && bundle exec rails db:create db:migrate db:seed && yarn --check-files" docker-compose up -d ``` ### Deploy Code will lbe deployed autmatically after push into `master` branch. See github actions. ### Run Tests CI will start automatically on every code update. See github actions. For local testing: ```bash docker-compose run app bash -c 'RAILS_ENV=test rspec spec' ``` ### Run Linter ```bash docker-compose run app bash -c 'rubocop' ``` ### Run Automation Tests ```bash docker-compose exec app xvfb-run -a bundle exec cucumber ``` To debug this you can try 1) Set breakpoints in the steps code: ```ruby binding.pry ``` 2) Or take a screenshot: ```ruby page.save_screenshot('/app/test.png') ```

近期下载者

相关文件


收藏者