rails-rfc6570 3.1.0 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +2 -1
- data/lib/rails/rfc6570/version.rb +1 -1
- data/rails-rfc6570.gemspec +2 -2
- data/spec/spec_helper.rb +8 -5
- data/vendor/bundle/ruby/3.3.0/bundler/gems/rubocop-config-943facea9d8f/LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/bundler/gems/rubocop-config-943facea9d8f/README.md +23 -0
- data/vendor/bundle/ruby/3.3.0/bundler/gems/rubocop-config-943facea9d8f/rubocop-config.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionpack-7.2.1/CHANGELOG.md +154 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionpack-7.2.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionpack-7.2.1/README.rdoc +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.2.1/CHANGELOG.md +113 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.2.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.2.1/README.rdoc +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.1/CHANGELOG.md +258 -0
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.1/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.1/README.rdoc +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/LICENSE.txt +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/README.md +121 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/appraisal-2.5.0/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/appraisal-2.5.0/README.md +243 -0
- data/vendor/bundle/ruby/3.3.0/gems/appraisal-2.5.0/appraisal.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/LICENSE.MIT +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/README.YARD.md +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/benchmark-ips-2.13.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/benchmark-ips-2.13.0/README.md +279 -0
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/LICENSE +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/bigdecimal.gemspec +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/README.md +258 -0
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/builder.gemspec +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/CHANGELOG.md +934 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/LICENSE +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/README.md +199 -0
- data/vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/MIT-LICENSE +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/README_INDEX.rdoc +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/CHANGELOG.md +593 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/README.md +407 -0
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/README.md +135 -0
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/connection_pool.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/LICENSE +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/README.md +192 -0
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/crass.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/README.rdoc +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/docile-1.4.1/LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/docile-1.4.1/README.md +409 -0
- data/vendor/bundle/ruby/3.3.0/gems/docile-1.4.1/docile.gemspec +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/drb.gemspec +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.13.0/CHANGELOG +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.13.0/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.13.0/README.rdoc +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/README.md +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.7.2/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.7.2/README.md +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/irb-1.14.0/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/irb-1.14.0/README.md +405 -0
- data/vendor/bundle/ruby/3.3.0/gems/irb-1.14.0/irb.gemspec +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/LICENSE +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/README.md +416 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/json.gemspec +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/README.md +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/CHANGELOG.md +566 -0
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/MIT-LICENSE.txt +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/README.md +363 -0
- data/vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/CHANGELOG.md +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/LICENSE +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/README.markdown +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/method_source.gemspec +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.25.1/README.rdoc +835 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.7-x86_64-linux/LICENSE-DEPENDENCIES.md +2224 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.7-x86_64-linux/LICENSE.md +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.7-x86_64-linux/README.md +290 -0
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.26.3/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.4.2/LICENSE.txt +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.4.2/parser.gemspec +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.14.2/CHANGELOG.md +1141 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.14.2/LICENSE +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.14.2/README.md +466 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.14.2/lib/pry/slop/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/CHANGELOG.md +230 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/README.md +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.1/CHANGELOG.md +491 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.1/README.md +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/README.rdoc +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.7/CHANGELOG.md +994 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.7/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.7/README.md +328 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-test-2.1.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-test-2.1.0/README.md +139 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/MIT-LICENSE +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/README.md +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/CHANGELOG.md +201 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/MIT-LICENSE +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/README.md +271 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/CHANGELOG.md +361 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/README.rdoc +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/lib/rails/generators/rails/app/templates/README.md.tt +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/lib/rails/generators/rails/plugin/templates/%name%.gemspec.tt +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/lib/rails/generators/rails/plugin/templates/MIT-LICENSE.tt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/lib/rails/generators/rails/plugin/templates/README.md.tt +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/README.markdown +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/README.rdoc +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/rake.gemspec +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-release-1.3.0/LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-release-1.3.0/README.md +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-release-1.3.0/rake-release.gemspec +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rdoc-6.7.0/LICENSE.rdoc +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/rdoc-6.7.0/README.rdoc +129 -0
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/LICENSE +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/regexp_parser.gemspec +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.5.9/README.md +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.6/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.6/README.md +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-3.13.0/LICENSE.md +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-3.13.0/README.md +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.0/LICENSE.md +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.0/README.md +389 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-expectations-3.13.2/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-expectations-3.13.2/README.md +326 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-mocks-3.13.1/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-mocks-3.13.1/README.md +465 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-rails-6.1.4/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-rails-6.1.4/README.md +381 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-support-3.13.1/LICENSE.md +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-support-3.13.1/README.md +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.65.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.65.1/README.md +251 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.32.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.32.1/README.md +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/CHANGELOG.md +85 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/README.md +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/CHANGELOG.md +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/README.md +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.1/README.md +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.4/CHANGELOG.md +1028 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.4/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.4/README.md +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/CHANGELOG.md +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/README.md +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-0.22.0/CHANGELOG.md +191 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-0.22.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-0.22.0/README.md +974 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-cobertura-2.1.0/LICENSE +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-cobertura-2.1.0/README.md +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-cobertura-2.1.0/simplecov-cobertura.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/CHANGELOG.md +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/README.md +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/simplecov-html.gemspec +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov_json_formatter-0.1.4/CHANGELOG.md +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov_json_formatter-0.1.4/README.md +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/thor-1.3.1/LICENSE.md +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/thor-1.3.1/README.md +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/thor-1.3.1/thor.gemspec +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/LICENSE +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/README.md +406 -0
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/CHANGELOG.md +196 -0
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/MIT-LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/README.md +171 -0
- data/vendor/bundle/ruby/3.3.0/gems/useragent-0.16.10/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/useragent-0.16.10/README.md +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/README.md +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/webrick.gemspec +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/zeitwerk-2.6.17/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/zeitwerk-2.6.17/README.md +1494 -0
- data/vendor/bundle/ruby/3.3.0/specifications/actionpack-7.2.1.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/actionview-7.2.1.gemspec +33 -0
- data/vendor/bundle/ruby/3.3.0/specifications/activesupport-7.2.1.gemspec +36 -0
- data/vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.7.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/appraisal-2.5.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ast-2.4.2.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/benchmark-ips-2.13.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/bigdecimal-3.1.8.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/builder-3.3.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/byebug-11.1.3.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/coderay-1.1.3.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/concurrent-ruby-1.3.4.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/connection_pool-2.4.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/crass-1.0.6.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.5.1.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/docile-1.4.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/drb-2.2.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/erubi-1.13.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/i18n-1.14.5.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/io-console-0.7.2.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/irb-1.14.0.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/json-2.7.2.gemspec +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/language_server-protocol-3.17.0.3.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/loofah-2.22.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/method_source-1.1.0.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/minitest-5.25.1.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/nokogiri-1.16.7-x86_64-linux.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/parallel-1.26.3.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/parser-3.3.4.2.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/pry-0.14.2.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/pry-byebug-3.10.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/public_suffix-6.0.1.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/racc-1.8.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rack-3.1.7.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rack-session-2.0.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rack-test-2.1.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rackup-2.1.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rails-dom-testing-2.2.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rails-html-sanitizer-1.6.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/railties-7.2.1.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rainbow-3.1.1.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rake-13.2.1.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rake-release-1.3.0.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rdoc-6.7.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/regexp_parser-2.9.2.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/reline-0.5.9.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rexml-3.3.6.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-3.13.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-core-3.13.0.gemspec +39 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-expectations-3.13.2.gemspec +33 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-mocks-3.13.1.gemspec +33 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-rails-6.1.4.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-support-3.13.1.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-1.65.1.gemspec +39 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-ast-1.32.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-capybara-2.21.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-factory_bot-2.26.1.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-performance-1.21.1.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rspec-3.0.4.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rspec_rails-2.30.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ruby-progressbar-1.13.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/simplecov-0.22.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/simplecov-cobertura-2.1.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/simplecov-html-0.12.3.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/simplecov_json_formatter-0.1.4.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/strscan-3.1.0.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/thor-1.3.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/tzinfo-2.0.6.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/unicode-display_width-2.5.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/useragent-0.16.10.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/webrick-1.8.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/zeitwerk-2.6.17.gemspec +22 -0
- metadata +258 -6
- data/spec/dummy/log/test.log +0 -192
@@ -0,0 +1,361 @@
|
|
1
|
+
## Rails 7.2.1 (August 22, 2024) ##
|
2
|
+
|
3
|
+
* Fix `rails console` for application with non default application constant.
|
4
|
+
|
5
|
+
The wrongly assumed the Rails application would be named `AppNamespace::Application`,
|
6
|
+
which is the default but not an obligation.
|
7
|
+
|
8
|
+
*Jean Boussier*
|
9
|
+
|
10
|
+
* Fix the default Dockerfile to include the full sqlite3 package.
|
11
|
+
|
12
|
+
Prior to this it only included `libsqlite3`, so it wasn't enough to
|
13
|
+
run `rails dbconsole`.
|
14
|
+
|
15
|
+
*Jerome Dalbert*
|
16
|
+
|
17
|
+
* Don't update public directory during `app:update` command for API-only Applications.
|
18
|
+
|
19
|
+
*y-yagi*
|
20
|
+
|
21
|
+
* Don't add bin/brakeman if brakeman is not in bundle when upgrading an application.
|
22
|
+
|
23
|
+
*Etienne Barrié*
|
24
|
+
|
25
|
+
* Remove PWA views and routes if its an API only project.
|
26
|
+
|
27
|
+
*Jean Boussier*
|
28
|
+
|
29
|
+
* Simplify generated Puma configuration
|
30
|
+
|
31
|
+
*DHH*, *Rafael Mendonça França*
|
32
|
+
|
33
|
+
|
34
|
+
## Rails 7.2.0 (August 09, 2024) ##
|
35
|
+
|
36
|
+
* The new `bin/rails boot` command boots the application and exits. Supports the
|
37
|
+
standard `-e/--environment` options.
|
38
|
+
|
39
|
+
*Xavier Noria*
|
40
|
+
|
41
|
+
* Create a Dev Container Generator that generates a Dev Container setup based on the current configuration
|
42
|
+
of the application. Usage:
|
43
|
+
|
44
|
+
`bin/rails devcontainer`
|
45
|
+
|
46
|
+
*Andrew Novoselac*
|
47
|
+
|
48
|
+
* Add Rubocop and GitHub Actions to plugin generator.
|
49
|
+
This can be skipped using --skip-rubocop and --skip-ci.
|
50
|
+
|
51
|
+
*Chris Oliver*
|
52
|
+
|
53
|
+
* Remove support for `oracle`, `sqlserver` and JRuby specific database adapters from the
|
54
|
+
`rails new` and `rails db:system:change` commands.
|
55
|
+
|
56
|
+
The supported options are `sqlite3`, `mysql`, `postgresql` and `trilogy`.
|
57
|
+
|
58
|
+
*Andrew Novoselac*
|
59
|
+
|
60
|
+
* Add options to `bin/rails app:update`.
|
61
|
+
|
62
|
+
`bin/rails app:update` now supports the same generic options that generators do:
|
63
|
+
|
64
|
+
* `--force`: Accept all changes to existing files
|
65
|
+
* `--skip`: Refuse all changes to existing files
|
66
|
+
* `--pretend`: Don't make any changes
|
67
|
+
* `--quiet`: Don't output all changes made
|
68
|
+
|
69
|
+
*Étienne Barrié*
|
70
|
+
|
71
|
+
* Implement Rails console commands and helpers with IRB v1.13's extension APIs.
|
72
|
+
|
73
|
+
Rails console users will now see `helper`, `controller`, `new_session`, and `app` under
|
74
|
+
IRB help message's `Helper methods` category. And `reload!` command will be displayed under
|
75
|
+
the new `Rails console` commands category.
|
76
|
+
|
77
|
+
Prior to this change, Rails console's commands and helper methods are added through IRB's
|
78
|
+
private components and don't show up in its help message, which led to poor discoverability.
|
79
|
+
|
80
|
+
*Stan Lo*
|
81
|
+
|
82
|
+
* Remove deprecated `Rails::Generators::Testing::Behaviour`.
|
83
|
+
|
84
|
+
*Rafael Mendonça França*
|
85
|
+
|
86
|
+
* Remove deprecated `find_cmd_and_exec` console helper.
|
87
|
+
|
88
|
+
*Rafael Mendonça França*
|
89
|
+
|
90
|
+
* Remove deprecated `Rails.config.enable_dependency_loading`.
|
91
|
+
|
92
|
+
*Rafael Mendonça França*
|
93
|
+
|
94
|
+
* Remove deprecated `Rails.application.secrets`.
|
95
|
+
|
96
|
+
*Rafael Mendonça França*
|
97
|
+
|
98
|
+
* Generated Gemfile will include `require: "debug/prelude"` for the `debug` gem.
|
99
|
+
|
100
|
+
Requiring `debug` gem directly automatically activates it, which could introduce
|
101
|
+
additional overhead and memory usage even without entering a debugging session.
|
102
|
+
|
103
|
+
By making Bundler require `debug/prelude` instead, developers can keep their access
|
104
|
+
to breakpoint methods like `debugger` or `binding.break`, but the debugger won't be
|
105
|
+
activated until a breakpoint is hit.
|
106
|
+
|
107
|
+
*Stan Lo*
|
108
|
+
|
109
|
+
* Skip generating a `test` job in ci.yml when a new application is generated with the
|
110
|
+
`--skip-test` option.
|
111
|
+
|
112
|
+
*Steve Polito*
|
113
|
+
|
114
|
+
* Update the `.node-version` file conditionally generated for new applications to 20.11.1
|
115
|
+
|
116
|
+
*Steve Polito*
|
117
|
+
|
118
|
+
* Fix sanitizer vendor configuration in 7.1 defaults.
|
119
|
+
|
120
|
+
In apps where rails-html-sanitizer was not eagerly loaded, the sanitizer default could end up
|
121
|
+
being Rails::HTML4::Sanitizer when it should be set to Rails::HTML5::Sanitizer.
|
122
|
+
|
123
|
+
*Mike Dalessio*, *Rafael Mendonça França*
|
124
|
+
|
125
|
+
* Set `action_mailer.default_url_options` values in `development` and `test`.
|
126
|
+
|
127
|
+
Prior to this commit, new Rails applications would raise `ActionView::Template::Error`
|
128
|
+
if a mailer included a url built with a `*_path` helper.
|
129
|
+
|
130
|
+
*Steve Polito*
|
131
|
+
|
132
|
+
* Introduce `Rails::Generators::Testing::Assertions#assert_initializer`.
|
133
|
+
|
134
|
+
Compliments the existing `initializer` generator action.
|
135
|
+
|
136
|
+
```rb
|
137
|
+
assert_initializer "mail_interceptors.rb"
|
138
|
+
```
|
139
|
+
|
140
|
+
*Steve Polito*
|
141
|
+
|
142
|
+
* Generate a .devcontainer folder and its contents when creating a new app.
|
143
|
+
|
144
|
+
The .devcontainer folder includes everything needed to boot the app and do development in a remote container.
|
145
|
+
|
146
|
+
The container setup includes:
|
147
|
+
- A redis container for Kredis, ActionCable etc.
|
148
|
+
- A database (SQLite, Postgres, MySQL or MariaDB)
|
149
|
+
- A Headless chrome container for system tests
|
150
|
+
- Active Storage configured to use the local disk and with preview features working
|
151
|
+
|
152
|
+
If any of these options are skipped in the app setup they will not be included in the container configuration.
|
153
|
+
|
154
|
+
These files can be skipped using the `--skip-devcontainer` option.
|
155
|
+
|
156
|
+
*Andrew Novoselac & Rafael Mendonça França*
|
157
|
+
|
158
|
+
* Introduce `SystemTestCase#served_by` for configuring the System Test application server.
|
159
|
+
|
160
|
+
By default this is localhost. This method allows the host and port to be specified manually.
|
161
|
+
|
162
|
+
```ruby
|
163
|
+
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
164
|
+
served_by host: "testserver", port: 45678
|
165
|
+
end
|
166
|
+
```
|
167
|
+
|
168
|
+
*Andrew Novoselac & Rafael Mendonça França*
|
169
|
+
|
170
|
+
* `bin/rails test` will no longer load files named `*_test.rb` if they are located in the `fixtures` folder.
|
171
|
+
|
172
|
+
*Edouard Chin*
|
173
|
+
|
174
|
+
* Ensure logger tags configured with `config.log_tags` are still active in `request.action_dispatch` handlers.
|
175
|
+
|
176
|
+
*KJ Tsanaktsidis*
|
177
|
+
|
178
|
+
* Setup jemalloc in the default Dockerfile for memory optimization.
|
179
|
+
|
180
|
+
*Matt Almeida*, *Jean Boussier*
|
181
|
+
|
182
|
+
* Commented out lines in .railsrc file should not be treated as arguments when using
|
183
|
+
rails new generator command. Update ARGVScrubber to ignore text after `#` symbols.
|
184
|
+
|
185
|
+
*Willian Tenfen*
|
186
|
+
|
187
|
+
* Skip CSS when generating APIs.
|
188
|
+
|
189
|
+
*Ruy Rocha*
|
190
|
+
|
191
|
+
* Rails console now indicates application name and the current Rails environment:
|
192
|
+
|
193
|
+
```txt
|
194
|
+
my-app(dev)> # for RAILS_ENV=development
|
195
|
+
my-app(test)> # for RAILS_ENV=test
|
196
|
+
my-app(prod)> # for RAILS_ENV=production
|
197
|
+
my-app(my_env)> # for RAILS_ENV=my_env
|
198
|
+
```
|
199
|
+
|
200
|
+
The application name is derived from the application's module name from `config/application.rb`.
|
201
|
+
For example, `MyApp` will displayed as `my-app` in the prompt.
|
202
|
+
|
203
|
+
Additionally, the environment name will be colorized when the environment is
|
204
|
+
`development` (blue), `test` (blue), or `production` (red), if your
|
205
|
+
terminal supports it.
|
206
|
+
|
207
|
+
*Stan Lo*
|
208
|
+
|
209
|
+
* Ensure `autoload_paths`, `autoload_once_paths`, `eager_load_paths`, and
|
210
|
+
`load_paths` only have directories when initialized from engine defaults.
|
211
|
+
|
212
|
+
Previously, files under the `app` directory could end up there too.
|
213
|
+
|
214
|
+
*Takumasa Ochi*
|
215
|
+
|
216
|
+
* Prevent unnecessary application reloads in development.
|
217
|
+
|
218
|
+
Previously, some files outside autoload paths triggered unnecessary reloads.
|
219
|
+
With this fix, application reloads according to `Rails.autoloaders.main.dirs`,
|
220
|
+
thereby preventing unnecessary reloads.
|
221
|
+
|
222
|
+
*Takumasa Ochi*
|
223
|
+
|
224
|
+
* Use `oven-sh/setup-bun` in GitHub CI when generating an app with Bun.
|
225
|
+
|
226
|
+
*TangRufus*
|
227
|
+
|
228
|
+
* Disable `pidfile` generation in the `production` environment.
|
229
|
+
|
230
|
+
*Hans Schnedlitz*
|
231
|
+
|
232
|
+
* Set `config.action_view.annotate_rendered_view_with_filenames` to `true` in
|
233
|
+
the `development` environment.
|
234
|
+
|
235
|
+
*Adrian Marin*
|
236
|
+
|
237
|
+
* Support the `BACKTRACE` environment variable to turn off backtrace cleaning.
|
238
|
+
|
239
|
+
Useful for debugging framework code:
|
240
|
+
|
241
|
+
```sh
|
242
|
+
BACKTRACE=1 bin/rails server
|
243
|
+
```
|
244
|
+
|
245
|
+
*Alex Ghiculescu*
|
246
|
+
|
247
|
+
* Raise `ArgumentError` when reading `config.x.something` with arguments:
|
248
|
+
|
249
|
+
```ruby
|
250
|
+
config.x.this_works.this_raises true # raises ArgumentError
|
251
|
+
```
|
252
|
+
|
253
|
+
*Sean Doyle*
|
254
|
+
|
255
|
+
* Add default PWA files for manifest and service-worker that are served from `app/views/pwa` and can be dynamically rendered through ERB. Mount these files explicitly at the root with default routes in the generated routes file.
|
256
|
+
|
257
|
+
*DHH*
|
258
|
+
|
259
|
+
* Updated system tests to now use headless Chrome by default for the new applications.
|
260
|
+
|
261
|
+
*DHH*
|
262
|
+
|
263
|
+
* Add GitHub CI files for Dependabot, Brakeman, RuboCop, and running tests by default. Can be skipped with `--skip-ci`.
|
264
|
+
|
265
|
+
*DHH*
|
266
|
+
|
267
|
+
* Add Brakeman by default for static analysis of security vulnerabilities. Allow skipping with `--skip-brakeman option`.
|
268
|
+
|
269
|
+
*vipulnsward*
|
270
|
+
|
271
|
+
* Add RuboCop with rules from `rubocop-rails-omakase` by default. Skip with `--skip-rubocop`.
|
272
|
+
|
273
|
+
*DHH* and *zzak*
|
274
|
+
|
275
|
+
* Use `bin/rails runner --skip-executor` to not wrap the runner script with an
|
276
|
+
Executor.
|
277
|
+
|
278
|
+
*Ben Sheldon*
|
279
|
+
|
280
|
+
* Fix isolated engines to take `ActiveRecord::Base.table_name_prefix` into consideration.
|
281
|
+
|
282
|
+
This will allow for engine defined models, such as inside Active Storage, to respect
|
283
|
+
Active Record table name prefix configuration.
|
284
|
+
|
285
|
+
*Chedli Bourguiba*
|
286
|
+
|
287
|
+
* Fix running `db:system:change` when the app has no Dockerfile.
|
288
|
+
|
289
|
+
*Hartley McGuire*
|
290
|
+
|
291
|
+
* In Action Mailer previews, list inline attachments separately from normal
|
292
|
+
attachments.
|
293
|
+
|
294
|
+
For example, attachments that were previously listed like
|
295
|
+
|
296
|
+
> Attachments: logo.png file1.pdf file2.pdf
|
297
|
+
|
298
|
+
will now be listed like
|
299
|
+
|
300
|
+
> Attachments: file1.pdf file2.pdf (Inline: logo.png)
|
301
|
+
|
302
|
+
*Christian Schmidt* and *Jonathan Hefner*
|
303
|
+
|
304
|
+
* In mailer preview, only show SMTP-To if it differs from the union of To, Cc and Bcc.
|
305
|
+
|
306
|
+
*Christian Schmidt*
|
307
|
+
|
308
|
+
* Enable YJIT by default on new applications running Ruby 3.3+.
|
309
|
+
|
310
|
+
This can be disabled by setting `Rails.application.config.yjit = false`
|
311
|
+
|
312
|
+
*Jean Boussier*, *Rafael Mendonça França*
|
313
|
+
|
314
|
+
* In Action Mailer previews, show date from message `Date` header if present.
|
315
|
+
|
316
|
+
*Sampat Badhe*
|
317
|
+
|
318
|
+
* Exit with non-zero status when the migration generator fails.
|
319
|
+
|
320
|
+
*Katsuhiko YOSHIDA*
|
321
|
+
|
322
|
+
* Use numeric UID and GID in Dockerfile template.
|
323
|
+
|
324
|
+
The Dockerfile generated by `rails new` sets the default user and group
|
325
|
+
by name instead of UID:GID. This can cause the following error in Kubernetes:
|
326
|
+
|
327
|
+
```
|
328
|
+
container has runAsNonRoot and image has non-numeric user (rails), cannot verify user is non-root
|
329
|
+
```
|
330
|
+
|
331
|
+
This change sets default user and group by their numeric values.
|
332
|
+
|
333
|
+
*Ivan Fedotov*
|
334
|
+
|
335
|
+
* Disallow invalid values for rails new options.
|
336
|
+
|
337
|
+
The `--database`, `--asset-pipeline`, `--css`, and `--javascript` options
|
338
|
+
for `rails new` take different arguments. This change validates them.
|
339
|
+
|
340
|
+
*Tony Drake*, *Akhil G Krishnan*, *Petrik de Heus*
|
341
|
+
|
342
|
+
* Conditionally print `$stdout` when invoking `run_generator`.
|
343
|
+
|
344
|
+
In an effort to improve the developer experience when debugging
|
345
|
+
generator tests, we add the ability to conditionally print `$stdout`
|
346
|
+
instead of capturing it.
|
347
|
+
|
348
|
+
This allows for calls to `binding.irb` and `puts` work as expected.
|
349
|
+
|
350
|
+
```sh
|
351
|
+
RAILS_LOG_TO_STDOUT=true ./bin/test test/generators/actions_test.rb
|
352
|
+
```
|
353
|
+
|
354
|
+
*Steve Polito*
|
355
|
+
|
356
|
+
* Remove the option `config.public_file_server.enabled` from the generators
|
357
|
+
for all environments, as the value is the same in all environments.
|
358
|
+
|
359
|
+
*Adrian Hirt*
|
360
|
+
|
361
|
+
Please check [7-1-stable](https://github.com/rails/rails/blob/7-1-stable/railties/CHANGELOG.md) for previous changes.
|
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (c) David Heinemeier Hansson
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -0,0 +1,39 @@
|
|
1
|
+
= Railties -- Gluing the Engine to the \Rails
|
2
|
+
|
3
|
+
Railties is responsible for gluing all frameworks together. Overall, it:
|
4
|
+
|
5
|
+
* handles the bootstrapping process for a \Rails application;
|
6
|
+
|
7
|
+
* manages the +rails+ command line interface;
|
8
|
+
|
9
|
+
* and provides the \Rails generators core.
|
10
|
+
|
11
|
+
== Download
|
12
|
+
|
13
|
+
The latest version of Railties can be installed with RubyGems:
|
14
|
+
|
15
|
+
* gem install railties
|
16
|
+
|
17
|
+
Source code can be downloaded as part of the \Rails project on GitHub
|
18
|
+
|
19
|
+
* https://github.com/rails/rails/tree/main/railties
|
20
|
+
|
21
|
+
== License
|
22
|
+
|
23
|
+
Railties is released under the MIT license:
|
24
|
+
|
25
|
+
* https://opensource.org/licenses/MIT
|
26
|
+
|
27
|
+
== Support
|
28
|
+
|
29
|
+
API documentation is at
|
30
|
+
|
31
|
+
* https://api.rubyonrails.org
|
32
|
+
|
33
|
+
Bug reports can be filed for the Ruby on \Rails project here:
|
34
|
+
|
35
|
+
* https://github.com/rails/rails/issues
|
36
|
+
|
37
|
+
Feature requests should be discussed on the rails-core mailing list here:
|
38
|
+
|
39
|
+
* https://discuss.rubyonrails.org/c/rubyonrails-core
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# README
|
2
|
+
|
3
|
+
This README would normally document whatever steps are necessary to get the
|
4
|
+
application up and running.
|
5
|
+
|
6
|
+
Things you may want to cover:
|
7
|
+
|
8
|
+
* Ruby version
|
9
|
+
|
10
|
+
* System dependencies
|
11
|
+
|
12
|
+
* Configuration
|
13
|
+
|
14
|
+
* Database creation
|
15
|
+
|
16
|
+
* Database initialization
|
17
|
+
|
18
|
+
* How to run the test suite
|
19
|
+
|
20
|
+
* Services (job queues, cache servers, search engines, etc.)
|
21
|
+
|
22
|
+
* Deployment instructions
|
23
|
+
|
24
|
+
* ...
|
@@ -0,0 +1,28 @@
|
|
1
|
+
require_relative "lib/<%= namespaced_name %>/version"
|
2
|
+
|
3
|
+
Gem::Specification.new do |spec|
|
4
|
+
spec.name = <%= name.inspect %>
|
5
|
+
spec.version = <%= camelized_modules %>::VERSION
|
6
|
+
spec.authors = [ <%= author.inspect %> ]
|
7
|
+
spec.email = [ <%= email.inspect %> ]
|
8
|
+
spec.homepage = "TODO"
|
9
|
+
spec.summary = "TODO: Summary of <%= camelized_modules %>."
|
10
|
+
spec.description = "TODO: Description of <%= camelized_modules %>."
|
11
|
+
<%- unless inside_application? -%>
|
12
|
+
spec.license = "MIT"
|
13
|
+
<%- end -%>
|
14
|
+
|
15
|
+
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
|
16
|
+
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
17
|
+
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
18
|
+
|
19
|
+
spec.metadata["homepage_uri"] = spec.homepage
|
20
|
+
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
|
21
|
+
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
22
|
+
|
23
|
+
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
24
|
+
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
|
25
|
+
end
|
26
|
+
|
27
|
+
<%= "# " if rails_prerelease? -%>spec.add_dependency "rails", "<%= Array(rails_version_specifier).join('", "') %>"
|
28
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright <%= author %>
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# <%= camelized_modules %>
|
2
|
+
Short description and motivation.
|
3
|
+
|
4
|
+
## Usage
|
5
|
+
How to use my plugin.
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
Add this line to your application's Gemfile:
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
gem "<%= name %>"
|
12
|
+
```
|
13
|
+
|
14
|
+
And then execute:
|
15
|
+
```bash
|
16
|
+
$ bundle
|
17
|
+
```
|
18
|
+
|
19
|
+
Or install it yourself as:
|
20
|
+
```bash
|
21
|
+
$ gem install <%= name %>
|
22
|
+
```
|
23
|
+
|
24
|
+
## Contributing
|
25
|
+
Contribution directions go here.
|
26
|
+
|
27
|
+
## License
|
28
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (c) Marcin Kulik
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|