Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.6.1 #240

Merged
merged 6 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/test

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v2
- name: Set up Ruby 3.2.2
uses: ruby/setup-ruby@v1
with:
Expand All @@ -33,22 +32,11 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
- name: Set up Node.js 18.17.1
uses: actions/setup-node@v3
with:
node-version: 18.17.1

- name: Install Node.js dependencies
run: npm install

- name: Setup test database
run: |
bundle exec rails db:create
bundle exec rails db:schema:load
- name: Compile assets
run: bundle exec rake assets:precompile

- name: Run tests
env:
RAILS_ENV: test
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,3 @@ yarn-debug.log*
.idea
# Ignore master key for decrypting credentials and more.
/config/master.key

/app/assets/builds/*
!/app/assets/builds/.keep
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ruby "3.2.2"

gem "bootsnap", require: false
gem "cpf_cnpj", "~> 0.5.0"
gem "foreman", "~> 0.87.2"
gem "importmap-rails"
gem "isbn", "~> 2.0", ">= 2.0.11"
gem "jbuilder"
Expand All @@ -17,7 +16,6 @@ gem "rails", "~> 7.0", ">= 7.0.7"
gem "ransack", "~> 4.0"
gem "sprockets-rails"
gem "stimulus-rails"
gem "tailwindcss-rails", "~> 2.0"
gem "turbo-rails"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

Expand Down
7 changes: 1 addition & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ GEM
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
ffaker (2.21.0)
foreman (0.87.2)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.14.1)
Expand Down Expand Up @@ -240,8 +239,6 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
tailwindcss-rails (2.0.30)
railties (>= 6.0.0)
thor (1.2.2)
timeout (0.4.0)
turbo-rails (1.4.0)
Expand Down Expand Up @@ -277,7 +274,6 @@ DEPENDENCIES
cpf_cnpj (~> 0.5.0)
factory_bot_rails (~> 6.2)
ffaker (~> 2.21)
foreman (~> 0.87.2)
importmap-rails
isbn (~> 2.0, >= 2.0.11)
jbuilder
Expand All @@ -291,7 +287,6 @@ DEPENDENCIES
simplecov
sprockets-rails
stimulus-rails
tailwindcss-rails (~> 2.0)
turbo-rails
tzinfo-data
web-console
Expand All @@ -301,4 +296,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.19
2.4.17
2 changes: 0 additions & 2 deletions Procfile.dev

This file was deleted.

10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,4 @@ Nesta batalha, a funcionalidade de relatórios e análises para extrair informa

## Contribuição

Este projeto está em constante evolução e novas batalhas serão adicionadas à medida que o desenvolvimento progride. Sinta-se à vontade para contribuir, fornecer feedback e colaborar para tornar o PagesAhead uma aplicação robusta.

## Live Application

O Pages Ahead está atualmente online e pode ser acessado pelo seguinte link: [https://pages-ahead.onrender.com](https://pages-ahead.onrender.com)

### Observações Sobre o Desempenho

Como este aplicativo está hospedado em um plano gratuito, ele utiliza um mecanismo de "adormecimento" para preservar recursos quando inativo. Isso significa que quando o aplicativo não é acessado por um período prolongado, ele entra em um estado de "dormência" e pode levar alguns segundos para "despertar" e ficar novamente disponível quando acessado. Agradeço a compreensão.
Este projeto está em constante evolução e novas batalhas serão adicionadas à medida que o desenvolvimento progride. Sinta-se à vontade para contribuir, fornecer feedback e colaborar para tornar o PagesAhead uma aplicação robusta.
Empty file removed app/assets/builds/.keep
Empty file.
1 change: 0 additions & 1 deletion app/assets/config/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
//= link_directory ../stylesheets .css
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
//= link_tree ../builds
13 changes: 0 additions & 13 deletions app/assets/stylesheets/application.tailwind.css

This file was deleted.

1 change: 0 additions & 1 deletion app/javascript/application.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails
import "@hotwired/turbo-rails"
import "controllers"
import 'flowbite';
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
Expand Down
8 changes: 0 additions & 8 deletions bin/dev

This file was deleted.

1 change: 0 additions & 1 deletion config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
pin_all_from "app/javascript/controllers", under: "controllers"
pin "flowbite", to: "https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.turbo.min.js"
25 changes: 0 additions & 25 deletions config/tailwind.config.js

This file was deleted.

Loading
Loading