abizvn-media 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/serializers/abizvn/media/album_serializer.rb +3 -3
- data/lib/abizvn/media/version.rb +1 -1
- data/spec/serializers/abizvn/media/album_serializer_spec.rb +1 -1
- data/spec/serializers/abizvn/media/image_serializer_spec.rb +1 -1
- data/spec/serializers/abizvn/media/video_serializer_spec.rb +1 -1
- data/spec/support/general_validation_helpers.rb +12 -9
- data/spec/support/media_validation_helpers.rb +58 -37
- metadata +2 -192
- data/spec/dummy/Rakefile +0 -6
- data/spec/dummy/app/assets/config/manifest.js +0 -3
- data/spec/dummy/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy/app/channels/application_cable/channel.rb +0 -4
- data/spec/dummy/app/channels/application_cable/connection.rb +0 -4
- data/spec/dummy/app/controllers/application_controller.rb +0 -4
- data/spec/dummy/app/helpers/application_helper.rb +0 -2
- data/spec/dummy/app/jobs/application_job.rb +0 -7
- data/spec/dummy/app/mailers/application_mailer.rb +0 -4
- data/spec/dummy/app/models/application_record.rb +0 -3
- data/spec/dummy/app/views/layouts/application.html.erb +0 -22
- data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
- data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
- data/spec/dummy/app/views/pwa/manifest.json.erb +0 -22
- data/spec/dummy/app/views/pwa/service-worker.js +0 -26
- data/spec/dummy/bin/rails +0 -4
- data/spec/dummy/bin/rake +0 -4
- data/spec/dummy/bin/rubocop +0 -8
- data/spec/dummy/bin/setup +0 -37
- data/spec/dummy/config/application.rb +0 -42
- data/spec/dummy/config/boot.rb +0 -3
- data/spec/dummy/config/cable.yml +0 -10
- data/spec/dummy/config/database.yml +0 -32
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -81
- data/spec/dummy/config/environments/production.rb +0 -105
- data/spec/dummy/config/environments/test.rb +0 -67
- data/spec/dummy/config/initializers/assets.rb +0 -12
- data/spec/dummy/config/initializers/content_security_policy.rb +0 -25
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -8
- data/spec/dummy/config/initializers/inflections.rb +0 -16
- data/spec/dummy/config/initializers/new_framework_defaults_7_2.rb +0 -70
- data/spec/dummy/config/initializers/permissions_policy.rb +0 -13
- data/spec/dummy/config/locales/en.yml +0 -31
- data/spec/dummy/config/puma.rb +0 -34
- data/spec/dummy/config/routes.rb +0 -3
- data/spec/dummy/config/storage.yml +0 -34
- data/spec/dummy/config.ru +0 -6
- data/spec/dummy/db/migrate/20250314031817_create_general_settings.abizvn_general.rb +0 -12
- data/spec/dummy/db/migrate/20250314031818_add_index_into_general_settings.abizvn_general.rb +0 -6
- data/spec/dummy/db/migrate/20250314031819_review_general_setting.abizvn_general.rb +0 -7
- data/spec/dummy/db/migrate/20250314031820_create_entity_status_collection.abizvn_general.rb +0 -28
- data/spec/dummy/db/migrate/20250314031821_add_mandatory_fields.abizvn_general.rb +0 -8
- data/spec/dummy/db/migrate/20250314032045_create_active_storage_tables.active_storage.rb +0 -57
- data/spec/dummy/db/migrate/20250314032115_add_service_name_to_active_storage_blobs.active_storage.rb +0 -22
- data/spec/dummy/db/migrate/20250314032116_create_active_storage_variant_records.active_storage.rb +0 -27
- data/spec/dummy/db/migrate/20250314032117_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb +0 -8
- data/spec/dummy/db/schema.rb +0 -101
- data/spec/dummy/files/sample-5s.mp4 +0 -0
- data/spec/dummy/files/sample.txt +0 -1
- data/spec/dummy/files/small.png +0 -0
- data/spec/dummy/log/development.log +0 -456
- data/spec/dummy/log/test.log +0 -4121
- data/spec/dummy/public/404.html +0 -67
- data/spec/dummy/public/406-unsupported-browser.html +0 -66
- data/spec/dummy/public/422.html +0 -67
- data/spec/dummy/public/500.html +0 -66
- data/spec/dummy/public/icon.png +0 -0
- data/spec/dummy/public/icon.svg +0 -3
- data/spec/dummy/public/robots.txt +0 -1
- data/spec/dummy/storage/development.sqlite3 +0 -0
- data/spec/dummy/storage/test.sqlite3 +0 -0
- data/spec/dummy/tmp/local_secret.txt +0 -1
- data/spec/dummy/tmp/storage/0m/wv/0mwvr3j9l29cw4p7m418uq9d62k2 +0 -0
- data/spec/dummy/tmp/storage/0p/ts/0ptsb0ri8tvl6vn5pve7xa1iuoht +0 -0
- data/spec/dummy/tmp/storage/0u/ct/0uctup2q5pdsfqcpq1ygt5zecvxu +0 -0
- data/spec/dummy/tmp/storage/0u/dr/0udrvy8w6qq1q1wyk3zmoh4fz01e +0 -0
- data/spec/dummy/tmp/storage/10/z8/10z8c5gqsghrv5rmxjot023ax09x +0 -0
- data/spec/dummy/tmp/storage/18/y9/18y9uamy1uld9xhlokeepsp9jmvc +0 -0
- data/spec/dummy/tmp/storage/1h/se/1hsezcfourfde1h4p5cbkvv5birp +0 -0
- data/spec/dummy/tmp/storage/1r/19/1r19gppb0x5cm7u9wx33oqk4opxl +0 -0
- data/spec/dummy/tmp/storage/29/zg/29zg0x46emqnj725yhh6ufg7z9px +0 -0
- data/spec/dummy/tmp/storage/2b/qj/2bqjr4v0qyg6y951wuos3qnftfw6 +0 -0
- data/spec/dummy/tmp/storage/2f/2k/2f2kbf9ia5f11kfatr97gjdjujh7 +0 -0
- data/spec/dummy/tmp/storage/2y/li/2yli8pqtu3uuzqe2vvwfywljwqsw +0 -0
- data/spec/dummy/tmp/storage/35/w4/35w4vfuebk1419dswgnmf5ri2smw +0 -0
- data/spec/dummy/tmp/storage/39/lr/39lr1lbfnjbmdlr78kkad3ix0r8x +0 -0
- data/spec/dummy/tmp/storage/3i/u2/3iu2w6b5at6asrpzvc47m7x0zyre +0 -0
- data/spec/dummy/tmp/storage/3j/a8/3ja82g7kf3xzfgvh7m54c0lvwjz7 +0 -0
- data/spec/dummy/tmp/storage/3p/l7/3pl730tq59vblbzxzhh1zpyctuk1 +0 -0
- data/spec/dummy/tmp/storage/3r/cp/3rcpn2tdlrix5u28u9zzdf80tmff +0 -0
- data/spec/dummy/tmp/storage/3v/n5/3vn5oqb03sblmkrnpcfberlfjief +0 -0
- data/spec/dummy/tmp/storage/45/fk/45fkekg9g6gttnddhvhbxccjo8ah +0 -0
- data/spec/dummy/tmp/storage/4b/71/4b71himq8ri2al7619qnrstqdi32 +0 -0
- data/spec/dummy/tmp/storage/4n/ls/4nls3n87i5jx1c3y1bia2cpwdqyn +0 -0
- data/spec/dummy/tmp/storage/5f/cm/5fcmj3v74nmwqmdj7jyog2w4efhr +0 -0
- data/spec/dummy/tmp/storage/5q/36/5q36vl8epg5t73u78ljzg4x1ib1o +0 -0
- data/spec/dummy/tmp/storage/5q/af/5qafqiphplmbusg3rlpk329cwclj +0 -0
- data/spec/dummy/tmp/storage/5w/r8/5wr8iu817l0i1xutyj4g7a6bwrj3 +0 -0
- data/spec/dummy/tmp/storage/6a/m9/6am9u4rq9l8wl5ppb5terh03m4hl +0 -0
- data/spec/dummy/tmp/storage/71/od/71odizjahavvxbj119xq7a5kdktk +0 -0
- data/spec/dummy/tmp/storage/80/ah/80ahzc9z7g1rlqlns4lo1jpbun73 +0 -0
- data/spec/dummy/tmp/storage/8g/qb/8gqb5wiqh1wk7o1ilsbe7nw8jkl6 +0 -0
- data/spec/dummy/tmp/storage/8o/5n/8o5nc1myeh3c5fafcxrdt0fybv8x +0 -0
- data/spec/dummy/tmp/storage/9e/t2/9et2wnpb06saq1qw9vkdknlul31t +0 -0
- data/spec/dummy/tmp/storage/a5/os/a5oslea9cgmfnqczx55g17xrz07d +0 -0
- data/spec/dummy/tmp/storage/b3/b5/b3b53qdh3e45etxaot17iyec14ca +0 -0
- data/spec/dummy/tmp/storage/b4/ek/b4ekvi6c9szhw8lqehv7u7kubsiz +0 -0
- data/spec/dummy/tmp/storage/bb/2f/bb2fvwhiu8i5qf2pyz7mtzqed49n +0 -0
- data/spec/dummy/tmp/storage/bk/hs/bkhs8l9n4d09f81weejb9a31jk7n +0 -0
- data/spec/dummy/tmp/storage/bx/sq/bxsqwu541rqbcnx85r0keylo8yjg +0 -0
- data/spec/dummy/tmp/storage/cc/rs/ccrsp7k0x7hlxw5ylyqesfycnsn0 +0 -0
- data/spec/dummy/tmp/storage/cn/rt/cnrt2re92df7ncrgsykeidjzxl34 +0 -0
- data/spec/dummy/tmp/storage/dk/oh/dkohvjmkw575f2fyuv9bdi1fqojh +0 -0
- data/spec/dummy/tmp/storage/du/bp/dubpmx8zzqkiof4a01xcze08vgob +0 -0
- data/spec/dummy/tmp/storage/eh/j7/ehj7ihockopsa5arfi9oldipwf3l +0 -0
- data/spec/dummy/tmp/storage/er/vz/ervzydqq909udjcjkjxr7ydkdx1c +0 -0
- data/spec/dummy/tmp/storage/ev/k2/evk288iduktjxochqcd4ocxpvnxa +0 -0
- data/spec/dummy/tmp/storage/f4/md/f4mdb9wn7yinnrcdr9iznwc7mpfk +0 -0
- data/spec/dummy/tmp/storage/fj/ld/fjldv9v7tuate6niwvednipftxt7 +0 -0
- data/spec/dummy/tmp/storage/fn/46/fn4643u1em8lrft0f7qme2hfnepo +0 -0
- data/spec/dummy/tmp/storage/fq/0s/fq0smpzifdnry4xgmyfae3la9mmt +0 -0
- data/spec/dummy/tmp/storage/g6/zl/g6zlj189sqtj9g4rv86tpfeyq6bu +0 -0
- data/spec/dummy/tmp/storage/ge/ih/geihjrxbvovjnfkgx3t5cp8f4osm +0 -0
- data/spec/dummy/tmp/storage/gi/pl/gipl41n57oxeu3usjj41z7o766k0 +0 -0
- data/spec/dummy/tmp/storage/h3/bz/h3bzvzpoqppi1te5v4xvp76e7ybo +0 -0
- data/spec/dummy/tmp/storage/h7/vh/h7vhyaqp1g1nau1mzr1afuit4o2a +0 -0
- data/spec/dummy/tmp/storage/hf/i6/hfi6fat6xxcxqzknna451khsg14j +0 -0
- data/spec/dummy/tmp/storage/hi/2p/hi2p1p2sinhnbi6g2hpfeewaptmd +0 -0
- data/spec/dummy/tmp/storage/hj/kr/hjkrdxojxekkyxv08bnlgnbwuy1v +0 -0
- data/spec/dummy/tmp/storage/hu/dw/hudwprs1ig3d437jxqargs6rwtwp +0 -0
- data/spec/dummy/tmp/storage/hz/8w/hz8w7stqgq83xlndjxxurzz9u76v +0 -0
- data/spec/dummy/tmp/storage/hz/kx/hzkxn0gfhalk0lw27f3x7gbk0b8v +0 -0
- data/spec/dummy/tmp/storage/ih/rc/ihrclsjt3qnw9ig7foy5lz6orqay +0 -0
- data/spec/dummy/tmp/storage/ih/xz/ihxzelkuehnqebshhb3ah4z1c1fk +0 -0
- data/spec/dummy/tmp/storage/j4/08/j408pnd9nuf88tbmb9cjj52qvgfh +0 -0
- data/spec/dummy/tmp/storage/jj/4o/jj4obafz48kk8o5yj6lh59143gn8 +0 -0
- data/spec/dummy/tmp/storage/jp/om/jpom7a8cedvu7gjtw8d9rgwrlqwt +0 -0
- data/spec/dummy/tmp/storage/jq/o9/jqo96rlq9wd9ne90y798smj95opn +0 -0
- data/spec/dummy/tmp/storage/jq/pd/jqpdh488lkoif5o2ibimj44oeykl +0 -0
- data/spec/dummy/tmp/storage/jv/0x/jv0xnfr9q6n40wctvybueshwsm5y +0 -0
- data/spec/dummy/tmp/storage/kn/u8/knu87cjyme0ntuds19kaqkdquj3o +0 -0
- data/spec/dummy/tmp/storage/kp/xi/kpxike9som55n7r0v31ij2wr0kda +0 -0
- data/spec/dummy/tmp/storage/kw/pz/kwpz3kfc96d2mltp45hf4jbss1c5 +0 -0
- data/spec/dummy/tmp/storage/l7/hp/l7hp8y22igxn1ai3oxiyaoov5u6x +0 -0
- data/spec/dummy/tmp/storage/l8/qm/l8qmangooniwtzu5m5fiashbauey +0 -0
- data/spec/dummy/tmp/storage/ma/0m/ma0m88bf7chmz13a6tji6hlwjnc9 +0 -0
- data/spec/dummy/tmp/storage/md/y3/mdy32tddxsijmn8dzhaxiavj63ml +0 -0
- data/spec/dummy/tmp/storage/mw/sk/mwskudeppm3i1yxkmmjdl9yjkag0 +0 -0
- data/spec/dummy/tmp/storage/n7/hi/n7hi26phltz0dg8ke1qt1u027puz +0 -0
- data/spec/dummy/tmp/storage/nc/98/nc98yg9a1li9vbwsxepbwyvd1lq5 +0 -0
- data/spec/dummy/tmp/storage/nl/14/nl149p53kg31lkyssqfub168zlv3 +0 -0
- data/spec/dummy/tmp/storage/np/6a/np6a0zpx5s9kiyfoy52n1399acfx +0 -0
- data/spec/dummy/tmp/storage/nw/xx/nwxxho9izqznkvp201in548ryyn5 +0 -0
- data/spec/dummy/tmp/storage/nw/yh/nwyhfx82lx42l9cw01x62faml69h +0 -0
- data/spec/dummy/tmp/storage/ny/sh/nyshk4vcjap9z1h719z31w3equsu +0 -0
- data/spec/dummy/tmp/storage/o5/bk/o5bkt43h6w72ra8ovveor8znzjx4 +0 -0
- data/spec/dummy/tmp/storage/om/uf/omufz8eo8ge1weuptt6rqoeyv9eg +0 -0
- data/spec/dummy/tmp/storage/p6/y7/p6y797a8hmia83td07jte009xwi8 +0 -0
- data/spec/dummy/tmp/storage/p7/xn/p7xn4yotfmav3iakeqd6d8pvxoy1 +0 -0
- data/spec/dummy/tmp/storage/p9/x3/p9x3dqgn2p16xqjkc825appnox1z +0 -0
- data/spec/dummy/tmp/storage/ph/t8/pht8stocj9jea0xzav7anp8wcpt5 +0 -0
- data/spec/dummy/tmp/storage/q2/l2/q2l29qiotvirswsiry9bqcl5fq02 +0 -0
- data/spec/dummy/tmp/storage/q7/r5/q7r5nkez9cdu5degph822duu5x9d +0 -0
- data/spec/dummy/tmp/storage/q9/r6/q9r64jnzfhezzqodwge88g942mv0 +0 -0
- data/spec/dummy/tmp/storage/qd/5b/qd5bpor1awhe36h3nc73jin0cjiw +0 -0
- data/spec/dummy/tmp/storage/qu/w2/quw2vekfqjusa3fzzni7qidq1lv5 +0 -0
- data/spec/dummy/tmp/storage/r5/vn/r5vnn41etkqr9tcj9bct5xxrw0is +0 -0
- data/spec/dummy/tmp/storage/rb/96/rb96stbba0bjuhq6chrjbid8vbwx +0 -0
- data/spec/dummy/tmp/storage/rp/z5/rpz5mpqg45j7qb508wm6pya8f4v6 +0 -0
- data/spec/dummy/tmp/storage/s6/oh/s6ohck2beb42wb4jtl627zyhcjfj +0 -0
- data/spec/dummy/tmp/storage/sh/49/sh49j0e04hvsmujei1x8gduaojcz +0 -0
- data/spec/dummy/tmp/storage/ti/ky/tikypd1wumyyagiscy376io0lfiq +0 -0
- data/spec/dummy/tmp/storage/tl/ov/tlov083h70q2569ljnnorrms3xzy +0 -0
- data/spec/dummy/tmp/storage/ty/hu/tyhud4vinp00cr6pmnbpafo8ejf2 +0 -0
- data/spec/dummy/tmp/storage/uc/w1/ucw1qyoxhilndsaqihtonzec0dyh +0 -0
- data/spec/dummy/tmp/storage/ue/tu/uetusdeo9wpvtxlnxdasgy4g571h +0 -0
- data/spec/dummy/tmp/storage/um/nl/umnlqwj9iv7krwfn3s6g5vvv7nfi +0 -0
- data/spec/dummy/tmp/storage/um/w9/umw93cizx7laocmj8wwmnf8mmgk4 +0 -0
- data/spec/dummy/tmp/storage/uv/2m/uv2mi0xh894cnozzb7cqu09gqdpd +0 -0
- data/spec/dummy/tmp/storage/vi/i4/vii4euezr9ff0xu5ap7yyd00j3m9 +0 -0
- data/spec/dummy/tmp/storage/vn/g2/vng2onfy77nzprmy1yks40c0ye7g +0 -0
- data/spec/dummy/tmp/storage/w4/f9/w4f9wjrbmlksnbsth36c5ghybfj2 +0 -0
- data/spec/dummy/tmp/storage/we/6i/we6i04d0sxtguite5sm9hj1e74p5 +0 -0
- data/spec/dummy/tmp/storage/we/ot/weot8dwpp4ghagb6yudcza5s4b7e +0 -0
- data/spec/dummy/tmp/storage/wu/or/wuory3h00sk3mjovjy00gjpj5yem +0 -0
- data/spec/dummy/tmp/storage/wy/4r/wy4rkcqcpfif8argydum4mwpobn1 +0 -0
- data/spec/dummy/tmp/storage/xc/8f/xc8fv92nr83tpv8m1f9b2rz3hayg +0 -0
- data/spec/dummy/tmp/storage/xn/ce/xncehxpgg48jx675w0lx3osvhsvj +0 -0
- data/spec/dummy/tmp/storage/xn/pb/xnpbuj5ns40ddefjrsdevdehzeko +0 -0
- data/spec/dummy/tmp/storage/y0/ln/y0ln0x3dfo4cfi3pepkesodpfko0 +0 -0
- data/spec/dummy/tmp/storage/y4/nf/y4nfgp8pb33kscy5vbqcl1an8eqe +0 -0
- data/spec/dummy/tmp/storage/ye/bl/yeblxiqcymv7z2bqpwf5jkhrh3ae +0 -0
- data/spec/dummy/tmp/storage/yg/49/yg49usle0eexi8grfhozlne6auw1 +0 -0
- data/spec/dummy/tmp/storage/yl/0a/yl0adttsitq4x2z1oniu9z5jw46y +0 -0
- data/spec/dummy/tmp/storage/yy/kf/yykfwro4gjqrtk3kvo03xgrmve4l +0 -0
- data/spec/dummy/tmp/storage/z8/y6/z8y6inrrgivm0niw39os5nhoihv6 +0 -0
- data/spec/dummy/tmp/storage/zb/j7/zbj7wmend3hkuy7l4nee84zc10fz +0 -0
- data/spec/dummy/tmp/storage/zh/vc/zhvciv6eu20eaivgldcah0q86hcc +0 -0
- data/spec/dummy/tmp/storage/zz/ei/zzeie82wsfok4of0e96y7v0zrzit +0 -0
data/spec/dummy/bin/setup
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
require "fileutils"
|
3
|
-
|
4
|
-
APP_ROOT = File.expand_path("..", __dir__)
|
5
|
-
APP_NAME = "dummy"
|
6
|
-
|
7
|
-
def system!(*args)
|
8
|
-
system(*args, exception: true)
|
9
|
-
end
|
10
|
-
|
11
|
-
FileUtils.chdir APP_ROOT do
|
12
|
-
# This script is a way to set up or update your development environment automatically.
|
13
|
-
# This script is idempotent, so that you can run it at any time and get an expectable outcome.
|
14
|
-
# Add necessary setup steps to this file.
|
15
|
-
|
16
|
-
puts "== Installing dependencies =="
|
17
|
-
system! "gem install bundler --conservative"
|
18
|
-
system("bundle check") || system!("bundle install")
|
19
|
-
|
20
|
-
# puts "\n== Copying sample files =="
|
21
|
-
# unless File.exist?("config/database.yml")
|
22
|
-
# FileUtils.cp "config/database.yml.sample", "config/database.yml"
|
23
|
-
# end
|
24
|
-
|
25
|
-
puts "\n== Preparing database =="
|
26
|
-
system! "bin/rails db:prepare"
|
27
|
-
|
28
|
-
puts "\n== Removing old logs and tempfiles =="
|
29
|
-
system! "bin/rails log:clear tmp:clear"
|
30
|
-
|
31
|
-
puts "\n== Restarting application server =="
|
32
|
-
system! "bin/rails restart"
|
33
|
-
|
34
|
-
# puts "\n== Configuring puma-dev =="
|
35
|
-
# system "ln -nfs #{APP_ROOT} ~/.puma-dev/#{APP_NAME}"
|
36
|
-
# system "curl -Is https://#{APP_NAME}.test/up | head -n 1"
|
37
|
-
end
|
@@ -1,42 +0,0 @@
|
|
1
|
-
require_relative "boot"
|
2
|
-
|
3
|
-
require "rails"
|
4
|
-
# Pick the frameworks you want:
|
5
|
-
require "active_model/railtie"
|
6
|
-
require "active_job/railtie"
|
7
|
-
require "active_record/railtie"
|
8
|
-
require "active_storage/engine"
|
9
|
-
require "action_controller/railtie"
|
10
|
-
require "action_mailer/railtie"
|
11
|
-
require "action_mailbox/engine"
|
12
|
-
require "action_text/engine"
|
13
|
-
require "action_view/railtie"
|
14
|
-
require "action_cable/engine"
|
15
|
-
# require "rails/test_unit/railtie"
|
16
|
-
|
17
|
-
# Require the gems listed in Gemfile, including any gems
|
18
|
-
# you've limited to :test, :development, or :production.
|
19
|
-
Bundler.require(*Rails.groups)
|
20
|
-
|
21
|
-
module Dummy
|
22
|
-
class Application < Rails::Application
|
23
|
-
# Initialize configuration defaults for originally generated Rails version.
|
24
|
-
config.load_defaults 7.2
|
25
|
-
|
26
|
-
# Please, add to the `ignore` list any other `lib` subdirectories that do
|
27
|
-
# not contain `.rb` files, or that should not be reloaded or eager loaded.
|
28
|
-
# Common ones are `templates`, `generators`, or `middleware`, for example.
|
29
|
-
config.autoload_lib(ignore: %w[assets tasks])
|
30
|
-
|
31
|
-
# Configuration for the application, engines, and railties goes here.
|
32
|
-
#
|
33
|
-
# These settings can be overridden in specific environments using the files
|
34
|
-
# in config/environments, which are processed later.
|
35
|
-
#
|
36
|
-
# config.time_zone = "Central Time (US & Canada)"
|
37
|
-
# config.eager_load_paths << Rails.root.join("extras")
|
38
|
-
|
39
|
-
# Don't generate system test files.
|
40
|
-
config.generators.system_tests = nil
|
41
|
-
end
|
42
|
-
end
|
data/spec/dummy/config/boot.rb
DELETED
data/spec/dummy/config/cable.yml
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
# SQLite. Versions 3.8.0 and up are supported.
|
2
|
-
# gem install sqlite3
|
3
|
-
#
|
4
|
-
# Ensure the SQLite 3 gem is defined in your Gemfile
|
5
|
-
# gem "sqlite3"
|
6
|
-
#
|
7
|
-
default: &default
|
8
|
-
adapter: sqlite3
|
9
|
-
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
|
10
|
-
timeout: 5000
|
11
|
-
|
12
|
-
development:
|
13
|
-
<<: *default
|
14
|
-
database: storage/development.sqlite3
|
15
|
-
|
16
|
-
# Warning: The database defined as "test" will be erased and
|
17
|
-
# re-generated from your development database when you run "rake".
|
18
|
-
# Do not set this db to the same as development or production.
|
19
|
-
test:
|
20
|
-
<<: *default
|
21
|
-
database: storage/test.sqlite3
|
22
|
-
|
23
|
-
|
24
|
-
# SQLite3 write its data on the local filesystem, as such it requires
|
25
|
-
# persistent disks. If you are deploying to a managed service, you should
|
26
|
-
# make sure it provides disk persistence, as many don't.
|
27
|
-
#
|
28
|
-
# Similarly, if you deploy your application as a Docker container, you must
|
29
|
-
# ensure the database is located in a persisted volume.
|
30
|
-
production:
|
31
|
-
<<: *default
|
32
|
-
# database: path/to/persistent/storage/production.sqlite3
|
@@ -1,81 +0,0 @@
|
|
1
|
-
require "active_support/core_ext/integer/time"
|
2
|
-
|
3
|
-
Rails.application.configure do
|
4
|
-
# Settings specified here will take precedence over those in config/application.rb.
|
5
|
-
|
6
|
-
# In the development environment your application's code is reloaded any time
|
7
|
-
# it changes. This slows down response time but is perfect for development
|
8
|
-
# since you don't have to restart the web server when you make code changes.
|
9
|
-
config.enable_reloading = true
|
10
|
-
|
11
|
-
# Do not eager load code on boot.
|
12
|
-
config.eager_load = false
|
13
|
-
|
14
|
-
# Show full error reports.
|
15
|
-
config.consider_all_requests_local = true
|
16
|
-
|
17
|
-
# Enable server timing.
|
18
|
-
config.server_timing = true
|
19
|
-
|
20
|
-
# Enable/disable caching. By default caching is disabled.
|
21
|
-
# Run rails dev:cache to toggle caching.
|
22
|
-
if Rails.root.join("tmp/caching-dev.txt").exist?
|
23
|
-
config.action_controller.perform_caching = true
|
24
|
-
config.action_controller.enable_fragment_cache_logging = true
|
25
|
-
|
26
|
-
config.cache_store = :memory_store
|
27
|
-
config.public_file_server.headers = { "Cache-Control" => "public, max-age=#{2.days.to_i}" }
|
28
|
-
else
|
29
|
-
config.action_controller.perform_caching = false
|
30
|
-
|
31
|
-
config.cache_store = :null_store
|
32
|
-
end
|
33
|
-
|
34
|
-
# Store uploaded files on the local file system (see config/storage.yml for options).
|
35
|
-
config.active_storage.service = :local
|
36
|
-
|
37
|
-
# Don't care if the mailer can't send.
|
38
|
-
config.action_mailer.raise_delivery_errors = false
|
39
|
-
|
40
|
-
# Disable caching for Action Mailer templates even if Action Controller
|
41
|
-
# caching is enabled.
|
42
|
-
config.action_mailer.perform_caching = false
|
43
|
-
|
44
|
-
config.action_mailer.default_url_options = { host: "localhost", port: 3000 }
|
45
|
-
|
46
|
-
# Print deprecation notices to the Rails logger.
|
47
|
-
config.active_support.deprecation = :log
|
48
|
-
|
49
|
-
# Raise exceptions for disallowed deprecations.
|
50
|
-
config.active_support.disallowed_deprecation = :raise
|
51
|
-
|
52
|
-
# Tell Active Support which deprecation messages to disallow.
|
53
|
-
config.active_support.disallowed_deprecation_warnings = []
|
54
|
-
|
55
|
-
# Raise an error on page load if there are pending migrations.
|
56
|
-
config.active_record.migration_error = :page_load
|
57
|
-
|
58
|
-
# Highlight code that triggered database queries in logs.
|
59
|
-
config.active_record.verbose_query_logs = true
|
60
|
-
|
61
|
-
# Highlight code that enqueued background job in logs.
|
62
|
-
config.active_job.verbose_enqueue_logs = true
|
63
|
-
|
64
|
-
# Suppress logger output for asset requests.
|
65
|
-
config.assets.quiet = true
|
66
|
-
|
67
|
-
# Raises error for missing translations.
|
68
|
-
# config.i18n.raise_on_missing_translations = true
|
69
|
-
|
70
|
-
# Annotate rendered view with file names.
|
71
|
-
config.action_view.annotate_rendered_view_with_filenames = true
|
72
|
-
|
73
|
-
# Uncomment if you wish to allow Action Cable access from any origin.
|
74
|
-
# config.action_cable.disable_request_forgery_protection = true
|
75
|
-
|
76
|
-
# Raise error when a before_action's only/except options reference missing actions.
|
77
|
-
config.action_controller.raise_on_missing_callback_actions = true
|
78
|
-
|
79
|
-
# Apply autocorrection by RuboCop to files generated by `bin/rails generate`.
|
80
|
-
# config.generators.apply_rubocop_autocorrect_after_generate!
|
81
|
-
end
|
@@ -1,105 +0,0 @@
|
|
1
|
-
require "active_support/core_ext/integer/time"
|
2
|
-
|
3
|
-
Rails.application.configure do
|
4
|
-
# Settings specified here will take precedence over those in config/application.rb.
|
5
|
-
|
6
|
-
# Code is not reloaded between requests.
|
7
|
-
config.enable_reloading = false
|
8
|
-
|
9
|
-
# Eager load code on boot. This eager loads most of Rails and
|
10
|
-
# your application in memory, allowing both threaded web servers
|
11
|
-
# and those relying on copy on write to perform better.
|
12
|
-
# Rake tasks automatically ignore this option for performance.
|
13
|
-
config.eager_load = true
|
14
|
-
|
15
|
-
# Full error reports are disabled and caching is turned on.
|
16
|
-
config.consider_all_requests_local = false
|
17
|
-
config.action_controller.perform_caching = true
|
18
|
-
|
19
|
-
# Ensures that a master key has been made available in ENV["RAILS_MASTER_KEY"], config/master.key, or an environment
|
20
|
-
# key such as config/credentials/production.key. This key is used to decrypt credentials (and other encrypted files).
|
21
|
-
# config.require_master_key = true
|
22
|
-
|
23
|
-
# Disable serving static files from `public/`, relying on NGINX/Apache to do so instead.
|
24
|
-
# config.public_file_server.enabled = false
|
25
|
-
|
26
|
-
# Compress CSS using a preprocessor.
|
27
|
-
# config.assets.css_compressor = :sass
|
28
|
-
|
29
|
-
# Do not fall back to assets pipeline if a precompiled asset is missed.
|
30
|
-
config.assets.compile = false
|
31
|
-
|
32
|
-
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
|
33
|
-
# config.asset_host = "http://assets.example.com"
|
34
|
-
|
35
|
-
# Specifies the header that your server uses for sending files.
|
36
|
-
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for Apache
|
37
|
-
# config.action_dispatch.x_sendfile_header = "X-Accel-Redirect" # for NGINX
|
38
|
-
|
39
|
-
# Store uploaded files on the local file system (see config/storage.yml for options).
|
40
|
-
config.active_storage.service = :local
|
41
|
-
|
42
|
-
# Mount Action Cable outside main process or domain.
|
43
|
-
# config.action_cable.mount_path = nil
|
44
|
-
# config.action_cable.url = "wss://example.com/cable"
|
45
|
-
# config.action_cable.allowed_request_origins = [ "http://example.com", /http:\/\/example.*/ ]
|
46
|
-
|
47
|
-
# Assume all access to the app is happening through a SSL-terminating reverse proxy.
|
48
|
-
# Can be used together with config.force_ssl for Strict-Transport-Security and secure cookies.
|
49
|
-
# config.assume_ssl = true
|
50
|
-
|
51
|
-
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
52
|
-
config.force_ssl = true
|
53
|
-
|
54
|
-
# Skip http-to-https redirect for the default health check endpoint.
|
55
|
-
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
|
56
|
-
|
57
|
-
# Log to STDOUT by default
|
58
|
-
config.logger = ActiveSupport::Logger.new(STDOUT)
|
59
|
-
.tap { |logger| logger.formatter = ::Logger::Formatter.new }
|
60
|
-
.then { |logger| ActiveSupport::TaggedLogging.new(logger) }
|
61
|
-
|
62
|
-
# Prepend all log lines with the following tags.
|
63
|
-
config.log_tags = [ :request_id ]
|
64
|
-
|
65
|
-
# "info" includes generic and useful information about system operation, but avoids logging too much
|
66
|
-
# information to avoid inadvertent exposure of personally identifiable information (PII). If you
|
67
|
-
# want to log everything, set the level to "debug".
|
68
|
-
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
|
69
|
-
|
70
|
-
# Use a different cache store in production.
|
71
|
-
# config.cache_store = :mem_cache_store
|
72
|
-
|
73
|
-
# Use a real queuing backend for Active Job (and separate queues per environment).
|
74
|
-
# config.active_job.queue_adapter = :resque
|
75
|
-
# config.active_job.queue_name_prefix = "dummy_production"
|
76
|
-
|
77
|
-
# Disable caching for Action Mailer templates even if Action Controller
|
78
|
-
# caching is enabled.
|
79
|
-
config.action_mailer.perform_caching = false
|
80
|
-
|
81
|
-
# Ignore bad email addresses and do not raise email delivery errors.
|
82
|
-
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
|
83
|
-
# config.action_mailer.raise_delivery_errors = false
|
84
|
-
|
85
|
-
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
86
|
-
# the I18n.default_locale when a translation cannot be found).
|
87
|
-
config.i18n.fallbacks = true
|
88
|
-
|
89
|
-
# Don't log any deprecations.
|
90
|
-
config.active_support.report_deprecations = false
|
91
|
-
|
92
|
-
# Do not dump schema after migrations.
|
93
|
-
config.active_record.dump_schema_after_migration = false
|
94
|
-
|
95
|
-
# Only use :id for inspections in production.
|
96
|
-
config.active_record.attributes_for_inspect = [ :id ]
|
97
|
-
|
98
|
-
# Enable DNS rebinding protection and other `Host` header attacks.
|
99
|
-
# config.hosts = [
|
100
|
-
# "example.com", # Allow requests from example.com
|
101
|
-
# /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
|
102
|
-
# ]
|
103
|
-
# Skip DNS rebinding protection for the default health check endpoint.
|
104
|
-
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
|
105
|
-
end
|
@@ -1,67 +0,0 @@
|
|
1
|
-
require "active_support/core_ext/integer/time"
|
2
|
-
|
3
|
-
# The test environment is used exclusively to run your application's
|
4
|
-
# test suite. You never need to work with it otherwise. Remember that
|
5
|
-
# your test database is "scratch space" for the test suite and is wiped
|
6
|
-
# and recreated between test runs. Don't rely on the data there!
|
7
|
-
|
8
|
-
Rails.application.configure do
|
9
|
-
# Settings specified here will take precedence over those in config/application.rb.
|
10
|
-
|
11
|
-
# While tests run files are not watched, reloading is not necessary.
|
12
|
-
config.enable_reloading = false
|
13
|
-
|
14
|
-
# Eager loading loads your entire application. When running a single test locally,
|
15
|
-
# this is usually not necessary, and can slow down your test suite. However, it's
|
16
|
-
# recommended that you enable it in continuous integration systems to ensure eager
|
17
|
-
# loading is working properly before deploying your code.
|
18
|
-
config.eager_load = ENV["CI"].present?
|
19
|
-
|
20
|
-
# Configure public file server for tests with Cache-Control for performance.
|
21
|
-
config.public_file_server.headers = { "Cache-Control" => "public, max-age=#{1.hour.to_i}" }
|
22
|
-
|
23
|
-
# Show full error reports and disable caching.
|
24
|
-
config.consider_all_requests_local = true
|
25
|
-
config.action_controller.perform_caching = false
|
26
|
-
config.cache_store = :null_store
|
27
|
-
|
28
|
-
# Render exception templates for rescuable exceptions and raise for other exceptions.
|
29
|
-
config.action_dispatch.show_exceptions = :rescuable
|
30
|
-
|
31
|
-
# Disable request forgery protection in test environment.
|
32
|
-
config.action_controller.allow_forgery_protection = false
|
33
|
-
|
34
|
-
# Store uploaded files on the local file system in a temporary directory.
|
35
|
-
config.active_storage.service = :test
|
36
|
-
|
37
|
-
# Disable caching for Action Mailer templates even if Action Controller
|
38
|
-
# caching is enabled.
|
39
|
-
config.action_mailer.perform_caching = false
|
40
|
-
|
41
|
-
# Tell Action Mailer not to deliver emails to the real world.
|
42
|
-
# The :test delivery method accumulates sent emails in the
|
43
|
-
# ActionMailer::Base.deliveries array.
|
44
|
-
config.action_mailer.delivery_method = :test
|
45
|
-
|
46
|
-
# Unlike controllers, the mailer instance doesn't have any context about the
|
47
|
-
# incoming request so you'll need to provide the :host parameter yourself.
|
48
|
-
config.action_mailer.default_url_options = { host: "www.example.com" }
|
49
|
-
|
50
|
-
# Print deprecation notices to the stderr.
|
51
|
-
config.active_support.deprecation = :stderr
|
52
|
-
|
53
|
-
# Raise exceptions for disallowed deprecations.
|
54
|
-
config.active_support.disallowed_deprecation = :raise
|
55
|
-
|
56
|
-
# Tell Active Support which deprecation messages to disallow.
|
57
|
-
config.active_support.disallowed_deprecation_warnings = []
|
58
|
-
|
59
|
-
# Raises error for missing translations.
|
60
|
-
# config.i18n.raise_on_missing_translations = true
|
61
|
-
|
62
|
-
# Annotate rendered view with file names.
|
63
|
-
# config.action_view.annotate_rendered_view_with_filenames = true
|
64
|
-
|
65
|
-
# Raise error when a before_action's only/except options reference missing actions.
|
66
|
-
config.action_controller.raise_on_missing_callback_actions = true
|
67
|
-
end
|
@@ -1,12 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Version of your assets, change this if you want to expire all your assets.
|
4
|
-
Rails.application.config.assets.version = "1.0"
|
5
|
-
|
6
|
-
# Add additional assets to the asset load path.
|
7
|
-
# Rails.application.config.assets.paths << Emoji.images_path
|
8
|
-
|
9
|
-
# Precompile additional assets.
|
10
|
-
# application.js, application.css, and all non-JS/CSS in the app/assets
|
11
|
-
# folder are already added.
|
12
|
-
# Rails.application.config.assets.precompile += %w[ admin.js admin.css ]
|
@@ -1,25 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Define an application-wide content security policy.
|
4
|
-
# See the Securing Rails Applications Guide for more information:
|
5
|
-
# https://guides.rubyonrails.org/security.html#content-security-policy-header
|
6
|
-
|
7
|
-
# Rails.application.configure do
|
8
|
-
# config.content_security_policy do |policy|
|
9
|
-
# policy.default_src :self, :https
|
10
|
-
# policy.font_src :self, :https, :data
|
11
|
-
# policy.img_src :self, :https, :data
|
12
|
-
# policy.object_src :none
|
13
|
-
# policy.script_src :self, :https
|
14
|
-
# policy.style_src :self, :https
|
15
|
-
# # Specify URI for violation reports
|
16
|
-
# # policy.report_uri "/csp-violation-report-endpoint"
|
17
|
-
# end
|
18
|
-
#
|
19
|
-
# # Generate session nonces for permitted importmap, inline scripts, and inline styles.
|
20
|
-
# config.content_security_policy_nonce_generator = ->(request) { request.session.id.to_s }
|
21
|
-
# config.content_security_policy_nonce_directives = %w(script-src style-src)
|
22
|
-
#
|
23
|
-
# # Report violations without enforcing the policy.
|
24
|
-
# # config.content_security_policy_report_only = true
|
25
|
-
# end
|
@@ -1,8 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file.
|
4
|
-
# Use this to limit dissemination of sensitive information.
|
5
|
-
# See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
|
6
|
-
Rails.application.config.filter_parameters += [
|
7
|
-
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
|
8
|
-
]
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Add new inflection rules using the following format. Inflections
|
4
|
-
# are locale specific, and you may define rules for as many different
|
5
|
-
# locales as you wish. All of these examples are active by default:
|
6
|
-
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
7
|
-
# inflect.plural /^(ox)$/i, "\\1en"
|
8
|
-
# inflect.singular /^(ox)en/i, "\\1"
|
9
|
-
# inflect.irregular "person", "people"
|
10
|
-
# inflect.uncountable %w( fish sheep )
|
11
|
-
# end
|
12
|
-
|
13
|
-
# These inflection rules are supported but not enabled by default:
|
14
|
-
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
15
|
-
# inflect.acronym "RESTful"
|
16
|
-
# end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
#
|
3
|
-
# This file eases your Rails 7.2 framework defaults upgrade.
|
4
|
-
#
|
5
|
-
# Uncomment each configuration one by one to switch to the new default.
|
6
|
-
# Once your application is ready to run with all new defaults, you can remove
|
7
|
-
# this file and set the `config.load_defaults` to `7.2`.
|
8
|
-
#
|
9
|
-
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
|
10
|
-
# https://guides.rubyonrails.org/upgrading_ruby_on_rails.html
|
11
|
-
|
12
|
-
###
|
13
|
-
# Controls whether Active Job's `#perform_later` and similar methods automatically defer
|
14
|
-
# the job queuing to after the current Active Record transaction is committed.
|
15
|
-
#
|
16
|
-
# Example:
|
17
|
-
# Topic.transaction do
|
18
|
-
# topic = Topic.create(...)
|
19
|
-
# NewTopicNotificationJob.perform_later(topic)
|
20
|
-
# end
|
21
|
-
#
|
22
|
-
# In this example, if the configuration is set to `:never`, the job will
|
23
|
-
# be enqueued immediately, even though the `Topic` hasn't been committed yet.
|
24
|
-
# Because of this, if the job is picked up almost immediately, or if the
|
25
|
-
# transaction doesn't succeed for some reason, the job will fail to find this
|
26
|
-
# topic in the database.
|
27
|
-
#
|
28
|
-
# If `enqueue_after_transaction_commit` is set to `:default`, the queue adapter
|
29
|
-
# will define the behaviour.
|
30
|
-
#
|
31
|
-
# Note: Active Job backends can disable this feature. This is generally done by
|
32
|
-
# backends that use the same database as Active Record as a queue, hence they
|
33
|
-
# don't need this feature.
|
34
|
-
#++
|
35
|
-
# Rails.application.config.active_job.enqueue_after_transaction_commit = :default
|
36
|
-
|
37
|
-
###
|
38
|
-
# Adds image/webp to the list of content types Active Storage considers as an image
|
39
|
-
# Prevents automatic conversion to a fallback PNG, and assumes clients support WebP, as they support gif, jpeg, and png.
|
40
|
-
# This is possible due to broad browser support for WebP, but older browsers and email clients may still not support
|
41
|
-
# WebP. Requires imagemagick/libvips built with WebP support.
|
42
|
-
#++
|
43
|
-
# Rails.application.config.active_storage.web_image_content_types = %w[image/png image/jpeg image/gif image/webp]
|
44
|
-
|
45
|
-
###
|
46
|
-
# Enable validation of migration timestamps. When set, an ActiveRecord::InvalidMigrationTimestampError
|
47
|
-
# will be raised if the timestamp prefix for a migration is more than a day ahead of the timestamp
|
48
|
-
# associated with the current time. This is done to prevent forward-dating of migration files, which can
|
49
|
-
# impact migration generation and other migration commands.
|
50
|
-
#
|
51
|
-
# Applications with existing timestamped migrations that do not adhere to the
|
52
|
-
# expected format can disable validation by setting this config to `false`.
|
53
|
-
#++
|
54
|
-
# Rails.application.config.active_record.validate_migration_timestamps = true
|
55
|
-
|
56
|
-
###
|
57
|
-
# Controls whether the PostgresqlAdapter should decode dates automatically with manual queries.
|
58
|
-
#
|
59
|
-
# Example:
|
60
|
-
# ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.select_value("select '2024-01-01'::date") #=> Date
|
61
|
-
#
|
62
|
-
# This query used to return a `String`.
|
63
|
-
#++
|
64
|
-
# Rails.application.config.active_record.postgresql_adapter_decode_dates = true
|
65
|
-
|
66
|
-
###
|
67
|
-
# Enables YJIT as of Ruby 3.3, to bring sizeable performance improvements. If you are
|
68
|
-
# deploying to a memory constrained environment you may want to set this to `false`.
|
69
|
-
#++
|
70
|
-
# Rails.application.config.yjit = true
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Define an application-wide HTTP permissions policy. For further
|
4
|
-
# information see: https://developers.google.com/web/updates/2018/06/feature-policy
|
5
|
-
|
6
|
-
# Rails.application.config.permissions_policy do |policy|
|
7
|
-
# policy.camera :none
|
8
|
-
# policy.gyroscope :none
|
9
|
-
# policy.microphone :none
|
10
|
-
# policy.usb :none
|
11
|
-
# policy.fullscreen :self
|
12
|
-
# policy.payment :self, "https://secure.example.com"
|
13
|
-
# end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
# Files in the config/locales directory are used for internationalization and
|
2
|
-
# are automatically loaded by Rails. If you want to use locales other than
|
3
|
-
# English, add the necessary files in this directory.
|
4
|
-
#
|
5
|
-
# To use the locales, use `I18n.t`:
|
6
|
-
#
|
7
|
-
# I18n.t "hello"
|
8
|
-
#
|
9
|
-
# In views, this is aliased to just `t`:
|
10
|
-
#
|
11
|
-
# <%= t("hello") %>
|
12
|
-
#
|
13
|
-
# To use a different locale, set it with `I18n.locale`:
|
14
|
-
#
|
15
|
-
# I18n.locale = :es
|
16
|
-
#
|
17
|
-
# This would use the information in config/locales/es.yml.
|
18
|
-
#
|
19
|
-
# To learn more about the API, please read the Rails Internationalization guide
|
20
|
-
# at https://guides.rubyonrails.org/i18n.html.
|
21
|
-
#
|
22
|
-
# Be aware that YAML interprets the following case-insensitive strings as
|
23
|
-
# booleans: `true`, `false`, `on`, `off`, `yes`, `no`. Therefore, these strings
|
24
|
-
# must be quoted to be interpreted as strings. For example:
|
25
|
-
#
|
26
|
-
# en:
|
27
|
-
# "yes": yup
|
28
|
-
# enabled: "ON"
|
29
|
-
|
30
|
-
en:
|
31
|
-
hello: "Hello world"
|
data/spec/dummy/config/puma.rb
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
# This configuration file will be evaluated by Puma. The top-level methods that
|
2
|
-
# are invoked here are part of Puma's configuration DSL. For more information
|
3
|
-
# about methods provided by the DSL, see https://puma.io/puma/Puma/DSL.html.
|
4
|
-
|
5
|
-
# Puma starts a configurable number of processes (workers) and each process
|
6
|
-
# serves each request in a thread from an internal thread pool.
|
7
|
-
#
|
8
|
-
# The ideal number of threads per worker depends both on how much time the
|
9
|
-
# application spends waiting for IO operations and on how much you wish to
|
10
|
-
# to prioritize throughput over latency.
|
11
|
-
#
|
12
|
-
# As a rule of thumb, increasing the number of threads will increase how much
|
13
|
-
# traffic a given process can handle (throughput), but due to CRuby's
|
14
|
-
# Global VM Lock (GVL) it has diminishing returns and will degrade the
|
15
|
-
# response time (latency) of the application.
|
16
|
-
#
|
17
|
-
# The default is set to 3 threads as it's deemed a decent compromise between
|
18
|
-
# throughput and latency for the average Rails application.
|
19
|
-
#
|
20
|
-
# Any libraries that use a connection pool or another resource pool should
|
21
|
-
# be configured to provide at least as many connections as the number of
|
22
|
-
# threads. This includes Active Record's `pool` parameter in `database.yml`.
|
23
|
-
threads_count = ENV.fetch("RAILS_MAX_THREADS", 3)
|
24
|
-
threads threads_count, threads_count
|
25
|
-
|
26
|
-
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
27
|
-
port ENV.fetch("PORT", 3000)
|
28
|
-
|
29
|
-
# Allow puma to be restarted by `bin/rails restart` command.
|
30
|
-
plugin :tmp_restart
|
31
|
-
|
32
|
-
# Specify the PID file. Defaults to tmp/pids/server.pid in development.
|
33
|
-
# In other environments, only set the PID file if requested.
|
34
|
-
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
|
data/spec/dummy/config/routes.rb
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
test:
|
2
|
-
service: Disk
|
3
|
-
root: <%= Rails.root.join("tmp/storage") %>
|
4
|
-
|
5
|
-
local:
|
6
|
-
service: Disk
|
7
|
-
root: <%= Rails.root.join("storage") %>
|
8
|
-
|
9
|
-
# Use bin/rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
|
10
|
-
# amazon:
|
11
|
-
# service: S3
|
12
|
-
# access_key_id: <%= Rails.application.credentials.dig(:aws, :access_key_id) %>
|
13
|
-
# secret_access_key: <%= Rails.application.credentials.dig(:aws, :secret_access_key) %>
|
14
|
-
# region: us-east-1
|
15
|
-
# bucket: your_own_bucket-<%= Rails.env %>
|
16
|
-
|
17
|
-
# Remember not to checkin your GCS keyfile to a repository
|
18
|
-
# google:
|
19
|
-
# service: GCS
|
20
|
-
# project: your_project
|
21
|
-
# credentials: <%= Rails.root.join("path/to/gcs.keyfile") %>
|
22
|
-
# bucket: your_own_bucket-<%= Rails.env %>
|
23
|
-
|
24
|
-
# Use bin/rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key)
|
25
|
-
# microsoft:
|
26
|
-
# service: AzureStorage
|
27
|
-
# storage_account_name: your_account_name
|
28
|
-
# storage_access_key: <%= Rails.application.credentials.dig(:azure_storage, :storage_access_key) %>
|
29
|
-
# container: your_container_name-<%= Rails.env %>
|
30
|
-
|
31
|
-
# mirror:
|
32
|
-
# service: Mirror
|
33
|
-
# primary: local
|
34
|
-
# mirrors: [ amazon, google, microsoft ]
|