1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails
Zachary Scott 96d50dcf9a Use the current Rails->npm_version for package.json
Fixes https://github.com/rails/rails/issues/42012

This takes the npm_version method from rails/release.rb and just copies it
f95c0b7e96/tasks/release.rb (L26-L36)

Co-authored-by: Alex Ghiculescu <alexghiculescu@gmail.com>
2021-06-09 10:17:46 -05:00
..
api Rename master to main in all code references 2021-01-19 20:46:33 +00:00
application Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
command Remove Command::Spellchecker and use DidYouMean for suggestions 2021-06-04 09:20:43 +02:00
commands Remove Command::Spellchecker and use DidYouMean for suggestions 2021-06-04 09:20:43 +02:00
console
engine Deduplicate the environment glob in engine paths 2021-05-06 18:54:11 +02:00
generators Use the current Rails->npm_version for package.json 2021-06-09 10:17:46 -05:00
plugin
rack
railtie Remove require "active_support/core_ext/symbol/starts_ends_with" 2021-02-09 22:31:09 +09:00
tasks rails tmp:clear: clear tmp/storage 2021-05-28 22:34:49 -04:00
templates Merge pull request #41000 from jonathanhefner/dark-mode-css 2021-01-29 03:26:16 +01:00
test_unit use ruby 2.7's filter_map instead of select + map 2021-04-26 17:55:33 -04:00
all.rb
app_loader.rb
app_updater.rb Avoid footguns in rails app:update 2021-02-09 12:20:56 -07:00
application.rb Ensure Rails.application.config_for always cast hashes to ActiveSupport::OrderedOptions. 2021-04-21 17:32:42 +02:00
application_controller.rb Add 'self' to ApplicationController CSP 2021-06-05 01:39:36 +01:00
autoloaders.rb Drops support for classic mode 2021-03-08 05:30:11 +01:00
backtrace_cleaner.rb
cli.rb
code_statistics.rb Add support for stylesheets and ERB views to rails stats. 2020-11-10 09:40:18 -07:00
code_statistics_calculator.rb feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
command.rb Remove Command::Spellchecker and use DidYouMean for suggestions 2021-06-04 09:20:43 +02:00
commands.rb
configuration.rb Use ... argument forwarding instead of ruby2_keywords when possible 2021-03-19 16:53:06 +01:00
dev_caching.rb
engine.rb Allow loading nested locales in engines 2021-04-21 17:45:09 -04:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
generators.rb Remove Command::Spellchecker and use DidYouMean for suggestions 2021-06-04 09:20:43 +02:00
info.rb
info_controller.rb use ruby 2.7's filter_map instead of select + map 2021-04-26 17:55:33 -04:00
initializable.rb
mailers_controller.rb
paths.rb
rack.rb
railtie.rb Don't define methods using the method modifier in the same line as the method 2021-04-12 18:49:54 +00:00
ruby_version_check.rb Rails 7 requires Ruby 2.7 and prefer Ruby 3+ 2021-02-04 16:34:53 +00:00
secrets.rb
source_annotation_extractor.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
tasks.rb
test_help.rb
version.rb
welcome_controller.rb