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
2020-10-30 00:26:06 +00:00
..
api
application Change ActionDispatch::Response#content_type to return the full Content-Type header 2020-10-30 00:25:49 +00:00
command Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
commands Remove deprecated SOURCE_ANNOTATION_DIRECTORIES ENV 2020-10-30 00:26:06 +00:00
console
engine This kind of wrapper should better not be able to call private methods 2020-10-07 11:12:02 +09:00
generators Implement granular role and shard swapping 2020-10-28 15:11:35 -04:00
plugin
rack fix broken handling of unknown http methods 2020-10-23 23:34:58 +01:00
railtie require "active_support/core_ext/symbol/starts_ends_with" for Ruby 2.6 2020-05-25 05:24:44 +09:00
tasks Remove depreated rake notes tasks 2020-10-30 00:26:04 +00:00
templates
test_unit ✂️ [ci skip] 2020-09-16 09:52:10 +09:00
all.rb
app_loader.rb
app_updater.rb
application.rb Load Rails tasks for each new Rake::Application 2020-09-06 14:40:14 -05:00
application_controller.rb
autoloaders.rb
backtrace_cleaner.rb Missing require AS/core_ext/string/access 2019-12-29 14:12:42 +09:00
cli.rb
code_statistics.rb attr_reader methods are public methods 2020-10-07 11:12:01 +09:00
code_statistics_calculator.rb Auto-correct for delete_prefix/delete_suffix 2020-06-05 12:40:39 +09:00
command.rb Isolate ARGV in Rails::Command.invoke 2020-02-18 15:02:56 -06:00
commands.rb
configuration.rb Get rid of unnecessary meta programming 2020-10-07 11:12:02 +09:00
dev_caching.rb
engine.rb fix wording in rail/engine class 2020-05-14 08:51:27 +01:00
gem_version.rb
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
mailers_controller.rb
paths.rb
rack.rb
railtie.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
ruby_version_check.rb
secrets.rb
source_annotation_extractor.rb Remove depreated rake notes tasks 2020-10-30 00:26:04 +00:00
tasks.rb Remove depreated rake notes tasks 2020-10-30 00:26:04 +00:00
test_help.rb
version.rb
welcome_controller.rb