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
Kasper Timm Hansen 4174f56b6c
Merge pull request #38574 from jonathanhefner/plugin-remove-rdoc-rake-task
Remove :rdoc Rake task in generated plugin
2020-04-05 23:38:21 +02:00
..
api Document Arel.sql 2019-09-26 19:37:42 -04:00
application Allow utc_to_local_returns_utc_offset_times to be set in new_framework_defaults_6_1.rb 2020-04-03 19:41:35 +01:00
command Also avoid deprecation warnings if command fails 2019-11-15 21:21:52 -05:00
commands Merge pull request #38495 from jonathanhefner/isolate-argv-in-command-invoke 2020-03-14 02:47:22 +01:00
console
engine Bring back feature that allows loading external route iles: 2019-12-06 14:20:12 +01:00
generators Merge pull request #38574 from jonathanhefner/plugin-remove-rdoc-rake-task 2020-04-05 23:38:21 +02:00
plugin
rack Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
railtie Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
tasks remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00: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 Handle paths with trailing slashes in rails test 2020-03-26 21:48:17 +00: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
application.rb update from PR #36222 2020-02-12 13:31:43 -05: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 Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
command.rb Isolate ARGV in Rails::Command.invoke 2020-02-18 15:02:56 -06:00
commands.rb
configuration.rb Delayed middleware delete does not allow move operations 2020-01-08 11:30:02 +02:00
dev_caching.rb
engine.rb restores the ability to manually eager load applications 2020-01-07 21:34:28 +01:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
generators.rb Merge pull request #38495 from jonathanhefner/isolate-argv-in-command-invoke 2020-03-14 02:47:22 +01:00
info.rb Deprecate spec_name and use name for configurations 2020-02-24 13:27:07 -05: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
secrets.rb
source_annotation_extractor.rb Move the deprecation call after the new class has been defined: 2019-07-22 15:27:17 +02:00
tasks.rb Implements the task zeitwerk:check 2019-04-23 03:17:34 +02:00
test_help.rb
version.rb
welcome_controller.rb