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
2019-10-15 13:15:39 -04:00
..
api Document Arel.sql 2019-09-26 19:37:42 -04:00
application Make has_many inversing opt-in 2019-10-11 15:55:46 -04:00
command Rename to Diffing and move module into credentials command 2019-08-03 23:06:47 +02:00
commands Use DatabaseConfig objects in dbconsole 2019-10-11 17:15:21 -04:00
console
engine rename to javascript_path, make attr_accessor 2019-08-14 12:36:27 -05:00
generators Merge pull request #37429 from gmcgibbon/opt_into_has_many_inverse 2019-10-15 13:15:39 -04: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 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 Correctly classify the files and directories that pass to watcher 2019-09-02 11:22:39 +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 Use match? where we don't need MatchData 2019-07-27 13:06:49 +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 Turn on performance based cops 2018-07-23 15:37:06 -07:00
dev_caching.rb
engine.rb Fix minor typo in rails/engine docs [ci skip] 2019-08-19 14:26:53 +02: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 Require Ruby 2.5 for Rails 6. 2018-12-19 21:47:50 +01:00
secrets.rb Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00
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 Use testing lazy-load hooks: 2018-07-04 16:34:59 -04:00
version.rb
welcome_controller.rb