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
Andrew White 71bc41477d
Merge pull request #40882 from rails/add-preload-links-header-config
Add `config.action_view.preload_links_header` option
2020-12-21 06:41:13 +00:00
..
api Document Arel.sql 2019-09-26 19:37:42 -04:00
application Add config.action_view.preload_links_header option 2020-12-19 05:24:09 +00:00
command feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
commands Add support for sqlcmd instead of sqsh on sql server 2020-11-13 00:01:19 +06: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 Load most recent version of Bundler in bin/spring 2020-12-18 11:29:58 -06: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 Only run yarn:install before assets:precompile if bin/yarn present 2020-12-11 15:54:29 +01: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 ✂️ [ci skip] 2020-09-16 09:52:10 +09:00
all.rb
app_loader.rb
app_updater.rb
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 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 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 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 Wrap evaluation of db/seeds.rb with the executor 2020-11-18 16:26:20 -06:00
gem_version.rb Start Rails 6.2 development 🎉 2020-12-03 01:35:29 +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
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 Fix RDoc code formatting for Railtie [ci skip] 2020-12-19 14:18:04 -05:00
ruby_version_check.rb
secrets.rb
source_annotation_extractor.rb Remove unneeded requires 2020-10-30 00:26:11 +00:00
tasks.rb Remove deprecated rake initializers tasks 2020-10-30 00:26:09 +00:00
test_help.rb
version.rb
welcome_controller.rb