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-04-30 02:58:51 +05:30
..
api Rename master to main in all code references 2021-01-19 20:46:33 +00:00
application Configure a default timeout for the smtp delivery method 2021-04-28 03:59:19 +00:00
command Autocorrect Rubocop roles 2021-04-13 18:32:25 +00:00
commands Replace map + compact with filter_map 2021-04-22 22:08:34 -03:00
console
engine Allow loading nested locales in engines 2021-04-21 17:45:09 -04:00
generators Used double quotes in template file for consistency. 2021-04-30 02:58:51 +05:30
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 Merge pull request #41824 from jaredbeck/patch-7 2021-04-29 13:59:04 +01: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
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 Populate ARGV with Rails::Command.invoke args 2021-04-03 10:12:52 -05: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 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 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 Remove deprecated rake initializers tasks 2020-10-30 00:26:09 +00:00
test_help.rb
version.rb
welcome_controller.rb