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-06-16 16:19:27 +01:00
..
api Document Arel.sql 2019-09-26 19:37:42 -04:00
application Add application config for URL-safe Base64 CSRF tokens 2020-06-11 11:39:37 -04:00
command Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
commands Silence Rake task backtraces 2020-06-05 02:26:46 -05:00
console
engine Bring back feature that allows loading external route iles: 2019-12-06 14:20:12 +01:00
generators setup.tt comment: "at anytime" -> "at any time" 2020-06-16 16:19:27 +01:00
plugin
rack Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
railtie require "active_support/core_ext/symbol/starts_ends_with" for Ruby 2.6 2020-05-25 05:24:44 +09:00
tasks Create update yarn task (#39314) 2020-05-17 19:51:32 +02:00
templates Fix href to replace http with https in the Yay! You’re on Rails! page 2019-09-03 09:43:29 +09:00
test_unit Introduce Rails::TestUnitReporter.app_root to inject app_root when needed. 2020-06-14 00:02:49 +02: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 Remove --skip-yarn in favor of --skip-javascript 2018-10-22 16:54:10 +03:00
application.rb Add mention to shared section in config_for docs [ci skip] 2020-05-01 15:25:14 +02:00
application_controller.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
autoloaders.rb defines Rails.autoloaders.log! 2019-08-13 18:14:50 +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 Calculate mailbox and channel test files as Test LOC stats 2020-02-19 10:10:12 -03: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 Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
dev_caching.rb
engine.rb fix wording in rail/engine class 2020-05-14 08:51:27 +01:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04: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 Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09: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 require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
ruby_version_check.rb Require Ruby 2.5 for Rails 6. 2018-12-19 21:47:50 +01:00
secrets.rb
source_annotation_extractor.rb Prefer no allocation start/end_with? over String#[] == 2020-05-29 10:20:13 +09:00
tasks.rb Implements the task zeitwerk:check 2019-04-23 03:17:34 +02:00
test_help.rb
version.rb
welcome_controller.rb