Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/rails7demo
https://github.com/dennis-every/rails7demo
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dennis-every/rails7demo
- Owner: dennis-every
- Created: 2022-06-11T17:43:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T18:27:29.000Z (over 2 years ago)
- Last Synced: 2024-12-06T03:43:02.448Z (about 2 months ago)
- Language: Ruby
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version 3.1.2
* Rails 7.0.3 w/ importmap
* Commands
rails new Rails7Demo --javascript=importmap
cd Rails7Demo
rails g controller home index
rails g scaffold Post title content:text
rails action_text:install
./bin/importmap pin local-time
./bin/importmap pin local-time --download
rails g resource comment post:references content:text
rails g mailer comments submitted