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-08-23 17:49:48 +02:00
..
api Rename master to main in all code references 2021-01-19 20:46:33 +00:00
application Move AS::Dependencies.clear to the main file 2021-08-23 17:49:48 +02:00
command Standardize nodoc comments 2021-07-29 21:18:07 +00:00
commands Replace kwarg for displaying all configurations 2021-08-17 09:27:18 -04:00
console
engine Deduplicate the environment glob in engine paths 2021-05-06 18:54:11 +02:00
generators Remove spring as a default installation option (#42997) 2021-08-12 12:31:18 +02:00
plugin
rack Don't require ActionDispatch::{Request,Response} 2021-07-19 01:30:54 +01:00
railtie Standardize nodoc comments 2021-07-29 21:18:07 +00:00
tasks Remove undefined ensure_zeitwerk_mode 2021-07-13 02:19:47 +09:00
templates Add favicon to header dom element for welcome controller. 2021-07-24 21:26:49 +01:00
test_unit Remove mechanism to disable test parallelization when runnin gonly 1 test 2021-07-27 10:33:09 -07:00
all.rb
app_loader.rb
app_updater.rb Remove spring as a default installation option (#42997) 2021-08-12 12:31:18 +02:00
application.rb Remove docs on multiple applications 2021-08-06 16:25:20 -05:00
application_controller.rb Add 'self' to ApplicationController CSP 2021-06-05 01:39:36 +01:00
autoloaders.rb Move AS::Dependencies.clear to the main file 2021-08-23 17:49:48 +02:00
backtrace_cleaner.rb
cli.rb
code_statistics.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
code_statistics_calculator.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
command.rb Improve help for Rake tasks 2021-07-21 22:12:08 +02:00
commands.rb
configuration.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
dev_caching.rb
engine.rb Setup the once autoloader on bootstrap 2021-08-17 05:23:51 +02:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
generators.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
info.rb Standardize nodoc comments 2021-07-29 21:18:07 +00: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 Standardize nodoc comments 2021-07-29 21:18:07 +00:00
mailers_controller.rb
paths.rb
rack.rb
railtie.rb Standardize nodoc comments 2021-07-29 21:18:07 +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
test_help.rb
version.rb
welcome_controller.rb