上级 48375319
# frozen_string_literal: true
# Order dependent. E.g. Action Mailbox depends on Active Record so it should be after.
FRAMEWORKS = %w(
activejob
activesupport
activemodel
activerecord
activestorage
activesupport
actionview
actionpack
activejob
actionmailer
actioncable
activestorage
actionmailbox
actionmailer
actionpack
actiontext
actionview
railties
)
FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册