https://github.com/matiasmasca/depot
Depot dev app with Rails 7.2 and tailwind. From the book from "Agile Web Development with Rails 7.2"
https://github.com/matiasmasca/depot
rails ruby ruby-on-rails tailwindcss
Last synced: 4 months ago
JSON representation
Depot dev app with Rails 7.2 and tailwind. From the book from "Agile Web Development with Rails 7.2"
- Host: GitHub
- URL: https://github.com/matiasmasca/depot
- Owner: matiasmasca
- Created: 2024-09-07T15:12:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:29:40.000Z (over 1 year ago)
- Last Synced: 2025-10-19T15:11:07.146Z (8 months ago)
- Topics: rails, ruby, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is just the implementation of the code of the book Agile Web Development with Rails 7.2 that I have the opportunity to purchased after I had read a ilegal copy some years ago with Rails 3.2
- Rails version: 7.2.1
- Rack version: 3.1.7
- Ruby version: ruby 3.3.2 (2024-05-30 revision e5a195edf6) +YJIT [x86_64-linux]
# Emails
For send emails on Development access to http://localhost:3000/rails/conductor/action_mailbox/inbound_emails
# Credentials
DON'T DO THIS ON you REAL WORLD APPLICATIONS
You will need to create your own crendentials file, with '2af6db2ce3bd94a7041ce43c8541cf77'
$ EDITOR='code --wait' bin/rails credentials:edit
# Last page
265
# Copyrights
Most of the code was excerpted from "Agile Web Development with Rails 72",
published by The Pragmatic Bookshelf.
Copyrights apply to this code. It may not be used to create training material,
courses, books, articles, and the like. Contact us if you are in doubt.
We make no guarantees that this code is fit for any purpose.
Visit https://pragprog.com/titles/rails72 for more book information.