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
Rafael Mendonça França 9d44519afc
Also avoid deprecation warnings if command fails
See parent commit for more info.
2019-11-15 21:21:52 -05:00
..
api Document Arel.sql 2019-09-26 19:37:42 -04:00
application Improve docs of the load_defaults method [ci skip] 2019-11-10 20:13:32 +01:00
command Also avoid deprecation warnings if command fails 2019-11-15 21:21:52 -05:00
commands Fix "warning: instance variable @db_config not initialized" 2019-11-04 20:48:31 +09:00
console
engine rename to javascript_path, make attr_accessor 2019-08-14 12:36:27 -05:00
generators Prepare to thor 1.0 2019-11-15 21:18:10 -05: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 spurious trailing commas from zeitwerk:check error messages 2019-09-25 00:41:39 +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 Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
all.rb
app_loader.rb
app_updater.rb
application.rb Remove needless require "pp" 2019-11-06 22:50:53 +09: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 Don't modify relative ./ paths in BacktraceCleaner 2019-10-03 14:06:58 -07:00
cli.rb
code_statistics.rb Address all possible Performance/StartWith / Performance/EndWith violations 2019-11-14 03:20:29 +09:00
code_statistics_calculator.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
command.rb active_support/dependencies/autoload is already required via active_support.rb 2019-07-12 18:30:58 +09:00
commands.rb
configuration.rb
dev_caching.rb
engine.rb let environments configure load-related paths 2019-11-06 20:40:39 +01:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
generators.rb Remove duplicate method definition 2019-08-01 17:42:44 -04:00
info.rb constant Gem::RubyGemsVersion is deprecated 2019-08-17 18:41:56 +02: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 Use Dir.glob(base: ...) to avoid chdir 2019-07-22 14:40:51 -07:00
rack.rb
railtie.rb Safer example in Rails::Railtie documentation 2019-09-04 12:18:24 +02: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