Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/rails7demoesbuild
https://github.com/dennis-every/rails7demoesbuild
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dennis-every/rails7demoesbuild
- Owner: dennis-every
- Created: 2022-06-11T16:06:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T16:55:34.000Z (over 2 years ago)
- Last Synced: 2024-11-20T23:00:53.466Z (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
* Commands
rails new Rails7Demo -j esbuild
cd Rails7Demo
rails g controller home index
./bin/bundle add cssbundling-rails
./bin/rails css:install:bootstrap
rails g scaffold Post title content:text
rails action_text:install