Skip to content

Commit fef76c7

Browse files
authored
Merge pull request #48 from jcostd/refactor/pos-sales-flow
Versione 1.0.0 - Release ufficiale MVP
2 parents 0c87074 + bce6301 commit fef76c7

237 files changed

Lines changed: 6441 additions & 6108 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@
4040
# Ignore key files for decrypting credentials and more.
4141
/config/credentials/*.key
4242

43+
TODO.org

β€Ž.ruby-versionβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

β€ŽDockerfileβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# check=error=true
33

44
# This Dockerfile is designed for production, not development. Use with Kamal or build'n'run by hand:
5-
# docker build -t active_core_minimal .
6-
# docker run -d -p 80:80 -e RAILS_MASTER_KEY=<value from config/master.key> --name active_core_minimal active_core_minimal
5+
# docker build -t active-core .
6+
# docker run -d -p 80:80 -e RAILS_MASTER_KEY=<value from config/master.key> --name active-core active-core
77

88
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
99

1010
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11-
ARG RUBY_VERSION=4.0.2
11+
ARG RUBY_VERSION=4.0.3
1212
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
1313

1414
# Rails app lives here

β€ŽGemfile.lockβ€Ž

Lines changed: 73 additions & 83 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Loading

β€Žapp/assets/images/icons/contact_page.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

β€Žapp/assets/images/icons/other.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žapp/assets/images/icons/person_add.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)