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

Budget App: Deployment #17

Merged
merged 33 commits into from
Jul 10, 2024
Merged

Budget App: Deployment #17

merged 33 commits into from
Jul 10, 2024

Conversation

danifromecuador
Copy link
Owner

  • Deployment on render an RoR app using postgresql

rails new . -d postgresql
rails generate model User name:string
rails generate model Category name:string icon:string user:references
rails generate model Expense name:string amount:decimal user:references category:references
rails db:drop
rails db:create
rails db:migrate
t.references :author, null: false, foreign_key: { to_table: :users }
| deployment | .ruby-version Gemfile Gemfile.lock |
| deployment | bin/render-build.sh |
| deployment | config/credentials.yml.enc |
| deployment | bin/render-build.sh |
@danifromecuador danifromecuador merged commit d1954a1 into dev Jul 10, 2024
3 checks passed
@danifromecuador danifromecuador deleted the deployment branch July 10, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant