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
2021-07-13 17:27:29 +02:00
..
api Rename master to main in all code references 2021-01-19 20:46:33 +00:00
application Disable Active Record partial_inserts by default in Rails 7.0 2021-07-13 11:02:12 +02:00
command :nodoc: for corrections 2021-07-05 17:59:22 +09:00
commands Handle paths with spaces when editing credentials 2021-07-08 11:47:44 -05:00
console
engine Deduplicate the environment glob in engine paths 2021-05-06 18:54:11 +02:00
generators Fix spelling of whether to fix the CI 2021-07-13 17:27:29 +02:00
plugin
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 Remove undefined ensure_zeitwerk_mode 2021-07-13 02:19:47 +09: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 Removes unnecessary calls to zeitwerk_enabled? 2021-07-11 22:40:23 +02:00
application_controller.rb Add 'self' to ApplicationController CSP 2021-06-05 01:39:36 +01:00
autoloaders.rb Removes unnecessary calls to zeitwerk_enabled? 2021-07-11 22:40:23 +02:00
backtrace_cleaner.rb Missing require AS/core_ext/string/access 2019-12-29 14:12:42 +09:00
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 Removes unnecessary calls to zeitwerk_enabled? 2021-07-11 22:40:23 +02: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 Remove assumption that a primary config exists 2020-06-04 15:08:59 -04:00
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 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
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 unsafe_load secrets.yml with psych 4 2021-07-03 09:19:22 -04: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
version.rb
welcome_controller.rb