File: README.md

package info (click to toggle)
ruby-bootstrap-form 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 848 kB
  • sloc: ruby: 1,482; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DEMO APP (Rails 5.2)

### Usage

- `rake db:schema:load`
- `rails s`
- Navigate to http://localhost:3000

### Following files were added or changed:

- db/schema.rb
- config/{application, routes, boot}.rb
- config/environments/{development, test}.rb
- app/models/{address,user,super_user,faux_user}.rb
- app/controllers/bootstrap_controller.rb
- app/views/layouts/application.html.erb
- app/views/bootstrap/form.html.erb