chore: add project configuration files
- Add .gitignore to exclude IDE-specific files - Create misc.xml, modules.xml, and vcs.xml for project settings - Add sample_rails_app.iml for Ruby on Rails module configuration - Remove unused gems from Gemfile.lock to streamline dependencies These changes set up the project environment for Ruby on Rails development and improve dependency management by removing unnecessary gems.
This commit is contained in:
parent
2b03661431
commit
de60010a5c
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
4
.idea/misc.xml
generated
Normal file
4
.idea/misc.xml
generated
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectRootManager" version="2" project-jdk-name="mise: 3.3.5" project-jdk-type="RUBY_SDK" />
|
||||||
|
</project>
|
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/sample_rails_app.iml" filepath="$PROJECT_DIR$/.idea/sample_rails_app.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
347
.idea/sample_rails_app.iml
generated
Normal file
347
.idea/sample_rails_app.iml
generated
Normal file
@ -0,0 +1,347 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="RUBY_MODULE" version="4">
|
||||||
|
<component name="FacetManager">
|
||||||
|
<facet type="RailsFacetType" name="Ruby on Rails">
|
||||||
|
<configuration>
|
||||||
|
<RAILS_FACET_CONFIG_ID NAME="RAILS_FACET_SUPPORT_REMOVED" VALUE="false" />
|
||||||
|
<RAILS_FACET_CONFIG_ID NAME="RAILS_TESTS_SOURCES_PATCHED" VALUE="true" />
|
||||||
|
<RAILS_FACET_CONFIG_ID NAME="RAILS_FACET_APPLICATION_ROOT" VALUE="$MODULE_DIR$" />
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
|
</component>
|
||||||
|
<component name="ModuleRunConfigurationManager">
|
||||||
|
<shared />
|
||||||
|
</component>
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.bundle" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/components" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/log" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/public/packs" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/public/system" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/vendor/cache" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="actioncable (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="actionmailbox (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="actionmailer (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="actionpack (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="actiontext (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="actionview (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="activejob (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="activemodel (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="activerecord (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="activestorage (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="activesupport (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.8.7, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="ansi (v1.5.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="base64 (v0.2.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bcrypt (v3.1.20, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bcrypt_pbkdf (v1.1.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="benchmark (v0.4.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.9, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bindex (v0.8.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bootsnap (v1.18.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="brakeman (v6.2.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="builder (v3.3.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.6.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="capybara (v3.40.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.3, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.3.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="connection_pool (v2.4.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="crass (v1.0.6, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="cssbundling-rails (v1.4.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="date (v3.4.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="debug (v1.10.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="dotenv (v3.1.7, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="drb (v2.2.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="ed25519 (v1.3.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="erubi (v1.13.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="et-orbi (v1.2.11, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.17.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="formatador (v1.1.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="fugit (v1.11.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="globalid (v1.2.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="guard (v2.19.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.14.6, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="importmap-rails (v2.1.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="io-console (v0.8.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="irb (v1.14.3, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="jbuilder (v2.13.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="jsbundling-rails (v1.3.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="json (v2.9.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="kamal (v2.4.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="language_server-protocol (v3.17.0.3, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="listen (v3.9.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="logger (v1.6.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="loofah (v2.23.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="lumberjack (v1.2.10, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="mail (v2.8.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="marcel (v1.0.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="matrix (v0.4.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="method_source (v1.1.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="mini_mime (v1.1.5, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.25.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="minitest-reporters (v1.7.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="msgpack (v1.7.5, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="nenv (v0.3.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="net-imap (v0.5.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="net-pop (v0.1.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="net-protocol (v0.2.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="net-scp (v4.0.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="net-sftp (v4.0.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="net-smtp (v0.5.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="net-ssh (v7.3.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="nio4r (v2.7.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.18.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="notiffany (v0.1.3, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="ostruct (v0.6.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.26.3, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="parser (v3.3.6.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="propshaft (v1.1.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="pry (v0.15.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="psych (v5.2.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v6.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="puma (v6.5.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="raabro (v1.4.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="racc (v1.8.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rack (v2.2.10, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rack-session (v1.0.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rack-test (v2.2.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rackup (v1.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rails (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rails-controller-testing (v1.0.5, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.2.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.6.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="railties (v8.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rake (v13.2.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.11.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.11.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rdoc (v6.10.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.10.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="reline (v0.6.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rexml (v3.4.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rubocop (v1.69.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.37.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rubocop-minitest (v0.36.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rubocop-performance (v1.23.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rubocop-rails (v2.28.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rubocop-rails-omakase (v1.0.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.13.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v2.3.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="securerandom (v0.4.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="selenium-webdriver (v4.27.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="shellany (v0.0.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="solid_cable (v3.0.5, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="solid_cache (v1.0.6, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="solid_queue (v1.1.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="sqlite3 (v2.5.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="sshkit (v1.23.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="stimulus-rails (v1.3.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="stringio (v3.1.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="thor (v1.3.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="thruster (v0.1.9, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="timeout (v0.4.3, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="turbo-rails (v2.0.11, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v2.0.6, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v3.1.3, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="unicode-emoji (v4.0.4, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="uri (v1.0.2, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="useragent (v0.16.11, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="web-console (v4.2.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="webrick (v1.9.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="websocket (v1.2.11, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="websocket-driver (v0.7.6, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="websocket-extensions (v0.1.5, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="xpath (v3.2.0, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.7.1, mise: 3.3.5) [gem]" level="application" />
|
||||||
|
</component>
|
||||||
|
<component name="RModuleSettingsStorage">
|
||||||
|
<LOAD_PATH number="0" />
|
||||||
|
<I18N_FOLDERS number="1" string0="$MODULE_DIR$/config/locales" />
|
||||||
|
</component>
|
||||||
|
<component name="RailsGeneratorsCache">
|
||||||
|
<option name="generators">
|
||||||
|
<list>
|
||||||
|
<option value="active_record:application_record" />
|
||||||
|
<option value="active_record:multi_db" />
|
||||||
|
<option value="application_record" />
|
||||||
|
<option value="authentication" />
|
||||||
|
<option value="benchmark" />
|
||||||
|
<option value="channel" />
|
||||||
|
<option value="controller" />
|
||||||
|
<option value="erb:authentication" />
|
||||||
|
<option value="generator" />
|
||||||
|
<option value="helper" />
|
||||||
|
<option value="integration_test" />
|
||||||
|
<option value="jbuilder" />
|
||||||
|
<option value="job" />
|
||||||
|
<option value="mailbox" />
|
||||||
|
<option value="mailer" />
|
||||||
|
<option value="migration" />
|
||||||
|
<option value="model" />
|
||||||
|
<option value="resource" />
|
||||||
|
<option value="scaffold" />
|
||||||
|
<option value="scaffold_controller" />
|
||||||
|
<option value="script" />
|
||||||
|
<option value="solid_cable:install" />
|
||||||
|
<option value="solid_cable:update" />
|
||||||
|
<option value="solid_cache:install" />
|
||||||
|
<option value="solid_queue:install" />
|
||||||
|
<option value="stimulus" />
|
||||||
|
<option value="system_test" />
|
||||||
|
<option value="task" />
|
||||||
|
<option value="test_unit:authentication" />
|
||||||
|
<option value="test_unit:channel" />
|
||||||
|
<option value="test_unit:generator" />
|
||||||
|
<option value="test_unit:install" />
|
||||||
|
<option value="test_unit:mailbox" />
|
||||||
|
<option value="test_unit:plugin" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="myGenerators">
|
||||||
|
<list>
|
||||||
|
<option value="active_record:application_record" />
|
||||||
|
<option value="active_record:multi_db" />
|
||||||
|
<option value="application_record" />
|
||||||
|
<option value="authentication" />
|
||||||
|
<option value="benchmark" />
|
||||||
|
<option value="channel" />
|
||||||
|
<option value="controller" />
|
||||||
|
<option value="erb:authentication" />
|
||||||
|
<option value="generator" />
|
||||||
|
<option value="helper" />
|
||||||
|
<option value="integration_test" />
|
||||||
|
<option value="jbuilder" />
|
||||||
|
<option value="job" />
|
||||||
|
<option value="mailbox" />
|
||||||
|
<option value="mailer" />
|
||||||
|
<option value="migration" />
|
||||||
|
<option value="model" />
|
||||||
|
<option value="resource" />
|
||||||
|
<option value="scaffold" />
|
||||||
|
<option value="scaffold_controller" />
|
||||||
|
<option value="script" />
|
||||||
|
<option value="solid_cable:install" />
|
||||||
|
<option value="solid_cable:update" />
|
||||||
|
<option value="solid_cache:install" />
|
||||||
|
<option value="solid_queue:install" />
|
||||||
|
<option value="stimulus" />
|
||||||
|
<option value="system_test" />
|
||||||
|
<option value="task" />
|
||||||
|
<option value="test_unit:authentication" />
|
||||||
|
<option value="test_unit:channel" />
|
||||||
|
<option value="test_unit:generator" />
|
||||||
|
<option value="test_unit:install" />
|
||||||
|
<option value="test_unit:mailbox" />
|
||||||
|
<option value="test_unit:plugin" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
<component name="RailsPaths" isManagedAutomatically="true">
|
||||||
|
<entry key="app">
|
||||||
|
<value>file://$MODULE_DIR$/app</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="app/assets">
|
||||||
|
<value>file://$MODULE_DIR$/app/assets</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="app/channels">
|
||||||
|
<value>file://$MODULE_DIR$/app/channels</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="app/controllers">
|
||||||
|
<value>file://$MODULE_DIR$/app/controllers</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="app/helpers">
|
||||||
|
<value>file://$MODULE_DIR$/app/helpers</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="app/mailers">
|
||||||
|
<value>file://$MODULE_DIR$/app/mailers</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="app/models">
|
||||||
|
<value>file://$MODULE_DIR$/app/models</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="app/views">
|
||||||
|
<value>file://$MODULE_DIR$/app/views</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config">
|
||||||
|
<value>file://$MODULE_DIR$/config</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/cable">
|
||||||
|
<value>file://$MODULE_DIR$/config/cable.yml</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/database">
|
||||||
|
<value>file://$MODULE_DIR$/config/database.yml</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/environment">
|
||||||
|
<value>file://$MODULE_DIR$/config/environment.rb</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/environments">
|
||||||
|
<value>file://$MODULE_DIR$/config/environments</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/initializers">
|
||||||
|
<value>file://$MODULE_DIR$/config/initializers</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/locales">
|
||||||
|
<value>file://$MODULE_DIR$/config/locales</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/routes">
|
||||||
|
<value>file://$MODULE_DIR$/config/routes</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/routes.rb">
|
||||||
|
<value>file://$MODULE_DIR$/config/routes.rb</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="config/secrets">
|
||||||
|
<value>file://$MODULE_DIR$/config</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="db">
|
||||||
|
<value>file://$MODULE_DIR$/db</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="db/migrate">
|
||||||
|
<value>file://$MODULE_DIR$/db/migrate</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="db/seeds.rb">
|
||||||
|
<value>file://$MODULE_DIR$/db/seeds.rb</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="lib">
|
||||||
|
<value>file://$MODULE_DIR$/lib</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="lib/assets">
|
||||||
|
<value>file://$MODULE_DIR$/lib/assets</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="lib/tasks">
|
||||||
|
<value>file://$MODULE_DIR$/lib/tasks</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="lib/templates">
|
||||||
|
<value>file://$MODULE_DIR$/lib/templates</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="log">
|
||||||
|
<value>file://$MODULE_DIR$/log/development.log</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="public">
|
||||||
|
<value>file://$MODULE_DIR$/public</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="public/javascripts">
|
||||||
|
<value>file://$MODULE_DIR$/public/javascripts</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="public/stylesheets">
|
||||||
|
<value>file://$MODULE_DIR$/public/stylesheets</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="tmp">
|
||||||
|
<value>file://$MODULE_DIR$/tmp</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="vendor">
|
||||||
|
<value>file://$MODULE_DIR$/vendor</value>
|
||||||
|
</entry>
|
||||||
|
<entry key="vendor/assets">
|
||||||
|
<value>file://$MODULE_DIR$/vendor/assets</value>
|
||||||
|
</entry>
|
||||||
|
</component>
|
||||||
|
</module>
|
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
29
Gemfile.lock
29
Gemfile.lock
@ -76,8 +76,6 @@ GEM
|
|||||||
public_suffix (>= 2.0.2, < 7.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
ansi (1.5.0)
|
ansi (1.5.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
autoprefixer-rails (10.4.19.0)
|
|
||||||
execjs (~> 2)
|
|
||||||
base64 (0.2.0)
|
base64 (0.2.0)
|
||||||
bcrypt (3.1.20)
|
bcrypt (3.1.20)
|
||||||
bcrypt_pbkdf (1.1.1)
|
bcrypt_pbkdf (1.1.1)
|
||||||
@ -88,9 +86,6 @@ GEM
|
|||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bootsnap (1.18.4)
|
bootsnap (1.18.4)
|
||||||
msgpack (~> 1.2)
|
msgpack (~> 1.2)
|
||||||
bootstrap-sass (3.4.1)
|
|
||||||
autoprefixer-rails (>= 5.2.1)
|
|
||||||
sassc (>= 2.0.0)
|
|
||||||
brakeman (6.2.2)
|
brakeman (6.2.2)
|
||||||
racc
|
racc
|
||||||
builder (3.3.0)
|
builder (3.3.0)
|
||||||
@ -119,7 +114,6 @@ GEM
|
|||||||
erubi (1.13.1)
|
erubi (1.13.1)
|
||||||
et-orbi (1.2.11)
|
et-orbi (1.2.11)
|
||||||
tzinfo
|
tzinfo
|
||||||
execjs (2.10.0)
|
|
||||||
ffi (1.17.0-aarch64-linux-gnu)
|
ffi (1.17.0-aarch64-linux-gnu)
|
||||||
ffi (1.17.0-aarch64-linux-musl)
|
ffi (1.17.0-aarch64-linux-musl)
|
||||||
ffi (1.17.0-arm-linux-gnu)
|
ffi (1.17.0-arm-linux-gnu)
|
||||||
@ -156,10 +150,6 @@ GEM
|
|||||||
jbuilder (2.13.0)
|
jbuilder (2.13.0)
|
||||||
actionview (>= 5.0.0)
|
actionview (>= 5.0.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
jquery-rails (4.6.0)
|
|
||||||
rails-dom-testing (>= 1, < 3)
|
|
||||||
railties (>= 4.2.0)
|
|
||||||
thor (>= 0.14, < 2.0)
|
|
||||||
jsbundling-rails (1.3.1)
|
jsbundling-rails (1.3.1)
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
json (2.9.1)
|
json (2.9.1)
|
||||||
@ -337,14 +327,6 @@ GEM
|
|||||||
rubocop-rails
|
rubocop-rails
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
rubyzip (2.3.2)
|
rubyzip (2.3.2)
|
||||||
sassc (2.4.0)
|
|
||||||
ffi (~> 1.9)
|
|
||||||
sassc-rails (2.1.2)
|
|
||||||
railties (>= 4.0.0)
|
|
||||||
sassc (>= 2.0)
|
|
||||||
sprockets (> 3.0)
|
|
||||||
sprockets-rails
|
|
||||||
tilt
|
|
||||||
securerandom (0.4.1)
|
securerandom (0.4.1)
|
||||||
selenium-webdriver (4.27.0)
|
selenium-webdriver (4.27.0)
|
||||||
base64 (~> 0.2)
|
base64 (~> 0.2)
|
||||||
@ -369,13 +351,6 @@ GEM
|
|||||||
fugit (~> 1.11.0)
|
fugit (~> 1.11.0)
|
||||||
railties (>= 7.1)
|
railties (>= 7.1)
|
||||||
thor (~> 1.3.1)
|
thor (~> 1.3.1)
|
||||||
sprockets (4.2.1)
|
|
||||||
concurrent-ruby (~> 1.0)
|
|
||||||
rack (>= 2.2.4, < 4)
|
|
||||||
sprockets-rails (3.5.2)
|
|
||||||
actionpack (>= 6.1)
|
|
||||||
activesupport (>= 6.1)
|
|
||||||
sprockets (>= 3.0.0)
|
|
||||||
sqlite3 (2.5.0-aarch64-linux-gnu)
|
sqlite3 (2.5.0-aarch64-linux-gnu)
|
||||||
sqlite3 (2.5.0-aarch64-linux-musl)
|
sqlite3 (2.5.0-aarch64-linux-musl)
|
||||||
sqlite3 (2.5.0-arm-linux-gnu)
|
sqlite3 (2.5.0-arm-linux-gnu)
|
||||||
@ -399,7 +374,6 @@ GEM
|
|||||||
thruster (0.1.9-arm64-darwin)
|
thruster (0.1.9-arm64-darwin)
|
||||||
thruster (0.1.9-x86_64-darwin)
|
thruster (0.1.9-x86_64-darwin)
|
||||||
thruster (0.1.9-x86_64-linux)
|
thruster (0.1.9-x86_64-linux)
|
||||||
tilt (2.5.0)
|
|
||||||
timeout (0.4.3)
|
timeout (0.4.3)
|
||||||
turbo-rails (2.0.11)
|
turbo-rails (2.0.11)
|
||||||
actionpack (>= 6.0.0)
|
actionpack (>= 6.0.0)
|
||||||
@ -440,7 +414,6 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bcrypt (~> 3.1)
|
bcrypt (~> 3.1)
|
||||||
bootsnap
|
bootsnap
|
||||||
bootstrap-sass (~> 3.4.1)
|
|
||||||
brakeman
|
brakeman
|
||||||
capybara
|
capybara
|
||||||
cssbundling-rails (~> 1.4)
|
cssbundling-rails (~> 1.4)
|
||||||
@ -448,7 +421,6 @@ DEPENDENCIES
|
|||||||
guard (~> 2.19)
|
guard (~> 2.19)
|
||||||
importmap-rails
|
importmap-rails
|
||||||
jbuilder
|
jbuilder
|
||||||
jquery-rails (~> 4.6.0)
|
|
||||||
jsbundling-rails (~> 1.3)
|
jsbundling-rails (~> 1.3)
|
||||||
kamal
|
kamal
|
||||||
minitest-reporters
|
minitest-reporters
|
||||||
@ -457,7 +429,6 @@ DEPENDENCIES
|
|||||||
rails (~> 8.0.1)
|
rails (~> 8.0.1)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rubocop-rails-omakase
|
rubocop-rails-omakase
|
||||||
sassc-rails (>= 2.1.0)
|
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
solid_cable
|
solid_cable
|
||||||
solid_cache
|
solid_cache
|
||||||
|
Loading…
Reference in New Issue
Block a user