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
Eileen M. Uchitelle ad9e52066c
Merge pull request #41684 from ricardotk002/disable-parallel-testing
Disable parallel testing when running individual files
2021-03-23 09:06:57 -04:00
..
api Rename master to main in all code references 2021-01-19 20:46:33 +00:00
application Merge branch 'main' into add-rails-development-hosts-env-variable 2021-03-09 11:59:11 -05:00
command Trim new lines in USAGE ERB tags 2021-02-13 17:47:32 +01:00
commands Trim new lines in USAGE ERB tags 2021-02-13 17:47:32 +01:00
console Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
engine This kind of wrapper should better not be able to call private methods 2020-10-07 11:12:02 +09:00
generators Merge pull request #41733 from henrik/consistent-quotes 2021-03-22 18:22:21 -04:00
plugin [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
rack fix broken handling of unknown http methods 2020-10-23 23:34:58 +01:00
railtie Remove require "active_support/core_ext/symbol/starts_ends_with" 2021-02-09 22:31:09 +09:00
tasks execute yarn executable using current ruby interpreter 2021-02-24 18:28:11 -04:00
templates Merge pull request #41000 from jonathanhefner/dark-mode-css 2021-01-29 03:26:16 +01:00
test_unit Disable parallel testing when running individual files 2021-03-18 02:06:42 -05:00
all.rb Import Action Text 2019-01-04 22:22:49 -05:00
app_loader.rb Railities typo fixes. 2019-02-01 16:42:40 +05:30
app_updater.rb Avoid footguns in rails app:update 2021-02-09 12:20:56 -07:00
application.rb Merge pull request #40620 from Bahanix/permissions-policy 2020-11-18 22:24:49 +01:00
application_controller.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
autoloaders.rb Drops support for classic mode 2021-03-08 05:30:11 +01:00
backtrace_cleaner.rb Missing require AS/core_ext/string/access 2019-12-29 14:12:42 +09:00
cli.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
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 Improve documentation of Rails::Command.find_by_namespace [skip ci] 2021-02-13 11:52:06 +01:00
commands.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00
configuration.rb Use ... argument forwarding instead of ruby2_keywords when possible 2021-03-19 16:53:06 +01:00
dev_caching.rb Make restart and dev:cache tasks work when customizing pid file path 2017-08-21 05:44:11 +09:00
engine.rb Wrap evaluation of db/seeds.rb with the executor 2020-11-18 16:26:20 -06:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
generators.rb Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
info.rb Remove assumption that a primary config exists 2020-06-04 15:08:59 -04:00
info_controller.rb Use URI::DEFAULT_PARSER rather than instantiate a new one 2020-06-29 23:06:34 +02:00
initializable.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
mailers_controller.rb Add title tag to mailer previews 2019-09-02 14:44:46 -07:00
paths.rb Bring back feature that allows loading external route iles: 2019-12-06 14:20:12 +01:00
rack.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
railtie.rb Fix RDoc code formatting for Railtie [ci skip] 2020-12-19 14:18:04 -05: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 Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00
source_annotation_extractor.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
tasks.rb Remove deprecated rake initializers tasks 2020-10-30 00:26:09 +00:00
test_help.rb Use testing lazy-load hooks: 2018-07-04 16:34:59 -04:00
version.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
welcome_controller.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00