Skip to content

Commit 6e3f6a1

Browse files
committed
ci testing
1 parent 70bba04 commit 6e3f6a1

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

test/dummy/config/application.rb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
require_relative "boot"
22

3+
# require "rails/all"
34
require "rails"
5+
46
# Pick the frameworks you want:
7+
# require "active_support/all"
58
require "active_model/railtie"
6-
require "active_job/railtie"
9+
# require "active_job/railtie"
710
require "action_controller/railtie"
8-
# require "action_mailer/railtie"
11+
require "action_mailer/railtie"
912
require "action_view/railtie"
10-
require "action_cable/railtie"
13+
# require "action_cable/railtie"
1114
require "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.

test/dummy/config/environments/development.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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

test/dummy/db/schema.rb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

0 commit comments

Comments
 (0)