File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11require_relative "boot"
22
3+ # require "rails/all"
34require "rails"
5+
46# Pick the frameworks you want:
7+ # require "active_support/all"
58require "active_model/railtie"
6- require "active_job/railtie"
9+ # require "active_job/railtie"
710require "action_controller/railtie"
8- # require "action_mailer/railtie"
11+ require "action_mailer/railtie"
912require "action_view/railtie"
10- require "action_cable/railtie"
13+ # require "action_cable/railtie"
1114require "rails/test_unit/railtie"
15+ # require "action_text/railtie"
16+ # require "propshaft/railtie"
17+
1218
1319# Require the gems listed in Gemfile, including any gems
1420# you've limited to :test, :development, or :production.
Original file line number Diff line number Diff line change 5959 config . action_dispatch . verbose_redirect_logs = true
6060
6161 # Suppress logger output for asset requests.
62- config . assets . quiet = true
62+ # config.assets.quiet = true
6363
6464 # Raises error for missing translations.
6565 # config.i18n.raise_on_missing_translations = true
Original file line number Diff line number Diff line change 1+ # This file is auto-generated from the current state of the database. Instead
2+ # of editing this file, please use the migrations feature of Active Record to
3+ # incrementally modify your database, and then regenerate this schema definition.
4+ #
5+ # This file is the source Rails uses to define your schema when running `bin/rails
6+ # db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to
7+ # be faster and is potentially less error prone than running all of your
8+ # migrations from scratch. Old migrations may fail to apply correctly if those
9+ # migrations use external dependencies or application code.
10+ #
11+ # It's strongly recommended that you check this file into your version control system.
12+
13+ ActiveRecord ::Schema [ 8.1 ] . define ( version : 0 ) do
14+ end
You can’t perform that action at this time.
0 commit comments